/todo

A command-line application to manage the http://todotxt.org/ specification. Customized to fit my specific needs to run on a corporate machine with heavy restrictions.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

todo - the ultimate procrastination tool

top-language license last-commit

Do you context switch much? Do you have many things you need to keep track of? Do you love procrastinating? Do you enjoy rabbit holes?

Well this will allow you to keep on procrastinating. Todo will allow you manage things you need to do without actually doing them.

There is one additional benefit. You will be able to let go of that pesky thought that tries to remember something. You will know that it is kept safe in a file somewhere. Thus freeing up space in the membrane for something else.

Showcase

Getting started

What things you need to install the software and how to install them

Give examples

A step by step series of examples that tell you how to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

.bash_profile

alias todo="java -jar /path/to/todo/todo-1.0-SNAPSHOT-jar-with-dependencies.jar"
source ~/.bash_profile

Usage

Support

Changelog

last-commit

All notable changes to this project will be documented in CHANGELOG.md. The format is based on Keep a Changelog and adheres to Semantic Versioning.

Todo

Refer to the file .todo/todo.txt for a list of potential future work. Here is a complete primer on the whys and hows of todo.txt.

Contributing

commit-activity

We love contributions! Please read CONTRIBUTING.md for details on how to contribute.

License

This project is licensed under the MIT License - see the LICENSE file for details