Description shown next to the package #8

Closed
opened 2023-09-19 09:40:59 -05:00 by ShalokShalom · 3 comments
ShalokShalom commented 2023-09-19 09:40:59 -05:00 (Migrated from github.com)

Hi there :)

I just installed your script - on Garuda - and wonder why there is the description added next to the package name.

Screenshot_20230919_163930

This is not the case in your screenshot, and I would prefer it that way.

Hi there :) I just installed your script - on Garuda - and wonder why there is the description added next to the package name. ![Screenshot_20230919_163930](https://github.com/ericlay/fuzzy-pkg-finder/assets/6344099/59ed1f15-3297-44a2-902e-b35547170f48) This is not the case in your screenshot, and I would prefer it that way.
ericlay commented 2023-09-24 10:31:46 -05:00 (Migrated from github.com)

It was an update to better meet the preferences of myself and others. See this issue

You could choose an earlier commit and fork from there or try another fzf pacman/aur wrapper script that better suites your needs.
https://github.com/sheepla/fzpac
https://github.com/ConnerWill/yayfzf
https://github.com/DanielFGray/fzf-scripts/blob/master/pkgsearch

It was an update to better meet the preferences of myself and others. See this [issue](https://github.com/ericlay/fuzzy-pkg-finder/issues/5) You could choose an earlier commit and fork from there or try another fzf pacman/aur wrapper script that better suites your needs. https://github.com/sheepla/fzpac https://github.com/ConnerWill/yayfzf https://github.com/DanielFGray/fzf-scripts/blob/master/pkgsearch
ShalokShalom commented 2023-09-24 10:51:49 -05:00 (Migrated from github.com)

Why not making that configurable?

Why not making that configurable?
ericlay commented 2023-09-24 11:12:38 -05:00 (Migrated from github.com)

I'm fairly happy with it this way. IF you wanted to submit a PR that allows for that it could be worked out.

For older version that might meet your preferences:
remove new version sudo pacman -Rsn fuzzy-pkg-finder
and files sudo rm -rf /usr/bin/fpf just like to double check
clone the repository locally cd ~ && git clone https://github.com/ericlay/fuzzy-pkg-finder.git
cd into repository cd fuzzy-pkg-finder
Use git checkout a58b3b0 to revert to last commit functioning that way
install this version make install -si

From there you are on your own. I would again suggest forking from that commit and maintaining that.

I'm fairly happy with it this way. IF you wanted to submit a PR that allows for that it could be worked out. For older version that might meet your preferences: remove new version `sudo pacman -Rsn fuzzy-pkg-finder` and files `sudo rm -rf /usr/bin/fpf` just like to double check clone the repository locally `cd ~ && git clone https://github.com/ericlay/fuzzy-pkg-finder.git` cd into repository `cd fuzzy-pkg-finder` Use `git checkout a58b3b0` to revert to last commit functioning that way install this version `make install -si` From there you are on your own. I would again suggest forking from that commit and maintaining that.
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#8
No description provided.