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

github.com/blairc/taskish

AUTHOR

Blair Christensen, <[email protected]>

SEE ALSO

Taskish::App

www.hogbaysoftware.com/products/taskpaper