1 unstable release
0.1.0 | May 10, 2019 |
---|
#26 in #git-status
17KB
109 lines
multi-git
C:\Users\LUNA>mgit --help
multi-git 0.1.0
scullionw <williamscullion@gmail.com>
Quick CLI to view git status of projects
USAGE:
mgit [target_dir]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<target_dir>
Installation
Crates.io:
cargo install multi-git
or latest from git:
cargo install --git "https://github.com/scullionw/multi-git"
or from source:
cargo build --release
sudo chmod +x /target/release/mgit
sudo cp /target/release/mgit /usr/local/bin/
Example script on windows (check.bat):
mgit "C:\Users\User\Desktop\Projects"
pause
Example script on macOS (chmod +x check.sh):
#!/bin/bash
mgit "/Users/username/Projects"
read -n 1 -s -r -p "Press any key to continue"
Dependencies
~11–19MB
~335K SLoC