Description shown next to the package #8
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#8
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?
Hi there :)
I just installed your script - on Garuda - and wonder why there is the description added next to the package name.
This is not the case in your screenshot, and I would prefer it that way.
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
Why not making that configurable?
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 checkclone 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 wayinstall this version
make install -si
From there you are on your own. I would again suggest forking from that commit and maintaining that.