interactive git tools
npm install @heruka_urgyen/litLit
===
> Interactive git tools
Lit is a set of interactive git tools that aims to automate tedious git tasks.
npm i -g @heruka_urgyen/litlit [--help] lit statusGit status with interactive cli for selecting files.
It provides operations, such as _stage_, _reset_, _checkout_, _commit_, _commit --amend_ and _commit --fixup_.
The last one will open git log to select a commit for fixup.
lit diffInteractive git diff that combines status with diff for each file.
List of files is displayed on the left and diff is displayed on the right.
The diff pane can be resized with h and l and focus toggled with v.
When focused, navigation keys scroll the diff.
lit logInteractive git log that allows inspecting diffs for each file in commit and simplifies checkout and interactive rebase.
Open diff view for committed files with l or return.
Go back to log with b or backspace.
Checkout commit with o.
Begin interactive rebase of commit with r.