Go to file
Thom Dickson c57e2e645d
Add list command
2021-12-16 21:43:50 -05:00
src Add list command 2021-12-16 21:43:50 -05:00
.gitignore Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
Cargo.lock Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
Cargo.toml Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
README.md Add README 2021-12-16 20:45:49 -05:00

README.md

Shepherd

Shepherd is a git repository manager. This arises out of the personal need to work with a collection of ever-changing git repositories, on more than one machine.

The goal is to have a single "repositories" file that can be synced across devices. Shepherd would take this file, allow for syncing repository configurations and bulk operations (fetch, unified log, etc).