Skip to content

Commit

Permalink
update README and Cargo.toml a little
Browse files Browse the repository at this point in the history
  • Loading branch information
jfding committed Oct 12, 2024
1 parent 4c6aee6 commit bbe0b59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todor"
version = "1.9.0"
version = "1.9.1"
edition = "2021"
authors = ["JF Ding <[email protected]>"]
description = "yet another cli TODO in Rust"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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
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

Expand Down Expand Up @@ -71,3 +71,5 @@ Many ideas were inspired by <a href="https://github.com/basilioss/mdt">mdt</a>,
- `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)

0 comments on commit bbe0b59

Please sign in to comment.