diff --git a/Cargo.lock b/Cargo.lock index 302226b..aa9246f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "todor" -version = "1.9.0" +version = "1.9.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index af7b423..eea98ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todor" -version = "1.9.0" +version = "1.9.1" edition = "2021" authors = ["JF Ding "] description = "yet another cli TODO in Rust" diff --git a/README.md b/README.md index 372e91a..98a2270 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Options: -V, --version Print version ``` -and with a trick: +and with a trick: the last part of execuables' name is the task-box name, so you can create some symlinks like: ``` ln -sf todor today ln -sf todor tomorrow @@ -40,7 +40,7 @@ ln -sf todor t.reading ln -sf todor todo.coding ``` -these symlinks(execuables) will help you to locate the corresponding task-box quickly. ("today", "tomorrow", "reading", "coding", respectively) +which will help you to locate the corresponding task-box quickly. ("today", "tomorrow", "reading", "coding", respectively) ## How the tasks are moving around @@ -71,3 +71,5 @@ Many ideas were inspired by mdt, - `mark`, `purge` can work well enough - but be careful about `purge --sort` - other commands have no changes or regressions + +- Routine tasks support, please refer to [Routine Tasks](./docs/routine-tasks.md)