{"id":41307346,"url":"https://github.com/erdavila/git-interactive-rebase-editor","last_synced_at":"2026-01-23T05:08:17.433Z","repository":{"id":138427752,"uuid":"92902520","full_name":"erdavila/git-interactive-rebase-editor","owner":"erdavila","description":"A visual helper for Git interactive rebase","archived":false,"fork":false,"pushed_at":"2024-03-09T13:56:18.000Z","size":463,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-09T14:56:24.266Z","etag":null,"topics":["cli","git","git-rebase","interactive","rebase","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/erdavila.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}},"created_at":"2017-05-31T03:58:26.000Z","updated_at":"2024-01-27T13:04:35.000Z","dependencies_parsed_at":"2024-01-27T14:43:12.362Z","dependency_job_id":null,"html_url":"https://github.com/erdavila/git-interactive-rebase-editor","commit_stats":null,"previous_names":["erdavila/git-interactive-rebase-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erdavila/git-interactive-rebase-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdavila%2Fgit-interactive-rebase-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdavila%2Fgit-interactive-rebase-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdavila%2Fgit-interactive-rebase-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdavila%2Fgit-interactive-rebase-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdavila","download_url":"https://codeload.github.com/erdavila/git-interactive-rebase-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdavila%2Fgit-interactive-rebase-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"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-rebase","interactive","rebase","tui"],"created_at":"2026-01-23T05:08:16.488Z","updated_at":"2026-01-23T05:08:17.427Z","avatar_url":"https://github.com/erdavila.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-interactive-rebase-editor\nA visual helper for Git interactive rebase.\n\n![Screenshot](screenshot.png)\n\n## Installing and building\n1. Clone this repository\n2. Build it with `cargo build --release`\n3. Copy `./target/release/git-interactive-rebase-editor` to your desired location.\n\nAlternativelly, use `cargo` to build and install at once:\n\n```sh\ncargo install --path \u003cLOCAL_REPOSITORY_PATH\u003e\n```\n\nor:\n\n```sh\ncargo install --git https://github.com/erdavila/git-interactive-rebase-editor.git\n```\n\nSee the options for [`cargo install`](https://doc.rust-lang.org/cargo/commands/cargo-install.html).\n\n## Using it\n\n### Single use\nUse the `sequence.editor` configuration when rebasing:\n\n```sh\ngit -c sequence.editor=\u003cPATH_TO_BINARY\u003e rebase -i ...\n```\n\n### With an alias\n\nDefine an alias:\n```sh\ngit config --global alias.rebase-i \"-c sequence.editor=\u003cPATH_TO_BINARY\u003e rebase -i\"\n```\n\nthen rebase with:\n\n```sh\ngit rebase-i ...\n```\n\n### Permanent use\n\nSet the editor:\n\n```sh\ngit config --global sequence.editor=\u003cPATH_TO_BINARY\u003e\n```\n\nthen rebase with:\n\n```sh\ngit rebase -i ...\n```\n\n### Platform Specifics\n\n#### Git Bash\nStart the `\u003cPATH_TO_BINARY\u003e` without `/` and with drive name.\n\nE.g.: use `C:/...` instead of `/c/...`.\n\n#### Cygwin\nCygwin requires the `git-interactive-rebase-editor.sh` adapter script to ensure that the editor receives a path in Windows format.\n\n1. copy [`git-interactive-rebase-editor.sh`](./git-interactive-rebase-editor.sh) to the same place where the binary is located;\n2. in the commands above, for `\u003cPATH_TO_BINARY\u003e` use the path to `git-interactive-rebase-editor.sh` instead of the path to the binary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdavila%2Fgit-interactive-rebase-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdavila%2Fgit-interactive-rebase-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdavila%2Fgit-interactive-rebase-editor/lists"}