summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9dbf98..b6a5f4d 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,22 @@ Yoga recognises common video extensions (`.mp4`, `.mkv`, `.mov`, `.avi`, `.wmv`,
- `↑/↓` – Navigate the table
- `enter` – Play the selected video in VLC
- `/` or `f` – Open the filter dialog
+- `tab` / `shift+tab` – Move between fields in filter/tag dialogs
- `r` – Reset filters
- `n`, `l`, `a` – Sort by name, length, or age
- `c` – Toggle VLC crop
+- `t` – Edit tags for the selected video
+- `H` / `h` – Hide or re-show the help footer
- `q` – Quit
+### Filter Dialog
+
+- Focus starts on the name filter when you press `/`.
+- Use `tab` and `shift+tab` to move to **Min minutes**, **Max minutes**, or **Tags contain**.
+- Type numeric values for the minute bounds; leave them blank to disable that side of the range.
+- Press `enter` to apply the filters or `esc` to cancel.
+- Status text reflects how many videos remain after filtering.
+
## Development
The project uses [Mage](https://magefile.org/) for common tasks. Targets live in `magefile.go`.