Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 925 Bytes

File metadata and controls

35 lines (24 loc) · 925 Bytes

GitEase: Terminal-Based Git Assistant

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.


Installation

Linux / macOS

Use curl to download and execute the installation script:

curl -sSL https://raw.githubusercontent.com/dinesh00509/gitease/main/install.sh | bash

Windows (PowerShell)

Open PowerShell and run the following command to download and execute the installation script:

iwr -useb https://raw.githubusercontent.com/dinesh00509/gitease/main/install.ps1 | iex

Once installed, verify the installation:

gitease --version

Usage

After installation, simply run:

gitease --run