{"id":49937873,"url":"https://github.com/leohenon/interactive-git-status","last_synced_at":"2026-05-17T08:12:27.333Z","repository":{"id":358390239,"uuid":"1241200944","full_name":"leohenon/interactive-git-status","owner":"leohenon","description":"A minimal interactive git status for faster staging.","archived":false,"fork":false,"pushed_at":"2026-05-17T07:18:28.000Z","size":1018,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-17T07:38:22.939Z","etag":null,"topics":["cli","git","git-status"],"latest_commit_sha":null,"homepage":"","language":"Go","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/leohenon.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-05-17T04:41:09.000Z","updated_at":"2026-05-17T07:18:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leohenon/interactive-git-status","commit_stats":null,"previous_names":["leohenon/interactive-git-status"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/leohenon/interactive-git-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leohenon%2Finteractive-git-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leohenon%2Finteractive-git-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leohenon%2Finteractive-git-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leohenon%2Finteractive-git-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leohenon","download_url":"https://codeload.github.com/leohenon/interactive-git-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leohenon%2Finteractive-git-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33131473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"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":["cli","git","git-status"],"created_at":"2026-05-17T08:12:25.109Z","updated_at":"2026-05-17T08:12:27.320Z","avatar_url":"https://github.com/leohenon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003einteractive-git-status\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/leohenon/interactive-git-status/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/leohenon/interactive-git-status?style=flat-square\u0026logo=github\u0026logoColor=white\u0026color=85c1e9\" alt=\"Release\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://go.dev\"\u003e\u003cimg src=\"https://img.shields.io/badge/Go-1.23%2B-85c1e9?style=flat-square\u0026logo=go\u0026logoColor=white\" alt=\"Go 1.23+\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/leohenon/interactive-git-status/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/leohenon/interactive-git-status/ci.yml?style=flat-square\u0026logo=github\u0026logoColor=white\u0026label=CI\u0026color=3fb950\" alt=\"CI\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A minimal interactive \u003ccode\u003egit status\u003c/code\u003e for faster staging.\n\u003c/p\u003e\n\n## Install\n\nHomebrew:\n\n```sh\nbrew install leohenon/tap/igs\n```\n\nGo:\n\n```sh\ngo install github.com/leohenon/interactive-git-status/cmd/igs@latest\n```\n\n## Usage\n\n```sh\nigs\n```\n\n![igs default view](assets/igs.gif)\n\n```sh\nigs --short\n```\n\n![igs short view](assets/igs-short.gif)\n\n## Flags\n\n| Flag            | Description                                               |\n| --------------- | --------------------------------------------------------- |\n| `-s`, `--short` | Use compact interactive status view                       |\n| `--ignored`     | Show ignored files                                        |\n| `--show-stash`  | Show stash count. Also shown when `status.showStash=true` |\n| `--watch`       | Refresh status automatically                              |\n| `--version`     | Show version                                              |\n| `-h`, `--help`  | Show usage                                                |\n\n## Keybindings\n\n| Key                  | Action                               |\n| -------------------- | ------------------------------------ |\n| `enter`              | Toggle selected file staged/unstaged |\n| `s`                  | Stage selected file                  |\n| `u`                  | Unstage selected file                |\n| `a`                  | Toggle all for current side          |\n| `S`                  | Stage all                            |\n| `U`                  | Unstage all                          |\n| `c`                  | Commit staged changes                |\n| `r`                  | Refresh                              |\n| `j`, `↓`             | Move down                            |\n| `k`, `↑`             | Move up                              |\n| `ctrl-d`             | Move down half a screen              |\n| `ctrl-u`             | Move up half a screen                |\n| `g`                  | Jump to top                          |\n| `G`                  | Jump to bottom                       |\n| `tab`                | Jump to next section                 |\n| `q`, `esc`, `ctrl-c` | Exit                                 |\n\n## Why\n\nKeep the familiar `git status` view, but stage, unstage, and commit interactively.\n\n## What it does\n\n- Supports staged, unstaged, untracked, ignored, and unmerged files\n- Shows branch, upstream, stash, sparse checkout, detached HEAD, and in-progress operation state\n- Handles renamed files, copied files, submodules, and paths with spaces\n\n\u003e Supports macOS and Linux.\n\n## Example aliases\n\n```sh\nalias gs='igs'\nalias gss='igs --short'\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleohenon%2Finteractive-git-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleohenon%2Finteractive-git-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleohenon%2Finteractive-git-status/lists"}