Skip to content

wieczorek1990/gitl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitl

Git loop inspired by gitsh.

Features:

  • loop (with interrupts counting),
  • readline input,
  • branch, file, tag completion,
  • range completions (..),
  • history,
  • version and help flags.

Contributions welcome.

Installation

make

To install in /usr/local/ prefix type:

git clone git@github.com:wieczorek1990/gitl.git && cd gitl/ && sudo make install