{"id":51640768,"url":"https://github.com/tamnd/jutge-cli","last_synced_at":"2026-07-13T19:02:57.968Z","repository":{"id":368224196,"uuid":"1269000891","full_name":"tamnd/jutge-cli","owner":"tamnd","description":"List and search the Jutge.org competitive programming problem archive, with JSON, CSV, and table output","archived":false,"fork":false,"pushed_at":"2026-06-29T14:42:30.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T16:28:32.873Z","etag":null,"topics":["cli","competitive-programming","golang","json","jutge","open-data","scraper"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tamnd.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":"2026-06-14T07:26:29.000Z","updated_at":"2026-06-29T14:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tamnd/jutge-cli","commit_stats":null,"previous_names":["tamnd/jutge-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tamnd/jutge-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fjutge-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fjutge-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fjutge-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fjutge-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamnd","download_url":"https://codeload.github.com/tamnd/jutge-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fjutge-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","competitive-programming","golang","json","jutge","open-data","scraper"],"created_at":"2026-07-13T19:02:57.132Z","updated_at":"2026-07-13T19:02:57.956Z","avatar_url":"https://github.com/tamnd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jutge\n\nBrowse and search the [Jutge.org](https://jutge.org) competitive programming problem archive from the command line.\n\n`jutge` is a single pure-Go binary. No login or API key required.\n\n## Install\n\n```bash\ngo install github.com/tamnd/jutge-cli/cmd/jutge@latest\n```\n\nOr grab a prebuilt binary from the [releases](https://github.com/tamnd/jutge-cli/releases), or run the container image:\n\n```bash\ndocker run --rm ghcr.io/tamnd/jutge:latest --help\n```\n\n## Usage\n\n```bash\n# List all problems (4600+)\njutge list\n\n# List first 20 problems in table format\njutge list -n 20 -o table\n\n# Search problems by title or code\njutge search \"path\"\njutge search \"shortest\" -n 10\n\n# Output formats\njutge list -o json\njutge list -o csv -n 50\njutge search \"sort\" -o jsonl\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `list` | List all problems in the Jutge archive |\n| `search \u003cquery\u003e` | Search problems by title or code (case-insensitive) |\n| `version` | Show version information |\n\n## Global flags\n\n```\n-o, --output string    output format: table|json|jsonl|csv|tsv|url|raw (default \"auto\")\n-n, --limit int        limit number of records (0 = all)\n    --fields strings   comma-separated columns to include\n    --no-header        omit header row\n    --template string  Go text/template per record\n    --timeout duration per-request timeout (default 1m0s)\n    --delay duration   minimum spacing between requests\n    --retries int      retry attempts on 429/5xx (default 3)\n```\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fjutge-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamnd%2Fjutge-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fjutge-cli/lists"}