diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-28 19:04:38 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-28 19:04:38 +0200 |
| commit | 1720b2ebb12d8fdbdd372665e9d5fd394d8bc8dc (patch) | |
| tree | efd40ab63a3e305dcf712e4f753d3f7a57435b48 /README.md | |
| parent | d52cb9a8c3dedc2a5395f181981805f582d5a772 (diff) | |
Add random video selection hotkey (x)
- Add selectRandomVideo() method to randomly select from filtered videos
- Bind to 'x' hotkey in table key handler
- Respects current filters when selecting
- Add comprehensive tests covering edge cases and integration scenarios
- Update README with new keyboard shortcut documentation
Amp-Thread-ID: https://ampcode.com/threads/T-019c058b-410d-7229-9a95-afa8eb13efce
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Yoga -Yoga is a TUI for browsing local yoga videos with quick filtering, duration probing, and one-key playback via VLC. It has ben vibe-coded. +Yoga is a TUI for browsing local yoga videos with quick filtering, duration probing, and one-key playback via VLC. It has been vibe coded.  @@ -26,6 +26,7 @@ Yoga recognises common video extensions (`.mp4`, `.mkv`, `.mov`, `.avi`, `.wmv`, - `n`, `l`, `a` – Sort by name, length, or age - `c` – Toggle VLC crop - `t` – Edit tags for the selected video +- `x` – Select a random video from filtered results - `H` / `h` – Hide or re-show the help footer - `q` – Quit |
