{"id":16300694,"url":"https://github.com/melezhik/yandex-disk","last_synced_at":"2025-04-09T22:20:02.168Z","repository":{"id":150532799,"uuid":"110169770","full_name":"melezhik/yandex-disk","owner":"melezhik","description":"CLI for Yandex::Disk","archived":false,"fork":false,"pushed_at":"2017-11-10T09:49:57.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T14:14:47.892Z","etag":null,"topics":["cli","sparrow","yandex-disk"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melezhik.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-11-09T21:46:40.000Z","updated_at":"2024-08-09T19:51:43.000Z","dependencies_parsed_at":"2023-07-16T09:01:57.784Z","dependency_job_id":null,"html_url":"https://github.com/melezhik/yandex-disk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fyandex-disk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fyandex-disk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fyandex-disk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fyandex-disk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melezhik","download_url":"https://codeload.github.com/melezhik/yandex-disk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119755,"owners_count":21050825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","sparrow","yandex-disk"],"created_at":"2024-10-10T20:52:07.273Z","updated_at":"2025-04-09T22:20:02.146Z","avatar_url":"https://github.com/melezhik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\nSimple wrapper for [Yandex::Disk](https://metacpan.org/pod/Yandex::Disk)\n\n# INSTALL\n\n    $ sparrow plg install yandex-disk\n\n# USAGE\n\nBasic usage:\n\n    $ sparrow plg run yandex-disk --param token=$token --param action=$action\n\nFor example:\n\n    # List system folders:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=disk-info \n\n    # Create remote folder named Foo:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=create-folder \\\n    --param folder=Foo/Bar\n\n    # Upload local file /tmp/foo.txt to remote folder named Foo/Bar:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=upload-file \\\n    --param folder=Foo/Bar \\\n    --param file=/tmp/foo.txt\n\n    # Download remote file Foo/Bar/foo.txt and save it as local file /path/to/local/file.txt:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=upload-file \\\n    --param remote-file=Foo/Bar/foo.txt \\\n    --param file=/path/to/local/file.txt\n\n    # List files in remote folder Foo/Bar:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=list-files \\\n    --param folder=Foo/Bar\n\n    # List files in remote folder /:\n    $ sparrow plg run yandex-disk \\\n    --param token=********************************************* \n    --param action=list-files \\\n    --param folder=/\n\n# Parameters\n\n## action\n\nShould be one of the list:\n\n- create-folder\n- disk-info\n- download-file\n- upload-file\n\n\n## token\n\nShould be oauth token\n\n# Author\n\n[Alexey Melezhik](https://github.com/melezhik/)\n\n# See also\n\n[Yandex::Disk](https://metacpan.org/pod/Yandex::Disk)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fyandex-disk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelezhik%2Fyandex-disk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fyandex-disk/lists"}