Skip to content

dinzz005/gitease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A terminal-based interactive Git assistant built with Go and Bubbletea.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors