| Crates.io | repoutil |
| lib.rs | repoutil |
| version | 0.17.1 |
| created_at | 2019-10-28 12:15:19.465616+00 |
| updated_at | 2021-03-04 15:21:41.080642+00 |
| description | Wrapper around my common git commands |
| homepage | |
| repository | https://github.com/chrisdavison/repoutil |
| max_upload_size | |
| id | 176362 |
| size | 19,504 |
Wrapper around my common git commands
I have many repositories (in terms of followed, personal, or work).
For this, I want a wrapper that implements common functionality across all of them. I've tried things like mixu/gr, but wanted to streamline the process to provide exactly the output I want, and hide the rest.
As such, currently only stat and fetch are listed as commands.
statFor each subdirectory of $CODEDIR, return the git status -s -b output. Only show output of repos that have anything interesting to say.
fetchVisit each subdirectory of $CODEDIR, pulling remote changes for all branches.