{"id":51641424,"url":"https://github.com/tamnd/sysapproach-cli","last_synced_at":"2026-07-13T19:03:54.471Z","repository":{"id":368202225,"uuid":"1269089451","full_name":"tamnd/sysapproach-cli","owner":"tamnd","description":"Browse Computer Networks: A Systems Approach chapters and content from the terminal","archived":false,"fork":false,"pushed_at":"2026-06-29T12:35:06.000Z","size":49,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T14:26:21.199Z","etag":null,"topics":["cli","computer-networks","education","golang","json","open-access","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-14T09:46:12.000Z","updated_at":"2026-06-14T11:04:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tamnd/sysapproach-cli","commit_stats":null,"previous_names":["tamnd/sysapproach-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tamnd/sysapproach-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fsysapproach-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fsysapproach-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fsysapproach-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fsysapproach-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamnd","download_url":"https://codeload.github.com/tamnd/sysapproach-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamnd%2Fsysapproach-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35432866,"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","computer-networks","education","golang","json","open-access","scraper"],"created_at":"2026-07-13T19:03:54.260Z","updated_at":"2026-07-13T19:03:54.448Z","avatar_url":"https://github.com/tamnd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sysapproach\n\nBrowse [Computer Networks: A Systems Approach](https://book.systemsapproach.org/) from the command line.\n\n`sysapproach` is a single pure-Go binary. No API key required.\n\n## Install\n\n```bash\ngo install github.com/tamnd/sysapproach-cli/cmd/sysapproach@latest\n```\n\nOr grab a prebuilt binary from the [releases](https://github.com/tamnd/sysapproach-cli/releases), or run the container image:\n\n```bash\ndocker run --rm ghcr.io/tamnd/sysapproach:latest --help\n```\n\n## Usage\n\n```bash\n# List all chapters\nsysapproach chapters\n\n# Table output\nsysapproach chapters -o table\n\n# JSON output, ready for jq\nsysapproach chapters -o json\n\n# Get chapter URLs only\nsysapproach chapters -o url\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `chapters` | List all chapters of Computer Networks: A Systems Approach |\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 30s)\n    --delay duration   minimum spacing between requests\n    --retries int      retry attempts on 429/5xx (default 3)\n```\n\n## Serve it\n\nThe same operations are available over HTTP and as an MCP tool set for agents:\n\n```bash\nsysapproach serve --addr :7777    # GET /v1/chapters returns NDJSON\nsysapproach mcp                   # speak MCP over stdio\n```\n\n## Development\n\n```\ncmd/sysapproach/   thin main\ncli/               assembles the kit App from the sysapproach domain\nsysapproach/       HTTP client, data models, domain driver\ndocs/              documentation site\n```\n\n```bash\nmake build      # ./bin/sysapproach\nmake test       # go test ./...\nmake vet        # go vet ./...\n```\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fsysapproach-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamnd%2Fsysapproach-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamnd%2Fsysapproach-cli/lists"}