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.
3 lines
212 B
Fish
3 lines
212 B
Fish
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"
|