Skip to content

Rhys' Git tool using Bubbletea for TUI, thus name

Notifications You must be signed in to change notification settings

BillyUdders/commitea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commitea

drawing

Commitea A git tool that combines all my best practice stuff into simple commands and a full TUI mode for power browsing.

Development

To run the program without compiling:

go run ./cmd/commitea [command]

Installation

Clone this repository:

git clone https://github.com/BillyUdders/commitea.git

Navigate into the project directory:

cd commitea

Build the project:

go build -o commitea ./cmd/commitea

Commands

Log

./commitea log 

Displays the most recent commits in compact and dense form

Commit

./commitea commit 

Takes you through a form to create a well formed commit message

Status

./commitea status

Like log but with dirty files and branch names

About

Rhys' Git tool using Bubbletea for TUI, thus name

Resources

Stars

Watchers

Forks

Packages

No packages published