[feature request] Add option to also fzf the Description of Packages #5
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ericlay/fuzzy-pkg-finder#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[feature request] Add option to also fzf the Description of Packages.
This would be so helpful!
This would be very useful. Right now the script just does some sorting from pacman results and then the preview window uses pacman files database commands for the highlighted line or package.
There would need to be a way to include the description with the package name as fzf itself simply presents, searches/matches and selects list items for hand off. An ugly option would be to zipper the description into the package list.
It's def worth looking into.
So I've solved the flow of it and am working it out in psuedo code. I've created a dev branch to actually totally rebase a lot of the script using gawk, adding description searching to aur as well. In the mean time, if you swap line 58 (or entire file) as seen in this commit , the standard repo's will have search-able descriptions!
@cocoonkid 👍