summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56972b5..2789b78 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,20 @@ go-task install
The second method requires [go-task](https://taskfile.dev/) to be installed.
+### Usage
+
+```bash
+# Start with default pending tasks
+tasksamurai
+
+# Start with a Taskwarrior filter
+tasksamurai +tag status:pending
+tasksamurai project:work due:today
+tasksamurai pri:H
+
+# Any valid Taskwarrior filter can be passed as arguments
+```
+
### Flags
- `--disco`: start Task Samurai in disco mode, changing the theme every time a task is modified.