mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
10 lines
408 B
Plaintext
10 lines
408 B
Plaintext
todo is a program aimed specifically at programmers (but usable by
|
|
anybody at the terminal) to aid in day-to-day development.
|
|
|
|
It maintains a list of items that have yet to be completed. This
|
|
allows the programmer to track outstanding bugs or items that need
|
|
to be completed with very little effort.
|
|
|
|
Items can be prioritised and can also be displayed in a hierarchy,
|
|
so that one item may depend on another.
|