Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showing git-cal output for all your git repositories #16

Open
zmughal opened this issue Sep 24, 2013 · 4 comments
Open

showing git-cal output for all your git repositories #16

zmughal opened this issue Sep 24, 2013 · 4 comments

Comments

@zmughal
Copy link

zmughal commented Sep 24, 2013

If you can configure the git log command used, you could use mr to get the git-cal output for a group of repositories: ranging from all the repositories tied to a particular project or every repository you've ever written!

Something like: git cal --git-command="mr -c ~/.mrconfig-projectXYZ" which would call mr -c ~/.mrconfig-projectXYZ log [... rest of args ...]

@xr09
Copy link

xr09 commented Sep 24, 2013

A quick bash in my git folder.
for r in $(ls); do echo $r; cd $r; git-cal; echo; cd ..; done

@zmughal
Copy link
Author

zmughal commented Sep 24, 2013

That's not the same. What I suggest will make a single calendar. :-)

@xr09
Copy link

xr09 commented Sep 24, 2013

I know, just love to show my bash oneliners everywhere these days. ;)

@k4rthik
Copy link
Owner

k4rthik commented Sep 25, 2013

Sounds like an interesting feature to have. Adding to TODOs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants