-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Yandex.disk Indicator is python wrapper for yandex-disk CLI utility. It shows synchronization status in desktop panel (within indicators plugin) and inform about synchronization status changes via desktop notification (notifications can be switched off). Indicator menu shows the Yandex-disk status and properties (total, used and available space) and list of last synchronized files. Raw output from 'yandex-disk status' call can be reviewed by click on current status. In settings menu you can tune indicator behavior and setting of yandex-disk daemon.
Indicator also provides file-manager extensions for: Nautilus, Thunar, Nemo, Dolphin, Pantheon-files, Caja. The extensions allows to publish and unpublish files/catalogs from file-manager's context menu.
Interface languages supported: English, Russian, Greek, Bulgarian, Belorussian.
First install the Yandex-disk CLI utility (see instruction on this Yandex support page)
Select the appropriate method of installation of the three described below (installation of DEB/RPM pachage or from source):
DEB-based distributions (Ubuntu/Debian and derivatives)
-
Add source and key into your package management system (apt):
sudo add-apt-repository ppa:slytomcat/ppa
-
Update package directory and install indicator
sudo apt-get update sudo apt-get install yd-tools
All future updates will come automatically from Launchpad PPA.
RPM-based distributions RPM packages with the Indicator can be found here. Install RPM via your package manager.
Instaling from GitHub sources
- Download latest release from GitHub.
- Unzip the archive with sources.
- Go to sub-catalog build
- Run the install.sh script with root privileges.
NOTE: As this type of installation is done without package management system - there are no automatic updates. You have to manually repeat the described procedure again to update the indicator to a new version.
You can configure CLI utility in console (run: yandex-disk setup) or just run the Indicator and follow through the configuration (within GUI interface).