#!/bin/zsh source ~/.zshrc find /home/hex7c/Music -type d | sed 's/\(.*\)/"\1"/g' | dmenu -i | xargs mpv --no-audio-display