From 1d4ab9102d46f9f1f41946aa600a1404f54696f9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Jun 2025 14:03:08 +0300 Subject: docs: add Taskwarrior filter usage examples to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Document that tasksamurai accepts Taskwarrior filters as CLI arguments - Add examples showing various filter usage patterns - Clarify that any valid Taskwarrior filter can be passed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- cgit v1.2.3