Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
k4rthik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
k4rthik
12y ago
Added an option to view stats from all branches ( git-cal --all ), but that'll be slower for large repositories
2.
▲
by
k4rthik
12y ago
Yes, git-cal excludes merge commits.
3.
▲
by
k4rthik
12y ago
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://twitter.com/paulg/stat
4.
▲
by
k4rthik
12y ago
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 often
5.
▲
by
k4rthik
12y ago
+ https://www.youtube.com/user/TwitterUniversity https://www.youtube.com/user/FacebookDevelopers https://www.youtube.com/user/khanacademy
6.
▲
by
k4rthik
13y ago
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 m
7.
▲
by
k4rthik
13y ago
This reminds me of an old video of a student's room http://www.youtube.com/watch?v=DmuVD0X-fEE
8.
▲
by
k4rthik
13y ago
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 actual communication in En
9.
▲
by
k4rthik
13y ago
It is now. Added --github | gh option to pull public contributions data from github
10.
▲
by
k4rthik
13y ago
Yes, this change was reverted. + Now there is --ascii option to view the graph with some ascii characters instead of ANSI colors
11.
▲
by
k4rthik
13y ago
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 for it) is
12.
▲
by
k4rthik
13y ago
Thank you. https://github.com/k4rthik/git-cal/commit/2c6b50b57fa818d943... should solve it partially (exit(1) if tput colors < 256)