dot_testing/builds/utils/musexplore

9 lines
168 B
Plaintext
Raw Normal View History

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