DEV Community

Discussion on: Git standup, how did I ever live without you?

Collapse
 
bahmutov profile image
Gleb Bahmutov

Now, if only it grabbed them across ALL my projects (or my org Git repos) and sent an email to everyone interested + dashboard that would be the best stand up tool!

Collapse
 
niaher profile image
niaher

And then we'd never need to talk to each every again. Yay!

Collapse
 
niaher profile image
niaher

And then we'd never need to talk to each other. Yay!

Collapse
 
hawkinjs profile image
Josh Hawkins

This is a good idea - I may write a little node script to use this tool and do just this! :)

Collapse
 
bahmutov profile image
Gleb Bahmutov

Hit me up then, it would be great OSS or side project,

Thread Thread
 
enguerran profile image
enguerran 🐐💨
Thread Thread
 
zoidbergwill profile image
William

That didn't work for me, so instead I did the following to list all my git repos in ~/src

find . -depth -5 -type d -name ".git" | sed -e "s/\(\.\/\)\(.*\)\(\.git\)/~\/src\/\2/g" | tr '\n' ','
Enter fullscreen mode Exit fullscreen mode
Collapse
 
jess profile image
Jess Lee

😆

Collapse
 
x4121 profile image
Armin Grodon

I could help you on the "across ALL my projects" part. Wrote something similar to remember what I did (and where).

github.com/x4121/git-amnesia

Collapse
 
timabell profile image
Tim Abell

Combine it with gist.github.com/timabell/1391205#f... perhaps

Collapse
 
devdrake0 profile image
Si

I could probably add something like this to omgit

Collapse
 
happz profile image
Miloš Prchlík

How about this one github.com/psss/did/ ? It can grab "wth did I do last week??" data from other sources, not just git repos, see github.com/psss/did/tree/master/di... for the current set of plugins. It does not solve the "dashboard" part but it definitely produces something that can easily be copypasted into any "status report" e-mail :)

Collapse
 
pbnj profile image
Peter Benjamin (they/them) • Edited

That sounds like Jira!

... ducks and covers ...