In case anybody is interested: Google Drive has a linux CLI sync program called "grive" that manually syncs any folder you choose with your G-Drive. I thought about setting up auto-syncing using inotify, but opted for manual syncing instead.
I like servicemenus (those right-click options) but I wanted the option to be only available in the synced folder. I did this by creating a custom .directory (Thanks kubicle!) in the synced folder and added this text to it:
Now when I right-click on the dolphin pane in the synced folder I see this:
I like servicemenus (those right-click options) but I wanted the option to be only available in the synced folder. I did this by creating a custom .directory (Thanks kubicle!) in the synced folder and added this text to it:
Code:
[Desktop Entry] X-KDE-ServiceTypes=KonqPopupMenu/Plugin,inode/directory Type=Service MimeType=inode/directory; Actions=gsync; [Desktop Action gsync] Name=Sync with Google Drive Icon=sync-client-updating Exec=grive -p ~/Downloads/grive
Comment