jdpedersen1 / scripts

my shell scripts
29 stars 4 forks source link

not an issue but discussions are disabled. #3

Closed HeCodes2Much closed 1 year ago

HeCodes2Much commented 2 years ago

been looking at a lot of the FZF scripts that you have and i really do like the way you make menus with fzf so i have slowly been converting my dmenu scripts into fzf scripts

So far I have done the following menus: (using fzf_run to trigger the commands in a new terminal [for keybinding reasons]) Password Store YouTube Subs Power/Exit Run from $PATH

I'm working on a few more in the time being too.

jdpedersen1 commented 2 years ago

Nice, I like those, thanks for sharing.

Oct 30, 2022 10:04:57 AM The-Repo-Club @.***>:

been looking at a lot of the FZF scripts that you have and i really do like the way you make menus with fzf so i have slowly been converting my dmenu scripts[https://github.com/The-Repo-Club/repomenu-extra/] into fzf scripts[https://github.com/The-Repo-Club/DotFiles/tree/main/fzf/.local/bin/fzf]

So far I have done the following menus: (using fzf_run[https://github.com/The-Repo-Club/DotFiles/blob/main/fzf/.local/bin/fzf/fzf_run] to trigger the commands in a new terminal [for keybinding reasons]) Password Store[https://github.com/The-Repo-Club/DotFiles/blob/main/fzf/.local/bin/fzf/fzf_pass] YouTube Subs[https://github.com/The-Repo-Club/DotFiles/blob/main/fzf/.local/bin/fzf/fzf_youtube_subs] Power/Exit[https://github.com/The-Repo-Club/DotFiles/blob/main/fzf/.local/bin/fzf/fzf_powermenu] Run from $PATH[https://github.com/The-Repo-Club/DotFiles/blob/main/fzf/.local/bin/fzf/fzf_menu_run]

I'm working on a few more in the time being too.

— Reply to this email directly, view it on GitHub[https://github.com/jdpedersen1/scripts/issues/3], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ATCQSF5GF5CNREED2J2P6ZDWFZ6ANANCNFSM6AAAAAARSKMRGY]. You are receiving this because you are subscribed to this thread.[Tracking image][https://github.com/notifications/beacon/ATCQSF6CYS5JTM5L4B3QHETWFZ6ANA5CNFSM6AAAAAARSKMRG2WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFKKTZPI.gif]

HeCodes2Much commented 2 years ago

your welcome I hope you enjoy :)