Do It is a simple todo list application written for the command-line. Right now it doesn't have any fancy features or anything and a simple text-file is probably handier to use for keeping track of your todos. Do It is simply my entry for the Code Brawl competition Command line TODO lists.
This project is my first in more than one way. It's my first entry to Code Brawl and it's my first command-line application. I didn't enter the competition to win it, I entered because it would give me motivation to just jump into it and try to write my first CLI-application.
It turned out I couldn't spare a whole of time this week, but at least I got the essential in and I'm planning on improving this application further and then make it my first gem - just for the sake of learning and experimenting.
I put up two rules for myself when starting to write Do It; I wanted to write clear and organized code and only use the standard library.
Please feel free to criticise everything about the application. Code, usage, apperance (or well, ain't much to talk about there), etc. I'm always eager to improve so feedback is always appricated.
sudo curl -o /usr/local/bin/doit https://raw.github.com/gist/1252195/14927a66df89abe0ef5a2f5876bec7c2d6eb62ee/doit.rb
sudo chmod +x /usr/local/bin/doit
By default Do It saves your todos in a textfile called doit.txt
in your home folder. You can change the location of that file by editing /usr/local/bin/doit
(if you followed the installation instructions - otherwise use the path of where you put it).
Developed by Teddy Zetterlund.
Licened under the MIT License.