t
is a TODO list management software to be used on the CLI. Data is
stored in JSON format in $HOME/.config/.TODO
and
jq is used to process the JSON file.
t
is distributed under the MIT license (see LICENSE), and
aims to have as few dependencies as possible.
Copy the t
script to a directory in your execution path.
Use t -h
for the available options.
Apart from jq
, which does most of the work, t
depend on some common
tools to work:
bash
mktemp
date
For adding notes (-n
) it also requires:
sed
- $EDITOR should be set, or
vim
will be used.
If you find any issue, report it on Github.
If you want a feature implemented, I'm sorry, it will not be implemented. Unless you do it yourself and create a pull request.
Rafael Jeffman (@rafasgj)