How to replace fzf #638
Closed
CRAG666
announced in
Announcements
Replies: 3 comments 1 reply
-
Hey @CRAG666, you can use pacman -Slq | gum filter --no-limit | xargs -ro sudo pacman -S Regarding the preview, you have to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
How? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @CRAG666, There are a few examples here showing how to combine https://github.com/charmbracelet/gum?tab=readme-ov-file#examples I would also highly recommend watching this video on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your project is great and I would like to completely replace fzf, I leave an example of what I want to replace:
pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro sudo pacman -S
Beta Was this translation helpful? Give feedback.
All reactions