{"id":42559518,"url":"https://github.com/cevr/linear-cli","last_synced_at":"2026-01-28T20:05:50.700Z","repository":{"id":332978375,"uuid":"1135300179","full_name":"cevr/linear-cli","owner":"cevr","description":"A command-line interface for Linear built with Bun and Effect TypeScript","archived":false,"fork":false,"pushed_at":"2026-01-26T01:06:50.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T11:47:42.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/cevr.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T22:58:48.000Z","updated_at":"2026-01-26T01:06:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cevr/linear-cli","commit_stats":null,"previous_names":["cevr/linear-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cevr/linear-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevr%2Flinear-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevr%2Flinear-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevr%2Flinear-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevr%2Flinear-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cevr","download_url":"https://codeload.github.com/cevr/linear-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevr%2Flinear-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2026-01-28T20:05:49.913Z","updated_at":"2026-01-28T20:05:50.691Z","avatar_url":"https://github.com/cevr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear CLI\n\nA command-line interface for [Linear](https://linear.app) built with Bun and Effect TypeScript.\n\n## Installation\n\n```bash\n# Clone and build\ngit clone \u003crepo\u003e\ncd linear\nbun install\nbun run build\n\n# Add to PATH (symlink to ~/.local/bin)\nbun run link\n```\n\n## Usage\n\n```bash\n# Authenticate (required first)\nlinear auth\n\n# Check current user\nlinear auth whoami\n\n# List your issues\nlinear issue list\n\n# Start working on an issue\nlinear issue start ABC-123\n\n# View issue details\nlinear issue view ABC-123\n\n# Create a new issue\nlinear issue create\n\n# List teams\nlinear team list\n```\n\n## Commands\n\n### Authentication\n\n| Command              | Description                                          |\n| -------------------- | ---------------------------------------------------- |\n| `linear auth`        | Authenticate with Linear (opens browser for API key) |\n| `linear auth whoami` | Show current user info                               |\n\n### Issues\n\n| Command                   | Description                                      |\n| ------------------------- | ------------------------------------------------ |\n| `linear issue list`       | List your assigned issues                        |\n| `linear issue view [id]`  | View issue details (interactive picker if no ID) |\n| `linear issue start [id]` | Start working on an issue                        |\n| `linear issue create`     | Create a new issue                               |\n\n### Teams\n\n| Command            | Description    |\n| ------------------ | -------------- |\n| `linear team list` | List all teams |\n\n## Configuration\n\n- **Token**: `~/.config/linear/token`\n- **Global config**: `~/.config/linear/config.toml`\n- **Project config**: `.linear.toml` in repo root\n\n### Project Config Example\n\nCreate a `.linear.toml` in your project root to set defaults:\n\n```toml\nteam_id = \"ENG\"\n```\n\n### Environment Variables\n\n- `LINEAR_API_KEY`: Alternative to config file token\n\n## Development\n\n```bash\n# Install dependencies\nbun install\n\n# Run tests\nbun run test\n\n# Build binary\nbun run build\n\n# Run without building\nbun run src/main.ts --help\n```\n\n## Architecture\n\nBuilt with:\n\n- **[Bun](https://bun.sh)**: Fast JavaScript runtime with native compilation\n- **[Effect](https://effect.website)**: TypeScript library for type-safe, composable code\n- **[@effect/cli](https://github.com/Effect-TS/effect/tree/main/packages/cli)**: CLI framework with prompts and argument parsing\n- **[@linear/sdk](https://github.com/linear/linear)**: Official Linear GraphQL SDK\n\n## Credits\n\nInspired by [schpet/linear-cli](https://github.com/schpet/linear-cli) - the original Linear CLI built with Deno and Cliffy.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevr%2Flinear-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcevr%2Flinear-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevr%2Flinear-cli/lists"}