{"id":37065942,"url":"https://github.com/al00x/jdsh","last_synced_at":"2026-01-14T07:44:06.804Z","repository":{"id":331002580,"uuid":"1124800159","full_name":"Al00X/jdsh","owner":"Al00X","description":"Awesome CLI and TUI for JDownloader2","archived":false,"fork":false,"pushed_at":"2025-12-29T21:51:51.000Z","size":85,"stargazers_count":85,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T21:45:56.455Z","etag":null,"topics":["cli","jd","jdl","jdl2","jdownloader","jdownloader-2","python","remote","tui","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Al00X.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":"2025-12-29T16:29:11.000Z","updated_at":"2026-01-01T20:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Al00X/jdsh","commit_stats":null,"previous_names":["al00x/jdsh"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Al00X/jdsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al00X%2Fjdsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al00X%2Fjdsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al00X%2Fjdsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al00X%2Fjdsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Al00X","download_url":"https://codeload.github.com/Al00X/jdsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al00X%2Fjdsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"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":["cli","jd","jdl","jdl2","jdownloader","jdownloader-2","python","remote","tui","utility"],"created_at":"2026-01-14T07:44:06.251Z","updated_at":"2026-01-14T07:44:06.790Z","avatar_url":"https://github.com/Al00X.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🟠 JDSH - JDownloader Shell 🔵\n\n![preview](.github/preview-v1.0.1.webp)\n\nControl and Manage your JDownloader within your terminal with _ease_.\n\nDesigned for Linux servers/headless environments where you need full control without a GUI; or if you just love using CLI!\n\nPacked with various **Commands** \u0026 **Interactive Mode (TUI)**.\n\nThis tool will use your JDownloader local API, which you will need to enable manually. It uses [myjadpi](https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/) package under the hood to work (kudos to the author of this package).\n\n## Installation\n```bash\npip install jdsh\n```\n\n## Setup\n\n0.  Obviously have **JDownloader 2** installed.\n1.  Enable JDownloader's Local API:\n    *   Edit `\u003cJD_FOLDER\u003e/cfg/org.jdownloader.api.RemoteAPIConfig.json`.\n    *   Set `\"deprecatedapienabled\": true`\n    *   _(Optional)_ you may also need to set `deprecatedapilocalhostonly` to `false` if you want to access it from remote. \n    *   Restart JDownloader.\n\n## Usage\n\nYou can now use the `jd` command globally from anywhere in your terminal.\n\n### Interactive Mode\nSimply run `jd` without arguments to enter the interactive mode.\n\n```bash\njd\n```\n\n*   **Tips:** \n    *   Press `s` to Start/Stop downloads. \n    *   Press `Ctrl+C` to quit.\n\n### Commands Overview\n\n```bash\n╭─ JDSH        ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│                                                                                                                                                                      │\n│    Dashboard                                                                                                                                                         │\n│    jd                                                Launch the Interactive TUI                                                                                      │\n│    status                                            Show a static snapshot of the queue                                                                             │\n│                                                                                                                                                                      │\n│    Queue Management                                                                                                                                                  │\n│    list (ls)                [-d]                     List active downloads                                                                                           │\n│    grabber                  [-d]                     List pending links inside LinkGrabber                                                                           │\n│    add                      \u003curl\u003e...                 Add links to LinkGrabber                                                                                        │\n│    confirm                                           Move all pending links to Queue                                                                                 │\n│    remove (rm)              \u003cuuid\u003e...                Remove items by ID                                                                                              │\n│                                                                                                                                                                      │\n│    Controls                                                                                                                                                          │\n│    start                                             Start/Resume downloads                                                                                          │\n│    stop                                              Pause/Stop downloads                                                                                            │\n│    clear                                             Remove finished items from list                                                                                 │\n│    replace                  \u003cuuid\u003e \u003curl\u003e             Replace a dead link URL                                                                                         │\n│                                                                                                                                                                      │\n│    Utils                                                                                                                                                             │\n│    version                                           Show shell and core versions                                                                                    │\n│    help                                              Show this help message                                                                                          │\n╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n\n  Usage: jd [COMMAND] [ARGS]...\n\n  # Run the interactive mode:\n  jd\n\n  # Add links, check them, then start:\n  jd add \"http://site.com/file.exe\"\n  jd add \"http://site.com/archive1.zip\" \"http://site.com/archive2.zip\"\n  jd grabber\n  jd confirm\n\n  # detailed list view:\n  jd ls -d\n```\n\n## Config\nBy default, the application runs with standard settings (`Host: 127.0.0.1, Port: 3128`). You can override these defaults by creating a configuration file.\n\nCreate file at `~/.config/jdsh/jdsh.config`, with the contents below.\nYou may uncomment any line and change when you need.\n\n```ini\n[settings]\n# HOST = 127.0.0.1\n# PORT = 3128\n\n# update interval of interactive mode, in seconds\n# REFRESH_RATE = 1.0\n```\n\n---\n#### Enjoying the tool? Your supports would keep me at it! 💖\n\n[![Donate with Bitcoin](https://img.shields.io/badge/Donate-Bitcoin-orange.svg?logo=bitcoin)](https://blockchain.com/btc/address/bc1qvmv8cnfd0hfc82rm3r9zzq6uheejgw5hfzn426)\n[![Donate with Ethereum](https://img.shields.io/badge/Donate-Ethereum-silver.svg?logo=ethereum)](https://etherscan.io/address/0xA25c8eF121ba010d09c6A7E1228be7da523933f8)\n[![Donate with Tehter (BEP20)](https://img.shields.io/badge/Donate-Tether%20(BEP20)-blue.svg?logo=tether)](https://bscscan.com/address/0x283857017efb4B1F9fAe57F4599C20FD5bCE1871)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal00x%2Fjdsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal00x%2Fjdsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal00x%2Fjdsh/lists"}