Taskish - Pending

A text-based to-do list manager inspired by TaskPaper.

USAGE

Taskish.new do |taskish|

# Read task file
taskish.readlines('todo.txt')

# Find tasks due today
taskish.due(:today)

# Find tasks due within the next week
taskish.due(:week)

# Find completed tasks.
taskish.done

end

HOME PAGE

https://github.com/blairc/taskish

AUTHOR

Blair Christensen, [email protected]

SEE ALSO

Taskish::App

http://www.hogbaysoftware.com/products/taskpaper