/posto

Sort your todo list from the command line

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Posto

Sort your todo list from the command line.

Tutorial

After adding gem "posto" to your Gemfile, bundle install

To initialize a posto file, posto init

To add a task, posto add "an example task"

To sort the tasks, posto sort

To finish the top task, posto done

To see current tasks, posto

To see a full list of commands, try posto help or click here.

Naming

Posto is named for Del Posto in New York City -- a restaurant that has been on my todo list for quite a while.

Copyright

Copyright (c) 2012 Matt Raibert. Posto is available under the GPL v3 see LICENSE.txt for further details.