The Command Line TO-DO list app
Warning: this app only works properly on UNIX-based systems.
Here's a preview of the main functionalities.
You can, among things,
- create tasks
- add subtasks
- list your tasks with filters and/or sorting algorithms
- add comments to your tasks
- change the tasks progression
- organize your tasks the way you want
- Download this repository using
git clone https://github.com/antoinesion/toDO.git
. - Put the
toDO/
directory where you want (do this before configuration). - In the
toDO/
directory, type./config
and pressENTER
. - Then, use
make
command. - Finally, type
./install ~/.your_shrc
replacing.your_shrc
by your shell startup file such as .bashrc, .bash_profile or .zshrc. - Restart your terminal and start creating tasks!
It is very easy to update the app, you just have to type ./update
in the toDO/
directory and press ENTER
.
> todo (action) [...]
See the user documentation (docs/DOC_USER.md
) for more information.
In docs/
directory, you can find:
DOC_USER.md
to learn about how to use the app.DOC_DEV.md
to learn about how the app is coded.
You can also see some examples of commands in TESTS_SAMPLE.txt
.