Skip to content

Commit

Permalink
Merge pull request #10 from wujackwill/nightly
Browse files Browse the repository at this point in the history
docx: add tips
  • Loading branch information
wujackwill authored Mar 1, 2024
2 parents d7df4d3 + 71324fd commit 8a458df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todo-cli-app"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Jack Will <[email protected]>"]
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ Options:
-h, --help Print help
```

## Tips

In order not to type the long command when using another todo.txt file,add the code below to your zshrc or bashrc

```
todo() {
todo-cli-app -f Path of todo.txt file "$@"
# like todo-cli-app -f /mnt/c/Users/jackwill/todo/todo.txt "$@"
}
```



## Inspired by

Expand Down

0 comments on commit 8a458df

Please sign in to comment.