Skip to content

A tool to summarise and explain your code changes, make it make sense!

License

Notifications You must be signed in to change notification settings

Allyedge/gitsplain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitsplain

GitHub License GitHub Release

A tool to summarise and explain your code changes, make it make sense!

Installation

# Install Gitsplain.
# Replace <VERSION> and <ASSET_NAME> with values from the desired release
VERSION="v0.1.0"; ASSET_NAME="gitsplain-ubuntu-latest"; \
INSTALL_DIR="$HOME/.local/bin"; \
mkdir -p "$INSTALL_DIR"; \
echo "Downloading Gitsplain ${VERSION} (${ASSET_NAME})..."; \
curl -sL "https://github.com/Allyedge/gitsplain/releases/download/${VERSION}/${ASSET_NAME}" -o "${INSTALL_DIR}/gitsplain" && \
chmod +x "${INSTALL_DIR}/gitsplain" && \
echo "Installed Gitsplain to ${INSTALL_DIR}/gitsplain"; \
echo "Make sure ${INSTALL_DIR} is in your PATH, then run 'gitsplain --help' in a new terminal."

Usage

# Run Gitsplain
> gitsplain

# Get help with Gitsplain
> gitsplain --help

About

A tool to summarise and explain your code changes, make it make sense!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages