-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use pkgfile #26
Comments
When I tried implement this pamac originally, it ended being significantly slower than pkgfile. I'll check if the situation has changed... |
here, i use grep -m1 so, if found , this command not search in all database other way (for me best speed) is to read in ".files", example (search only in /usr/bin lower case command)
result
EDIT: as @yochananmarqos package, display more info (url)
result:
|
There's also command-not-found which uses the existing Pacman database. However, it's not in active development. Neat thing is, it has some options pkgfile does not:
|
yes good, but only not use pacman sync datatase ? and us we have .files with pamac |
gist created for test speed 4 solutions, zsh code |
i know this hasnt been posted on for a long time, but this has been troubling many users for quite some time. Not sure if there are any alternatives. |
why use pkgfile ?
with pamac we have *.files so this package is not usefull
test code (write in bash NOT zsh !!!!!) for command-not-found
The text was updated successfully, but these errors were encountered: