Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veandco/git-ez
Git commit helper command that includes emoji!
https://github.com/veandco/git-ez
Last synced: 11 days ago
JSON representation
Git commit helper command that includes emoji!
- Host: GitHub
- URL: https://github.com/veandco/git-ez
- Owner: veandco
- Created: 2018-09-13T07:21:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T14:46:40.000Z (about 6 years ago)
- Last Synced: 2024-10-29T21:05:49.166Z (22 days ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-ez [![Build Status](https://travis-ci.com/veandco/git-ez.svg?branch=master)](https://travis-ci.com/veandco/git-ez)
git-ez is a git commit tool that uses emojis! Currently only supports the Linux platform.
The conventions and emojis used here are mostly inspired by the beautiful-looking repository [vue-i18n](https://github.com/kazupon/vue-i18n)!
## Features
+ Single standalone binary that can be copied around
+ Multi-user commit using a single user account based on SSH IP address
+ Conventional commit style commits with emojis## Build
You can build this tool by running:
```
cargo build --release
```## Installation
You can install this tool by copying it into a path that your shell can find it. For example:
```
cp target/release/git-ez $HOME/.local/bin
```## Usage
You can use this tool by running:
```
git ez
```as an alternative to
```
git commit
```