git-ahead-check/README.md

45 lines
767 B
Markdown
Raw Permalink Normal View History

2022-08-13 12:41:39 +03:00
Git Ahead Check
===============
2022-08-13 16:34:25 +03:00
Инструмент для людей, которые много работают
2022-08-13 16:37:07 +03:00
(A tool for checking changes that have not been sent in Git repos)
2022-08-13 12:41:39 +03:00
![img](./.docs/screenshot.png)
## Installing
**Using prebuilder binary:**
...
**Build from source:**
2022-08-13 16:26:30 +03:00
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/
2022-08-13 16:34:25 +03:00
shards build --release --progress
2022-08-13 16:26:30 +03:00
./bin/git-ahead-check # enjoy
```
2022-08-13 12:41:39 +03:00
## Howto use
**Generate configuration file:**
2022-08-13 16:34:25 +03:00
2022-08-13 12:41:39 +03:00
```sh
$ ls -d -1 ~/Develop/* > ~/.config/emilecok/git-ahead-check
```
2022-08-13 16:34:25 +03:00
and run `git-ahead-check`!