This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
todo /
| name | age | message | |
|---|---|---|---|
| |
History.txt | Mon Aug 25 17:48:24 -0700 2008 | |
| |
License.txt | Mon Aug 25 19:08:16 -0700 2008 | |
| |
Manifest.txt | Wed Aug 27 17:55:12 -0700 2008 | |
| |
README.txt | Wed Aug 27 17:55:12 -0700 2008 | |
| |
Rakefile | Mon Aug 25 17:48:24 -0700 2008 | |
| |
bin/ | Mon Aug 25 17:48:24 -0700 2008 | |
| |
config/ | Mon Aug 25 19:08:16 -0700 2008 | |
| |
lib/ | Thu Aug 28 19:43:57 -0700 2008 | |
| |
script/ | Mon Aug 25 17:48:24 -0700 2008 | |
| |
setup.rb | Mon Aug 25 17:48:24 -0700 2008 | |
| |
spec/ | Mon Aug 25 17:48:24 -0700 2008 | |
| |
tasks/ | Mon Aug 25 17:48:24 -0700 2008 | |
| |
todo.gemspec | Thu Aug 28 19:14:32 -0700 2008 | |
| |
website/ | Mon Aug 25 17:48:24 -0700 2008 |
README.txt
= Simple command-line todo list manager Really want to get things done? Don't want to juggle with web based todo lists? Get your things done with command-line. No hassle, no distraction - Try out todo ruby gem. == FEATURES: * Uses human readable YAML to store the todo lists (You could edit the todo list manually) * Supportss project specific todo lists. (Just run 'todo create' in your project directory) * Supports tagging. == Install First make sure you install the dependency gems. sudo gem install main sudo gem install highline then; sudo gem install todo You can also install from github: gem sources -a http://gems.github.com sudo gem install laktek-todo == Example: Here is a small sample on how to use todo gem #visit your project folder cd projects/newapp #create a new todo list for the project todo create #add a new task todo add "write the specs" - add tags : important, due:24/08/2008 #listing all tasks todo list --all #listing tasks tagged 'important' todo list --tag important #removing a task by name todo remove "write the specs" #removing a task by index todo remove -i 1 == Issues/Improvements Todo is still its infant days and have very minimum functionality. If you come across any issues or like to suggest any improvements, please feel free to contact me : lakshan [at] web2media [dot] net







