You are not logged in.
I think I posted this in some crippled form on the handy cmd line utilities thread, but I just finished up a pretty hefty rewrite and added a bunch of features. Basically, pass any git command (or any command really) to git-all, and it'll find all your git repos based on a specified root (defaults to $HOME) and perform whatever action you want on them. A job summary is provided at the end. Example:
Usage: git-all [options] [command]
-S Show repos which have uncommitted changes. If this
option is specified, all other options are ignored.
-f suppress prompting before a custom command is run
-h print this help message
-v print error output in job summary for failed jobs
Actions will be performed on $REPOHOME, which defaults to $HOME
if not specified.
Last edited by falconindy (2010-06-03 23:21:55)
Offline
Very nice idea, congratulations.
Suggestion: this could be used with the -git PKBUILD's in aur, that would be nice
.--.-.... --. .-.-.-..-.-..--....- .- .-...-... --..-..-... -.-.----. ..-.. ...------....-...-.-----..-- .-....---.-..- --. .-.-.-..-.-.--- .-...-... --..-..-... -.-.----. .-...- -......-...-...-..-..-
Offline
oooh nice colors. i want your .X{defaults,resources}
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
oooh nice colors. i want your .X{defaults,resources}
Offline
Dieter@be wrote:oooh nice colors. i want your .X{defaults,resources}
thanks, and sorry for the OT but what is this 'xcolors' thing?
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
Just a hierarchical organization. I've got them all listed in .Xdefaults, and all but 1 are commented.
!#include ".config/xcolors/dwmrob"
!#include ".config/xcolors/gnometerm"
!#include ".config/xcolors/jasonwryan"
!#include ".config/xcolors/phrak1"
!#include ".config/xcolors/rezza"
!#include ".config/xcolors/rydgel"
#include ".config/xcolors/tango"
!#include ".config/xcolors/zenburn"
Offline
Just a hierarchical organization. I've got them all listed in .Xdefaults, and all but 1 are commented.
thanks buddy. interesting approach, i'm gonna explore your repos at github more
and now on topic!
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline