1 个不稳定版本
0.1.0 | 2019 年 5 月 10 日 |
---|
在 #git-status 中排名 #26
17KB
109 代码行
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>
安装
Crates.io
cargo install multi-git
或最新版本从 git
cargo install --git "https://github.com/scullionw/multi-git"
或从源码
cargo build --release
sudo chmod +x /target/release/mgit
sudo cp /target/release/mgit /usr/local/bin/
Windows 上的示例脚本(check.bat)
mgit "C:\Users\User\Desktop\Projects"
pause
macOS 上的示例脚本(chmod +x check.sh)
#!/bin/bash
mgit "/Users/username/Projects"
read -n 1 -s -r -p "Press any key to continue"
依赖项
~11–19MB
~335K SLoC