diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-24 23:22:29 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-24 23:22:29 +0300 |
| commit | 60da6c59bcc58605bcc13609c855e32f045e9a1c (patch) | |
| tree | ee013ed633d9431e6211f22ef3894552ea2ae74e /README.md | |
| parent | dbfba814e68bd6b679b2fd77bf10d34336485238 (diff) | |
Add disco mode with flag and hotkey
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,7 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are - `f`: change filter - `c`: random theme - `C`: reset theme +- `x`: toggle disco mode - `space`: refresh tasks - `H`: toggle help - `q` or `esc`: close search/help or quit (press `q` when nothing is open) @@ -79,3 +80,7 @@ go-task install ``` The second method requires [go-task](https://taskfile.dev/) to be installed. + +### Flags + +- `--disco`: start Task Samurai in disco mode, changing the theme every time a task is modified. |
