{"id":29605563,"url":"https://github.com/visini/sdls","last_synced_at":"2025-10-30T19:45:00.458Z","repository":{"id":303830995,"uuid":"992509960","full_name":"visini/sdls","owner":"visini","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-02T15:24:43.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-09T20:43:10.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://camillovisini.com/coding/from-gui-to-cli-synology-download-station","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visini.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-05-29T09:16:14.000Z","updated_at":"2025-06-03T22:10:41.000Z","dependencies_parsed_at":"2025-07-09T20:44:15.292Z","dependency_job_id":"f57a80c7-d5f3-4972-9365-d8e90b040006","html_url":"https://github.com/visini/sdls","commit_stats":null,"previous_names":["visini/sdls"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/visini/sdls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visini%2Fsdls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visini%2Fsdls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visini%2Fsdls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visini%2Fsdls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visini","download_url":"https://codeload.github.com/visini/sdls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visini%2Fsdls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266152636,"owners_count":23884549,"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":[],"created_at":"2025-07-20T16:06:24.643Z","updated_at":"2025-10-30T19:45:00.355Z","avatar_url":"https://github.com/visini.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sdls - Synology Download Station CLI\n\n`sdls` is a command-line interface for adding download tasks to Synology Download Station using magnet links. It provides a simple, scriptable way to queue downloads from your terminal, including an (optional) integration with 1Password for authentication (including 2FA).\n\n## Installation\n\n`gem install sdls`\n\n## Usage\n\n```bash\n❯ sdls\nCommands:\n  sdls add [MAGNET]    # Add a magnet link to Synology Download Station\n  sdls config          # Display the current configuration\n  sdls connect         # Verify connectivity and authentication\n  sdls help [COMMAND]  # Describe available commands or one specific command\n  sdls version         # Display the SDLS tool version\n```\n\n## Configuration\n\nConfigure via `~/.config/sdls.yml`.\n\nYou may rely on the 1Password integration (this will read the credentials from the 1Password item):\n\n```yml\nhost: http://nas.local:5000\nop_item_name: NameOf1PasswordItem\ndirectories:\n  - NAS/01_documents\n  - NAS/02_archive\n```\n\nOr, specify username and password manually:\n\n```yml\nhost: http://nas.local:5000\nusername: username\npassword: password\ndirectories:\n  - NAS/01_documents\n  - NAS/02_archive\n```\n\nNote: Set `SDLS_CONFIG_PATH` to customize the config path.\n\n## Development\n\nRun `bin/sdls` to execute the CLI.\n\nRun `just test` to lint and test.\n\n## Releasing a new version\n\nOn the main branch, add the changes to `CHANGELOG.md`.\n\nThen, bump the version in `version.rb` and `sdls.gemspec`.\n\nThen, run `bundle`, which will update `Gemfile.lock`.\n\nWith these four changed and staged files, tag the new version:\n\n```rb\ngit commit -m \"Release v0.1.0\"\ngit tag v0.1.0\ngit push origin main --tags\n```\n\nThen, create a [new release](https://github.com/visini/sdls/releases/new) and choose the tag (e.g., `v0.1.0`) and title (e.g., `v0.1.0`). Copy the description from `CHANGELOG.md`.\n\nFinally, run `gem release`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisini%2Fsdls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisini%2Fsdls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisini%2Fsdls/lists"}