GitEase is a simple, terminal-based Git assistant built in Go using the Bubbletea framework.
It was created as part of a Go learning journey and turns everyday Git commands — such as staging, committing, and pushing — into an interactive terminal interface.
Use curl to download and execute the installation script:
curl -sSL https://raw.githubusercontent.com/dinesh00509/gitease/main/install.sh | bashOpen PowerShell and run the following command to download and execute the installation script:
iwr -useb https://raw.githubusercontent.com/dinesh00509/gitease/main/install.ps1 | iexOnce installed, verify the installation:
gitease --versionAfter installation, simply run:
gitease --run