Git Product home page Git Product logo

acp-emoji's Introduction

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"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.