[feature request] Add option to also fzf the Description of Packages #5

Closed
opened 2023-01-17 14:55:46 -06:00 by cocoonkid · 3 comments
cocoonkid commented 2023-01-17 14:55:46 -06:00 (Migrated from github.com)

[feature request] Add option to also fzf the Description of Packages.

This would be so helpful!

[feature request] Add option to also fzf the Description of Packages. This would be so helpful!
ericlay commented 2023-02-12 14:04:02 -06:00 (Migrated from github.com)

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.

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.
ericlay commented 2023-02-25 13:08:52 -06:00 (Migrated from github.com)

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!

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 ](https://github.com/ericlay/fuzzy-pkg-finder/compare/master...dev#diff-42db0bfebfce2fece1e79a55d7d6e87ea14dcc24dcd26678f4b7b854c8884fce), the standard repo's will have search-able descriptions!
ericlay commented 2023-03-29 20:18:00 -05:00 (Migrated from github.com)

@cocoonkid 👍

@cocoonkid :+1:
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ericlay/fuzzy-pkg-finder#5
No description provided.