0.4.1 • Published 4 years ago

@heruka_urgyen/lit v0.4.1

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
4 years ago

Lit

Interactive git tools

Lit is a set of interactive git tools that aims to automate tedious git tasks.

Installation

npm i -g @heruka_urgyen/lit

Usage

lit [--help] <command>

Commands

Status

Usage: lit status

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

status-image

Diff

Usage: lit diff

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

diff-image

Log

Usage: lit log

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

log-image

License

GPL-3.0

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago