{"id":47961890,"url":"https://github.com/fabianostermann/nextcloud-status","last_synced_at":"2026-04-04T09:55:16.805Z","repository":{"id":217367247,"uuid":"743701339","full_name":"fabianostermann/nextcloud-status","owner":"fabianostermann","description":"Python script reporting the current sync status of the nextcloud desktop client.","archived":false,"fork":false,"pushed_at":"2025-11-03T15:39:46.000Z","size":32,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-04T09:54:44.655Z","etag":null,"topics":["command-line-tool","nextcloud","nextcloud-client","sync"],"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/fabianostermann.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-15T19:53:18.000Z","updated_at":"2025-11-03T15:39:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"ace27fee-2f4b-41d5-b782-ed4235db7e77","html_url":"https://github.com/fabianostermann/nextcloud-status","commit_stats":null,"previous_names":["fabianostermann/nextcloud-status"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabianostermann/nextcloud-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianostermann%2Fnextcloud-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianostermann%2Fnextcloud-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianostermann%2Fnextcloud-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianostermann%2Fnextcloud-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianostermann","download_url":"https://codeload.github.com/fabianostermann/nextcloud-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianostermann%2Fnextcloud-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31395450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T09:13:02.600Z","status":"ssl_error","status_checked_at":"2026-04-04T09:13:01.683Z","response_time":60,"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":["command-line-tool","nextcloud","nextcloud-client","sync"],"created_at":"2026-04-04T09:55:16.215Z","updated_at":"2026-04-04T09:55:16.800Z","avatar_url":"https://github.com/fabianostermann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud command-line tool for querying client sync status\n\nThis is a python script that reports the current status of synchronization of the [nextcloud-desktop-client](https://github.com/nextcloud/desktop) (Linux only).\n\nThis is done by connecting to the nextcloud client socket, which is also used by the official [syncstate nautilus-extension](https://github.com/nextcloud/desktop/blob/master/shell_integration/nautilus/syncstate.py) to show icon overlays that indicate sync status.\\\nMuch of the code is borrowed there.\n\nTo test if it works for you, just run:\n```\npython nextcloud-status.py\n```\nWill print either `Up to date` or `Syncing..` to stdout (or warnings/errors).\\\nFor now, I decided to match the behavior of `dropbox status`, because I formerly used the Dropbox cloud service and integrated their command-line tool in many of my personal scripts.\\\nThis is also, why I decided to build this tool in the first place.\n\nYou can also list all files that are currently syncing (`-r`) or query files explicitly:\n```\n$ python nextcloud-status.py --help\nUSAGE: ./nextcloud-status.py [-h|--help] [--debug] [-r|-R|--recursive] [files..]\n```\n\n## Install\nTo install it globally, mark it executable and copy it to `/usr/bin`.\n```\nchmod +x nextcloud-status.py\ncp nextcloud-status.py /usr/bin/nextcloud-status\n```\nThen run `nextcloud-status` in your terminal.\n\nIf you have any questions, find bugs or have ideas for new featues, feel free to open an issue! \\\nI also opened a [discussion at the official nextcloud issue tracker](https://github.com/nextcloud/desktop/issues/6345).\n\n## Roadmap\n\n-[x] Add command-line usage info (`-h/--help`)\n-[x] Add feature to check sync status recursively\n-[ ] Add other socket queries (e.g. ). All possible socket requests are listed [here](https://github.com/nextcloud/desktop/blob/master/src/gui/socketapi/socketapi.h).\n-[ ] Clean up code (currently, the logic of recursive mode and print messages is a bit confusing, which is bad when bugs occur or new features are to be added)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianostermann%2Fnextcloud-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianostermann%2Fnextcloud-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianostermann%2Fnextcloud-status/lists"}