diff --git a/README.md b/README.md index c60a465..970d7eb 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,17 @@ to the list. Maybe someone could check whether it works under Mac OS X. * Allows quickly switching between multiple Syncthing instances * Shows notifications via Qt or uses D-Bus notification daemon directly * Features a simple command line utility `syncthingctl` to check Syncthing status and trigger rescan/pause/resume/restart +* Also bundles a KIO plugin which shows the status of a Syncthing directory + and allows to trigger Syncthing actions in Dolphin file manager + * rescan selected items + * rescan entire Syncthing directory + * pause/resume Syncthing directory + * also see screenshots * English and German localization ## Planned features The tray is still under development; the following features are planned: * Allow pausing/resuming directories -* Integration in Dolphin file manager (first approach already done) * Show recently processed items * Improve notification handling * Create Plasmoid for Plasma 5 desktop @@ -67,6 +72,9 @@ The tray is still under development; the following features are planned: ![Web view](/tray/resources/screenshots/webview.png?raw=true) ![Web view (dark)](/tray/resources/screenshots/webview-dark.png?raw=true) +### Syncthing actions for Dolphin +![Rescan/pause/status](/fileitemactionplugin/resources/screenshots/dolphin.png?raw=true) + ## Hotkeys To create hotkeys, you can use the same approach as for any other application. Just make it invoke the `syncthingctl` application with diff --git a/fileitemactionplugin/resources/screenshots/dolphin.png b/fileitemactionplugin/resources/screenshots/dolphin.png new file mode 100644 index 0000000..b95290e Binary files /dev/null and b/fileitemactionplugin/resources/screenshots/dolphin.png differ