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
AUTHOR
Blair Christensen, <[email protected]>
SEE ALSO
Taskish::App