A todo-txt implementation written in Rust.
todo-txt-rust uses the TOML file format for its configuration file.
If true and no commands are given to the todo-txt program, a todo listing will be displayed as if you gave the ls command.
Path to store todo.txt
and archive.txt
files.
Path to store todo.txt
. If relative, it will be interpreted relative
to the configuration file. This setting will override data_path
.
Path to store todo.txt
. If relative, it will be interpreted relative
to the configuration file. This setting will override data_path
.
When creating a task store the create date of the task
When completing a task, store the complete date of the task. /Note:/
log_create_date
must be enabled for this to work properly.
When marking a task complete, automatically archive the task.
Append content when adding a task for the given project. This is useful for adding tags or key:value pairs based on project.