Crates.io | multi-git |
lib.rs | multi-git |
version | 0.1.0 |
source | src |
created_at | 2019-05-10 23:46:56.574153 |
updated_at | 2019-05-10 23:46:56.574153 |
description | Quick CLI to view git status of projects |
homepage | |
repository | https://github.com/scullionw/multi-git |
max_upload_size | |
id | 133369 |
size | 31,962 |
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
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/
mgit "C:\Users\User\Desktop\Projects"
pause
#!/bin/bash
mgit "/Users/username/Projects"
read -n 1 -s -r -p "Press any key to continue"