repoutil

Crates.iorepoutil
lib.rsrepoutil
version0.17.1
sourcesrc
created_at2019-10-28 12:15:19.465616
updated_at2021-03-04 15:21:41.080642
descriptionWrapper around my common git commands
homepage
repositoryhttps://github.com/chrisdavison/repoutil
max_upload_size
id176362
size19,504
Chris Davison (ChrisDavison)

documentation

README

repoutil

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.

stat

For each subdirectory of $CODEDIR, return the git status -s -b output. Only show output of repos that have anything interesting to say.

fetch

Visit each subdirectory of $CODEDIR, pulling remote changes for all branches.

Commit count: 83

cargo fmt