Skip to content

Add, commit and update code with emoji in a single command.

Notifications You must be signed in to change notification settings

hemedah101/acp-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Install

Go to the home directory (~) in your terminal. cd ~ will take you there.

Download the script in home directory (~):

wget https://raw.githubusercontent.com/ABZ0/acp-emoji/main/.custom_cmd.sh

Set “executable” permission to the file:

chmod +x .custom_cmd.sh

Open ~/.bashrc or ~/.zshrc using any text editor you have for example:

gedit .custom_cmd.sh

Add the following command in a new line anywhere the file:

source ~/.custom_cmd.sh

Save the file and exit the terminal.

Usage

Now you can open a new terminal and try your new command ex:

# to commit with a default message "initial commit"
acp init
# to commit a new feature
acp feature "commit message"

# to commit an update to existing feature
acp update "commit message"

# to commit a bugfix
acp fix "commit message"

# to commit a hotfix
acp hotfix "commit message"

# to commit a code refactor
acp refactor "commit message"

# to commit a new release
acp package "commit message"

# to commit a new or updated package
acp release "commit message"

About

Add, commit and update code with emoji in a single command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages