Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 451 Bytes

gitcli

whiptail based terminal UI for common git actions

main-menu screenshot

installation

mkdir -p "/path/to/gitcli/" 
cd "/path/to/gitcli/"
wget "https://github.com/utility-libraries/gitcli/raw/main/gitcli"

or

curl -LO "https://github.com/utility-libraries/gitcli/raw/main/gitcli"

and add the following line to your ~/.bashrc

PATH="$PATH:/path/to/gitcli/"