github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

laktek / todo

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 8
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Simple command-line todo list manager — Read more

  cancel

http://www.web2media.net/laktek/2008/08/28/simple-command-line-todo-list-manager/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Fixed a typo and small grammar issue 
Soleone (author)
Thu Aug 28 19:43:57 -0700 2008
commit  dba02fe586eba3f6e1600e7ebed9ab8eaad14504
tree    ab0103ed3dc485ebd6d4202eb5978e0596b28849
parent  6a6f17da0f826331e938f5c711c71281200887f3
todo /
name age
history
message
file History.txt Loading commit data...
file License.txt
file Manifest.txt
file README.txt
file Rakefile
directory bin/
directory config/
directory lib/
directory script/
file setup.rb
directory spec/
directory tasks/
file todo.gemspec
directory website/
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



Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server