{"id":29199008,"url":"https://github.com/apainintheneck/igitsh","last_synced_at":"2026-05-10T05:15:19.990Z","repository":{"id":298025578,"uuid":"919816149","full_name":"apainintheneck/igitsh","owner":"apainintheneck","description":"an interactive git shell","archived":false,"fork":false,"pushed_at":"2025-06-09T01:28:07.000Z","size":221,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T21:12:35.978Z","etag":null,"topics":["git","ruby","shell"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/apainintheneck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2025-01-21T04:17:57.000Z","updated_at":"2025-06-09T01:28:11.000Z","dependencies_parsed_at":"2025-06-09T02:26:54.319Z","dependency_job_id":"1a91fbca-28aa-4f6b-ab71-359ebb1a6c21","html_url":"https://github.com/apainintheneck/igitsh","commit_stats":null,"previous_names":["apainintheneck/igitsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apainintheneck/igitsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Figitsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Figitsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Figitsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Figitsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apainintheneck","download_url":"https://codeload.github.com/apainintheneck/igitsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apainintheneck%2Figitsh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267141094,"owners_count":24041979,"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-07-26T02:00:08.937Z","response_time":62,"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":["git","ruby","shell"],"created_at":"2025-07-02T09:06:35.368Z","updated_at":"2026-05-10T05:15:19.985Z","avatar_url":"https://github.com/apainintheneck.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Igitsh\n\nThis is an interactive shell for Git that facilitates common actions by including shell completions, shell history and removes the need to preface each command with the word `git`.\n\nI originally started this as an [awk script](https://gist.github.com/apainintheneck/ddc87043a645e87f2d9e02b69be155b6). Then, I tried to implement it in a [crystal program](https://github.com/apainintheneck/gitsh-cr) and now I've implemented it in Ruby.\n\n## Installation\n\n```console\n$ bundle install\n$ bundle rake install\n```\n\n## Usage\n\n```console\n$ igitsh\n```\n\nUse the `:commands` command to list all internal and external (Git) commands.\n\n```\nIgitsh Internal Commands\n   :alias                  Create local and global Git aliases for common command combinations.\n   :commands               List all internal and external commands along with descriptions.\n   :exit                   Gracefully exit the program. This is equivalent to ctrl-c or ctrl-d.\n   :history                Browse your Igitsh shell history with syntax highlighting.\n\nSee 'git help \u003ccommand\u003e' to read about a specific subcommand\n\nMain Porcelain Commands\n   add                     Add file contents to the index\n   am                      Apply a series of patches from a mailbox\n   archive                 Create an archive of files from a named tree\n   ...\n```\n\nTips:\n- Syntax highlighting can give you information about whether your input is valid.\n- Typing `./` can give you filepath completions.\n\n![GIF demoing the shell](./assets/igitsh-v1.0.0.gif)\n\n## Development\n\n```console\n# Linting\n$ bundle exec rake standard\n\n# Testing\n$ bundle exec rake spec\n\n# Linting \u0026 Testing\n$ bundle exec rake\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/apainintheneck/igitsh.\n\n## Related Projects\n\n- Gitsh: An interactive shell for git\n    - Repo: https://github.com/thoughtbot/gitsh\n    - Language: Ruby\n    - Last Updated: December 16, 2019\n- Gitsh: lame git wrapper tool that tries to make git act like a shell - highly unstable, prickly, experimental, and all-around bad.\n    - Repo: https://github.com/belden/gitsh\n    - Language: Perl\n    - Last Updated: March 3, 2015\n- Gitsh: A simple git shell\n    - Repo: https://github.com/caglar/gitsh\n    - Language: Perl\n    - Last Updated: September 26, 2011\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapainintheneck%2Figitsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapainintheneck%2Figitsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapainintheneck%2Figitsh/lists"}