task-list

Crates.iotask-list
lib.rstask-list
version1.0.2
sourcesrc
created_at2020-03-09 20:56:22.465378
updated_at2020-09-04 13:12:19.458754
descriptionA simple program to track tasks to do regularly. It does not save completed tasks.
homepage
repositoryhttps://github.com/ThePuzzlemaker/task-list
max_upload_size
id216977
size14,433
Wren [Undefined] (ThePuzzlemaker)

documentation

README

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
Commit count: 15

cargo fmt