j - task manager

j is a simple command-line task manager written in Ruby. Inspired by t- which was written in Python.

Install:

This rubygem is yet to be put-up on a distribution channel. But till then enjoy the source

Usage:

  • List todo tasks j
  • List all tasks j -a
  • List done tasks j -d
  • Mark a task as done j -m
  • Remove a task j -r
  • Clear task list j -c