Joined July 2014
·

Tamas

Budapest, Hungary
·
·

Posted to Source Code TODO Logs over 1 year ago

If you need a bit more than a simple TODO list, I highly recommend Watson for inline issue/todo handling. It's able to post issues to GitHub/Bitbucket/GitLab/Asana, it has colorized output and other neat features :)

http://goosecode.com/watson/

A similar self explanatory implentation in Perl:
sub sort_ {
@_ and return (
sort_ (grep { $_ < $[0] } @),
grep ({ $_ == $[0] } @),
sort_ (grep { $_ > $[0] } @)
);
();
}

My personal favorite todo list manager still 't'.
http://stevelosh.com/projects/t/

Achievements
7 Karma
0 Total ProTip Views
Interests & Skills