feat(media): add play-media fzf picker for audio/video files

Fuzzy-filters audio/video files under the current directory via fd,
previews them with thumbnails pulled from the freedesktop thumbnail
cache (or ffprobe metadata as a fallback), and plays the selection
through the best available player: --player flag, $play_media_player,
xdg-mime default, then a short mpv/vlc fallback list. Adds mpv/vlc as
optional fish-deps entries.
This commit is contained in:
2026-08-21 02:47:45 -04:00
parent c25bb3b105
commit 51fc669c02
4 changed files with 194 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
complete --command play-media --short p --long player --description "Force a specific media player" --require-parameter
complete --command play-media --short h --long help --description "Print this help message"