Skip to content

A TUI app to help you with git commit process.

Notifications You must be signed in to change notification settings

audreyteles/githp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GITHP

This is a TUI (Terminal User Interface) app designed to simplify your daily commit process.


Building

To build locally, you'll need to clone this repository by running:

git clone https://github.com/audreyteles/githp.git

Next, install Go on your machine. To see how to install it, click here.

In the terminal, access the githp folder, and then you should be able to build:

cd githp && go build -o githp cmd/main.go

A file named githp will be created in your directory.


Configuring

Once the app is on your machine, you need to give it executable permissions:

sudo chmod +x githp

Next, move the app to your local binary folder:

mv githp /usr/local/bin/

Create an alias for the application:

nano ~/.bashrc

or

nano ~/.zshrc

Add the following line:

alias githp='/usr/local/bin/githp'

After that, you can use it in your git directories:

githp

About

A TUI app to help you with git commit process.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages