Skip to content

Run `git fetch` on all registered directories at once.

Notifications You must be signed in to change notification settings

kiharito/fetchall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetchall

This CLI app runs git fetch on all registered directories at once.

Installation

Cargo

After installing cargo,

cargo install --git https://github.com/kiharito/fetchall

Homebrew

brew install kiharito/tap/fetchall

Binary

See Assets in the Release.

Usage

Add a directory to the targets

fetchall add ~/workspaces/rails_tutorial/

Relative path is also available.

fetchall add .

Run git fetch on all registered directories

fetchall exec

Git fetch options may be specified.

fetchall exec -- -p

Show the list of the target directories

fetchall ls
# 0: /Users/username/workspaces/rails_tutorial
# 1: /Users/username/workspaces/fetchall

Remove the directory from the targets

Specify the index displayed by fetchall ls.

fetchall rm 0

About

Run `git fetch` on all registered directories at once.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages