{"id":13897421,"url":"https://github.com/slytomcat/yandex-disk-indicator","last_synced_at":"2026-02-06T06:05:01.209Z","repository":{"id":28256791,"uuid":"31766478","full_name":"slytomcat/yandex-disk-indicator","owner":"slytomcat","description":"Panel indicator (GTK+) for YandexDisk CLI client for Linux","archived":false,"fork":false,"pushed_at":"2025-05-08T21:55:29.000Z","size":4684,"stargazers_count":245,"open_issues_count":2,"forks_count":30,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-05-08T22:34:32.998Z","etag":null,"topics":["linux","panel-indicator","ppa","python","python-3","yandex-disk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slytomcat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-03-06T11:28:57.000Z","updated_at":"2025-04-24T06:28:34.000Z","dependencies_parsed_at":"2023-10-16T03:24:06.014Z","dependency_job_id":"9823d3f4-ef6e-4fb9-9e87-f96c75ea2685","html_url":"https://github.com/slytomcat/yandex-disk-indicator","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/slytomcat/yandex-disk-indicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slytomcat%2Fyandex-disk-indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slytomcat%2Fyandex-disk-indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slytomcat%2Fyandex-disk-indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slytomcat%2Fyandex-disk-indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slytomcat","download_url":"https://codeload.github.com/slytomcat/yandex-disk-indicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slytomcat%2Fyandex-disk-indicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29153168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","panel-indicator","ppa","python","python-3","yandex-disk"],"created_at":"2024-08-06T18:03:34.714Z","updated_at":"2026-02-06T06:05:01.194Z","avatar_url":"https://github.com/slytomcat.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"### **![yandex-disk-indicator](https://github.com/slytomcat/yandex-disk-indicator/blob/master/icons/yd-128.png)**\n# yandex-disk-indicator\n[![license](https://img.shields.io/badge/license-GPL%20v.3-green.svg)](https://github.com/slytomcat/yandex-disk-indicator/blob/master/LICENSE)\n[![wiki](https://img.shields.io/badge/wiki-available-green.svg)](https://github.com/slytomcat/yandex-disk-indicator/wiki)\n[![PPA](https://img.shields.io/badge/PPA-available-green.svg)](https://launchpad.net/~slytomcat/+archive/ubuntu/ppa)\n\nDesktop panel indicator for YandexDisk CLI client for Linux (GTK+)\n\n##### NOTE: \n\nIf You are looking for YandexDisk indicator for KDE or other non-GTK based DE take a look on [yd-go](https://github.com/slytomcat/yd-go). _yd-go_ is a little simpler indicator written in golang. It uses D-BUS to communicate with the desktop notification plugin, that's why yd-go is fully independent off Desktop Environment.\n\n### IMPORTANT:\n\nIndicator responsible only for showing the synchronisation status in the desctop panel. All the synchronisation operations are perfomed by [yandex-disk utility from Yandex](https://yandex.ru/support/disk-desktop-linux/index.html).\n\n### INSTALLATION:\n\nSee installation instruction in [Wiki](https://github.com/slytomcat/yandex-disk-indicator/wiki)\n\n### INTERFACE LANGUAGES\n\nEnglish, Russian, Greek, Bulgarian, Belorussian.  \n\n\n### NOTES:\n\nIndicator code assumes that:\n- `yandex-disk-indicator` is copied to `/usr/bin/yandex-disk-indicator` and marked as executable (chmod a+x ...)\n- `fm-actions/` and `icons/` folders, `ya-setup` and `*.py` files are located in `/usr/share/yd-tools` folder\n- `*.desktop` files were placed in `/usr/share/applications` folder\n- compiled language files (`translations/*.mo`) are located in the system depended folders (i.e. `usr/share/locale/{LANG}/LC_MESSAGES/` in Linux)\n- `ya-setup` utility translations files (`translations/ya-setup*.lang`) are located in `/usr/share/yd-tools/translation` folder\nNOTE: All action above can be done via running of `build/install.sh` script\n- indicator settings are stored in `~/.config/yd-tools/yandex-disk-indicator.conf` (file is automatically created on the first start).\n\n\n`build` - everything that need to build the .deb package or `source.changes` file (only change key for signatures). Additional tools are required: `devscripts`, `debhelper` and `dput` (if you want to upload package, for example, to launchpad PPA).\n- `install.sh` - script to install the indicator\n- `prepare.sh` - creates the package build/instalation image in `build/yd-tools/`\n- `clean.sh` - clean build directory\n- `build_deb.sh` - creates DEB package\n- `make_source.changes.sh` - prepares sources for publication\n- `publish_to_PPA.sh` - tools for prepares sources and publish it to [my PPA](https://launchpad.net/~slytomcat/+archive/ubuntu/ppa)\n\nSee the wiki page for details: https://github.com/slytomcat/yandex-disk-indicator/wiki.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslytomcat%2Fyandex-disk-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslytomcat%2Fyandex-disk-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslytomcat%2Fyandex-disk-indicator/lists"}