Add a search Command
#684
Closed
VinchanGit
started this conversation in
Ideas
Replies: 1 comment
-
|
Duplicate of #591 - this feature is already coming in PIE 1.5.0 ✔️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Proposal: Add a
searchCommand
I would like to propose adding a
searchcommand to PIE.
Currently, if I don't know the exact extension name, there isn't an easy way to discover available packages from the command line. A
searchcommand would make the CLI more user-friendly and improve package discovery.
For example:
The output could include basic information such as:
Example output:
This would also align PIE with the user experience of many modern package managers, such as:
brew search
I understand that supporting multiple repositories may make the implementation more involved, but even a simple search against the configured repositories would be a valuable addition.
Thanks for considering this feature.
Beta Was this translation helpful? Give feedback.
All reactions