Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 570 Bytes

golaunch

a simple .desktop file launcher

install with: go get github.com/hen6003/golaunch

or on arch 'golaunch' from the aur: yay -S golaunch

can be used with any other application like fzf which gives the user a choice from a list and, returns what the user chooses with this: godesktop | fzf | golaunch

so with instantmenu from instantos: godesktop | instantmenu -i -f -q "search apps" -l 10 -c -w -1 -h -1 -bw 4 | golaunch

you can choose what terminal launches terminal apps with an arg: godesktop | fzf | golaunch st

Example