{"id":27112482,"url":"https://github.com/erickhun/lig","last_synced_at":"2025-09-10T00:38:47.975Z","repository":{"id":284118770,"uuid":"953844377","full_name":"erickhun/lig","owner":"erickhun","description":"Linear Issue Gitflow","archived":false,"fork":false,"pushed_at":"2025-03-25T11:04:04.000Z","size":3938,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T01:59:23.310Z","etag":null,"topics":["fzf","gitflow","linear"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/erickhun.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}},"created_at":"2025-03-24T07:03:03.000Z","updated_at":"2025-03-25T11:04:08.000Z","dependencies_parsed_at":"2025-03-24T09:43:00.300Z","dependency_job_id":null,"html_url":"https://github.com/erickhun/lig","commit_stats":null,"previous_names":["erickhun/lig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erickhun/lig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickhun%2Flig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickhun%2Flig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickhun%2Flig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickhun%2Flig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erickhun","download_url":"https://codeload.github.com/erickhun/lig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erickhun%2Flig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274390541,"owners_count":25276406,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["fzf","gitflow","linear"],"created_at":"2025-04-07T01:59:36.498Z","updated_at":"2025-09-10T00:38:47.952Z","avatar_url":"https://github.com/erickhun.png","language":"Shell","readme":"# Linear Issue GitFlow (lig)\n\n`lig`  integration between Linear (project management tool) and Git. Quickly create branches from issues assigned to you, view issues, and update issue statuses directly from the terminal.\n\n![Demo of the project](lig-demo.gif)\n\n\n## Features\n\n- 🌿 **Branch Creation**: Easily create Git branches from Linear issues\n- 👀 **Issue Viewing**: Open Linear issues directly from the terminal\n- 🔄 **Status Updates**: Update issue statuses with an interactive workflow\n\n## Prerequisites\n\n- [fzf](https://github.com/junegunn/fzf) -\u003e `brew install fzf`  (cli fuzzy finder]) \n- [jq](https://jqlang.org/) -\u003e `brew install jq` (cli json tool)\n- [Linear](https://linear.app/) API key (Settings-\u003e Security \u0026 Access -\u003e Personal API Keys)\n\n## Installation\n\n0. Get your [Linear](https://linear.app/) API key (Settings-\u003e Security \u0026 Access -\u003e Personal API Keys))\n1. `git clone git@github.com:erickhun/lig.git`\n2. Source the script in your shell configuration (`.bashrc` or `.zshrc`):\n\n   ```bash\n   export LINEAR_KEY=\"your_api_key\"\n   source /path/to/lig.sh\n   ```\n\n## Usage\n\n### `lig-branch`\n\nCreate a new Git branch from a Linear issue.\n\n```bash\n# Fetch your assigned issues (limit to 50)\nlig-branch\n\n# Customize number of issues fetched\nlig-branch me 100\n\n# Fetch all teams issues\nlig-branch all\n```\n\n\n### Open a Linear issue in your default browser.\n\n```bash\n# Open issue by ID\nlig-view ABC-123\n\n# Open issue from current branch name\nlig-view\n```\n\n### Update the status of a Linear issue.\n\n```bash\n# Update status for a specific issue\nlig-status ABC-123\n\n# Update status for current branch's issue\nlig-status\n```\n\n## Improvements:\nAdd suport for other tracking system: g(it)ig, j(ira)ig, m(onday)ig, etc...\n\n\n## Diclaimer\nThis tool was create with the help of Claude\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickhun%2Flig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickhun%2Flig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickhun%2Flig/lists"}