Skip to content

rafasgj/t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

t

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.

Installation

Copy the t script to a directory in your execution path.

Usage

Use t -h for the available options.

Dependencies

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.

Contributing

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.

Author

Rafael Jeffman (@rafasgj)

About

A CLI TODO list manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages