#interface #workflow #git #utility #command-line-interface #cli

bin+lib gitty

Interactive command line interface for enhanced workflow when using the Git CLI

5 releases

0.1.4 Feb 24, 2021
0.1.3 Feb 21, 2021
0.1.2 Feb 20, 2021
0.1.1 Feb 19, 2021
0.1.0 Feb 19, 2021

#139 in #workflow

MIT/Apache

17KB
474 lines

Gitty

Interactive command line interface for enhanced workflow when using the Git CLI.

How To Use

You run gitty simply by calling gitty from the command line, no arguments, no bells and/or whistles. This will prompt you as to which action you would like to perform:

$ gitty
What would you like to do:
> status
  staging
  commit
  checkout
  remote
  log
  diff
  exit

Install

You can install gitty from crates.io using

cargo install gitty

Dependencies

~2–12MB
~127K SLoC