3 stable releases
1.0.2 | Sep 4, 2020 |
---|---|
1.0.1 | Mar 9, 2020 |
#95 in #todo
7KB
117 lines
task-list
A simple program to track tasks to do regularly. It does not save completed tasks.
Put a list of tasks (separated by newlines) in ~/.task-list
on Linux/Mac/*nix or C:\Users\<your name>\.task-list
on Windows.
For example, this file will display "Some task 1" and "Some task 2" as needing to be completed when the program is run:
Some task 1
Some task 2
Dependencies
~1–2MB
~27K SLoC