Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kakengloh committed Aug 24, 2022
2 parents e3fd680 + cc5625b commit c1884df
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,20 +133,22 @@ tsk note 2 'it still hungry' 'meow...'
### Remove task(s)

```bash
tsk rm <id> <id2> ...
tsk rm 1 2 # example
tsk rm 1
```

<img width="195" alt="tsk rm output" src="https://user-images.githubusercontent.com/40446720/185359793-faa50ea3-9466-4b95-9dc7-b8ecdea0782d.png">

### Clean your data

```bash
tsk clean
```

## Todo
- [ ] Task deadline and reminder (via desktop notification)
- [x] Task due
- [ ] Due reminder (via desktop notification)

## Contributing
We welcome all feature requests and pull requests! 🙋

---

<a href="https://www.buymeacoffee.com/kakengloh" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

0 comments on commit c1884df

Please sign in to comment.