altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.83k stars 94 forks source link

Input buffer #4

Closed altsem closed 8 months ago

altsem commented 8 months ago

Some commands like 'bb', 'lo' etc. should accept input after invoking. Currently, there's no such thing in Gitu. Also handling autocomplete inside it might get messy (skip in first iteration?).

As seen in Magit: image

altsem commented 8 months ago

First iteration implemented for git checkout -b with 08d995e1814b1c607f6582054b56760b8af50549