/cpr

List commits pending to release

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cpr

forthebadge

PRs Welcome

A fish function that list commits pending to release.

Table of contents

Usage

(Back to top)

# Run `cpr` in the current git project
cpr

# Run `cpr` in a git project different of the current git project/directory
cpr ../elixir

Installation

(Back to top)

  1. Install fish

  2. Install the cpr

    git clone https://github.com/joaothallis/cpr.git
    sudo mv cpr/cpr.fish /usr/bin
  3. Start using cpr 🎉

Updating

(Back to top)

Want to update to the latest version of cpr?

cd cpr
git pull
sudo mv cpr/cpr.fish /usr/bin

Uninstallation

(Back to top)

Want to uninstall? No issues (sob). Please feel free to open an issue regarding how we can enhance cpr.

sudo rm -rf /usr/bin/cpr.fish
rm -rf cpr/cpr.fish

Contributing

(Back to top)

Your contributions are always welcome! 🎉

License

(Back to top)

cpr source code is released under BSD 3-Clause License. Please have a look at the LICENSE.md for more details.