git-interactive-rebase-tool icon indicating copy to clipboard operation
git-interactive-rebase-tool copied to clipboard

Native cross-platform full feature terminal-based sequence editor for git interactive rebase.

Results 43 git-interactive-rebase-tool issues
Sort by recently updated
recently updated
newest added

# 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....

dependencies

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...

enhancement
investigate

# 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...

enhancement
investigate

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...

enhancement

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:...

enhancement
blocked

Hi, Is there a way to search? `/` doesn't work for example

enhancement

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...

enhancement
good first issue

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...

bug
macOS
blocked

(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...

enhancement