I made a git rebase TUI editor

The OCaml CLI Mini-framework offers various demo applications, including demo_tty showcasing ANSI features, and demo_boiling featuring ongoing ASCII animation. A unique tool, rebase_edit, is an interactive git rebase editor with a corresponding script, newbase, serving as a replacement for git rebase -i. Core libraries like tea provide an Elm-inspired structure, while components offer composable ANSI widgets. Development requirements include a Linux environment with OPAM and termios support. Notably, newbase simplifies git rebase commands and installation root customization. Test suites and installation instructions are available for users interested in exploring this innovative framework.

https://github.com/NyuB/ocli

To top