Added an option to view stats from all branches ( git-cal --all ), but that'll be slower for large repositories
Yes, git-cal excludes merge commits.
I agree with Paul Graham on this one. "Has any other company grown to Google's size and remained as benevolent? (Not saying they're perfect, just the best that big.)"…
I have for cmd in $(compgen -c); do if [[ $cmd =~ ^[0-9a-zA-Z]+$ ]]; then eval "alias $cmd?='man $cmd'"; fi; done in my .bashrc to alias command?=man command, saves some typing to get to man pages ( which I do very…
+ https://www.youtube.com/user/TwitterUniversity https://www.youtube.com/user/FacebookDevelopers https://www.youtube.com/user/khanacademy
bash alternate to oh-my-sh : https://github.com/revans/bash-it. https://github.com/mathiasbynens/dotfiles has a pretty good collection of dotfiles repos mentioned in its readme.md. There are few more at…
This reminds me of an old video of a student's room http://www.youtube.com/watch?v=DmuVD0X-fEE
I agree with all the heuristics mentioned except the one about English grammar. Though most people outside the major cities are educated in English medium, it is very common to them graduate without ever having an…
It is now. Added --github | gh option to pull public contributions data from github
Yes, this change was reverted. + Now there is --ascii option to view the graph with some ascii characters instead of ANSI colors
Yes, the title is slightly misleading and different from the project title "github like contributions calendar on terminal". Adding github support (just to view the same graph on terminal rather than firing the web page…
Thank you. https://github.com/k4rthik/git-cal/commit/2c6b50b57fa818d943... should solve it partially (exit(1) if tput colors < 256)
Added an option to view stats from all branches ( git-cal --all ), but that'll be slower for large repositories
Yes, git-cal excludes merge commits.
I agree with Paul Graham on this one. "Has any other company grown to Google's size and remained as benevolent? (Not saying they're perfect, just the best that big.)"…
I have for cmd in $(compgen -c); do if [[ $cmd =~ ^[0-9a-zA-Z]+$ ]]; then eval "alias $cmd?='man $cmd'"; fi; done in my .bashrc to alias command?=man command, saves some typing to get to man pages ( which I do very…
+ https://www.youtube.com/user/TwitterUniversity https://www.youtube.com/user/FacebookDevelopers https://www.youtube.com/user/khanacademy
bash alternate to oh-my-sh : https://github.com/revans/bash-it. https://github.com/mathiasbynens/dotfiles has a pretty good collection of dotfiles repos mentioned in its readme.md. There are few more at…
This reminds me of an old video of a student's room http://www.youtube.com/watch?v=DmuVD0X-fEE
I agree with all the heuristics mentioned except the one about English grammar. Though most people outside the major cities are educated in English medium, it is very common to them graduate without ever having an…
It is now. Added --github | gh option to pull public contributions data from github
Yes, this change was reverted. + Now there is --ascii option to view the graph with some ascii characters instead of ANSI colors
Yes, the title is slightly misleading and different from the project title "github like contributions calendar on terminal". Adding github support (just to view the same graph on terminal rather than firing the web page…
Thank you. https://github.com/k4rthik/git-cal/commit/2c6b50b57fa818d943... should solve it partially (exit(1) if tput colors < 256)