git-ahead-check/README.md

45 lines
767 B
Markdown

Git Ahead Check
===============
Инструмент для людей, которые много работают
(A tool for checking changes that have not been sent in Git repos)
![img](./.docs/screenshot.png)
## Installing
**Using prebuilder binary:**
...
**Build from source:**
Download sources by Git:
```sh
git clone http://git.a2s.su/iiiypuk/git-ahead-check.git .
```
(Or) Download source by Zip:
```sh
wget https://git.a2s.su/iiiypuk/git-ahead-check/archive/master.zip || uznip ./master.zip
```
Build:
```sh
cd ./git-ahead-check/
shards build --release --progress
./bin/git-ahead-check # enjoy
```
## Howto use
**Generate configuration file:**
```sh
$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check
```
and run `git-ahead-check`!