Command line task management (and library) that operates on data in TaskPaper format.
(jet_task hasn't been pushed to a gem server yet.)
$ gem install jet_task
OR
$ bundle add jet_task
# Create a projects.txt file
$ touch projects.txt
# Add a new task
$ jt add_task MyProject this cool task I need to do
# View your project
$ jt view MyProject
Bug reports and pull requests are welcome on GitHub at https://github.com/jeffmcfadden/jet_task.
The gem is available as open source under the terms of the MIT License.
Just don't be an asshole.