Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

hawx/tdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tdo

A simple ruby app that can edit and read a todo list.

How To

Install with:

(sudo) gem install tdo

Then add a new task with:

tdo "I'm a new task!"

...Or add keep your tasks in groups with:

tdo @work "Do that job thing"

View your tasks with:

tdo -r
tdo -r @work

Mark tasks as done when finished:

tdo -d "I'm a new task"
tdo -d @work "Do that job thing"

Then clear and forget:

tdo -c

File Location

You can easily change where the file is stored, so it can be synced with Dropbox or anything else. Just add this to your .bashrc/.bash_profile/.aliases/????...

export TDO_FILE='~/my/path/to/my/todo.txt'

Copyright

Copyright (c) 2010 Joshua Hawxwell. See LICENSE for details.

About

Todo, a simple ruby app to manage your todo list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages