misc-bin/mplay

4 lines
152 B
Plaintext
Raw Permalink Normal View History

2022-05-28 04:03:15 -04:00
#!/bin/zsh
source ~/.zshrc
find /home/hex7c/Music -type f | grep -e '.flac' -e '.mp3' | sed 's/\(.*\)/"\1"/g' | dmenu -i | xargs mpv --no-audio-display