Skip to content

A program to save you time writing out lengthy commit messages

Notifications You must be signed in to change notification settings

lyqio/easy-commit-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Commit Messages

This software is designed to make your life easier by writing your commit messages for you

Examples

easycommitmessage
>>> fixed identical bug
easycommitmessage
>>> removed feline feature
easycommitmessage
>>> adds charming bug

Installation

Download the latest binary from the releases and then you will be able to run the .exe file to use the program.

Build From Source

First make sure you have rust installed with cargo

cargo --version

Clone this repo and build:

git clone https://github.com/lyqio/easy-commit-messages.git
cd easy-commit-messages
cargo build

The resulting exe file should be located in the directory

target/debug/easy-commit-messages.exe

Or use a release build

cargo build --release

Where the resulting file is found at

target/release/easy-commit-messages.exe

About

A program to save you time writing out lengthy commit messages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages