This CLI app runs git fetch
on all registered directories at once.
After installing cargo,
cargo install --git https://github.com/kiharito/fetchall
brew install kiharito/tap/fetchall
fetchall add ~/workspaces/rails_tutorial/
Relative path is also available.
fetchall add .
fetchall exec
Git fetch options may be specified.
fetchall exec -- -p
fetchall ls
# 0: /Users/username/workspaces/rails_tutorial
# 1: /Users/username/workspaces/fetchall
Specify the index displayed by fetchall ls
.
fetchall rm 0