dot_testing/builds/utils/musexplore

9 lines
164 B
Plaintext
Raw Permalink Normal View History

2024-02-04 07:48:42 -06:00
#!/bin/sh
svkbd-mobile-intl &
choice=$(ls ~/doc/music/works | tmenu)
kill %1
if [ -n "$choice" ]; then
find "$HOME/doc/music/works/$choice/" -type f | sxiv -i
fi