Project

tdo

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Tdo is a simple ruby app to add, edit and read your todo list. It stores the list at ~/.todo.txt
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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.