Live data from Hacker News

Viewing profile — k4rthik

k4rthik

HN member
Joined
Sun, Sep 22, 2013, 12:16 PM UTC
HN karma
16
Public activity
14 items

About k4rthik

No profile information was provided.

Recent public activity

  1. comment
    Comment #9057952

    Added an option to view stats from all branches ( git-cal --all ), but that'll be slower for large repositories

  2. comment
    Comment #9057943

    Yes, git-cal excludes merge commits.

  3. 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…

  4. 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 …

  5. comment
    Comment #7609692

    + https://www.youtube.com/user/TwitterUniversity https://www.youtube.com/user/FacebookDevelopers https://www.youtube.com/user/khanacademy

  6. story
  7. 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…

  8. comment
    Comment #6839852

    This reminds me of an old video of a student's room http://www.youtube.com/watch?v=DmuVD0X-fEE

  9. 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…

  10. comment
    Comment #6447909

    It is now. Added --github | gh option to pull public contributions data from github

  11. 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

  12. 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…

  13. comment
    Comment #6432766

    Thank you. https://github.com/k4rthik/git-cal/commit/2c6b50b57fa818d943... should solve it partially (exit(1) if tput colors < 256)

  14. story