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.
To install in /usr/local/
prefix type:
git clone [email protected]:wieczorek1990/gitl.git && cd gitl/ && make install
- Escaped whitespace handling.