Hacker Newsnew | past | comments | ask | show | jobs | submit | sharyanto's commentslogin

There should be (or is there already?) a script that automatically downloads an issue and its conversation in text or JSON format and commits it so the data/archive is in the git repo.


To be fair, CPAN is also full of junk. And Acme::* :)


Also, vi/emacs/nano are not one would call "command-line" text editors (they are text-mode/console-based though). See "ed" for one.


Probably from raiph. I saw that he mentioned that several times on Reddit. Also see the comments on my blog post: http://blogs.perl.org/users/steven_haryanto/2013/03/dont-wai... (18 months).


The script works on any git repo. It's just that the graphs being produced are similar to those found on Github. Aside from that, the script is not related to Github at all.


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 one of the suggestions and is in TODO list.


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


I would recommend my small library Color::ANSI::Util (https://metacpan.org/module/Color::ANSI::Util ) which has ansifg($rgb) and ansibg($rgb) function. They can detect terminal's color depth and output either 24-bit/256-color/16-color ANSI color escape codes.

But I guess the author wants to avoid using non-core dependencies.

Cool script, anyhow! I spent a lot of times looking at this kind of activity graph on Github.

As already submitted to the Github issues, the ability to show activity of multiple git repos as a single graph would be neat, as we tend work across multiple git repos.


tput doesn't seem to recognize Konsole's 24bit color support though.


Org is my favorite markup too (mostly because of emacs' org-mode). I certainly hope it picks adoption in the future. One of the downside, however, is its syntax for verbatim paragraph is a bit awkward (requires a colon at the start of each line).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: