Show HN: I made a git rebase TUI editor

I use interactive rebase quite often, and particularly like the editor bundled with IntelliJ. But I do not always work with IntelliJ, and am not 'fluent' with Vim, so I tried to replicate roughly the same rebase experience within a TUI. I used a small TUI OCaml project i made last year.

The notable features are: - Move commits up and down, fixup, drop - Rename commits from the editor (without having to stop for a reword during the rebase run) - Visualize modified files along commits - 'Explode' a commit ,creating a commit for each modified file (a thing I found myself doing quite often)

Feedbacks (both on the tool and the code) and contributions welcome, hope it could fit other people needs too !


Comments URL: https://news.ycombinator.com/item?id=41831073

Points: 50

# Comments: 17

https://github.com/NyuB/ocli

Erstellt 6mo | 14.10.2024, 13:10:20


Melden Sie sich an, um einen Kommentar hinzuzufügen