Skip to content

Commit

Permalink
added some basic usage example on readme (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgumasD authored Dec 25, 2024
1 parent c2dddb0 commit f00ee90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ For example, to add a todo item, you can do:
```shell
todo.sh add "THING I NEED TO DO +project @context"
```
### `replace`
Replaces task on line ITEM# with UPDATED TODO.

```shell
todo.sh replace ITEM# "UPDATED TODO"
```
### `report`
Adds the number of open tasks and done tasks to report.txt.

```shell
todo.sh report
```

Read about all the possible commands in the [USAGE][USAGE] file.

Expand Down

0 comments on commit f00ee90

Please sign in to comment.