Viewing profile — k4rthik
k4rthik
HN member- Joined
- Sun, Sep 22, 2013, 12:16 PM UTC
- HN karma
- 16
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About k4rthik
No profile information was provided.
Recent public activity
-
comment
Comment #9057952
Added an option to view stats from all branches ( git-cal --all ), but that'll be slower for large repositories
-
comment
Comment #9057943
Yes, git-cal excludes merge commits.
-
comment
Comment #8185951
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.)" ( https://twi…
-
comment
Comment #7982525
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 …
-
comment
Comment #7609692
+ https://www.youtube.com/user/TwitterUniversity https://www.youtube.com/user/FacebookDevelopers https://www.youtube.com/user/khanacademy
- story
-
comment
Comment #6951013
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…
-
comment
Comment #6839852
This reminds me of an old video of a student's room http://www.youtube.com/watch?v=DmuVD0X-fEE
-
comment
Comment #6509404
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 the…
-
comment
Comment #6447909
It is now. Added --github | gh option to pull public contributions data from github
-
comment
Comment #6443769
Yes, this change was reverted. + Now there is --ascii option to view the graph with some ascii characters instead of ANSI colors
-
comment
Comment #6443763
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 t…
-
comment
Comment #6432766
Thank you. https://github.com/k4rthik/git-cal/commit/2c6b50b57fa818d943... should solve it partially (exit(1) if tput colors < 256)
- story