git-interactive-rebase-tool
git-interactive-rebase-tool copied to clipboard
Native cross-platform full feature terminal-based sequence editor for git interactive rebase.
# Description The input crate had an implicit dependency on the display crate, since the read_event function had to be provided to the event provider from the display crate. With...
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.24.0 to 0.25.0. Release notes Sourced from crossterm's releases. 0.25 BREAKING: Copy trait is removed from Event, you can keep it by removing the "bracked-paste" feature flag....
It'd be nice to be able to bind custom keywords to binds The idea is to use it with git-revise, which adds index and cut as available actions I've hardcoded...
# Feature Request Terminal emulators default to either a light background based theme or a dark background based theme. This tool assumes a dark background based terminal, but this isn't...
Coming from vim, I really missing search functionality: - search for commit id - search for commit message I would expect this to be activated like in vim: `/` hotkey...
Maybe `git-interactive-rebase-tool` can show errors in case there would be merge errors, even before the user has exited and saved the editor to continue the rebase. See example in [da-x/depree:...
Hi, Is there a way to search? `/` doesn't work for example
https://github.com/rust-lang/git2-rs/pull/753 added the option to ignore blank lines when generating a diff. This should be supported. This is currently blocked by rust-lang/git2-rs#746, since it's not possible to upgrade git2-rs without...
Hey, I'm using your tool for a couple of years now. It's great and helps me a lot in my work. Thanks! Recently I have noticed that one of my...
(I'm not sure where this option would go right since there's no config yet.) It'd be neat if there was an option to have references to commits in the commit...