Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrikholcak/gitmoji
Replaces your average git log emoji strings with the real deal.
https://github.com/patrikholcak/gitmoji
Last synced: 9 days ago
JSON representation
Replaces your average git log emoji strings with the real deal.
- Host: GitHub
- URL: https://github.com/patrikholcak/gitmoji
- Owner: patrikholcak
- License: mit
- Archived: true
- Created: 2015-06-07T13:24:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T17:31:28.000Z (about 9 years ago)
- Last Synced: 2024-09-28T01:07:43.221Z (about 2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Emojified Git log](https://upx.cz/s8e4gaou9sziupchin614it54fn2iuhmlkhab92c?gitmoji.png)
## Usage
1. `npm i gitmoji —g`
2. You can now use `gitmoji` in your terminal!## Custom git log command
You can run `gitmoji ` or set `GIT_LOG` env variable to customize the git log command. The default log gitmoji uses is `git log`.## $PAGER
Gitmoji respects your default pager (`$PAGER` or git’s `core.pager`). If none of these variables is set, `less -rX` is used as the pager.