add project selector script for sway-launcher-desktop

This commit is contained in:
Markus Heurung 2024-07-05 16:08:14 +02:00
parent cdb6094026
commit 6c7bc148ae

3
bin/project-select.sh Executable file
View file

@ -0,0 +1,3 @@
for d in `find ~/freistil -maxdepth 1 -type d`; do
echo -e "$d\034freistil\034freistil project `basename $d`"
done