-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature] List app manifests from user added/official buckets. #4852
Comments
this should be implemented in |
One way to do this, if |
Feature Request
Is your feature request related to a problem? Please describe.
At the moment it is not possible to list any applications from an official bucket or user added bucket.
Say, a user adds a bucket and they installed an particular app(s) from it and want to see what other apps the bucket offers.
I could find this useful in scenarios where a user wants to take a glance of available apps from an added bucket.
Describe the solution you'd like
Say the user runs
scoop bucket apps <Bucket Name>
:It should list all given manifests/apps within the specified bucket, incase if all manifests' information cannot be fitted then a page system can be implemented.
So a user can run:
scoop bucket apps <Bucket Name> <Page Number>
.A few ways how apps can be listed from a bucket.
.json
files in a bucket..json
files which follow the scoop manifest format and list them as listable apps.Describe alternatives you've considered
You can use Windows/File Explorer to explore the bucket and check out app manifests but this is extremely inconvenient.
Bringing this directly into the terminal make viewing apps from buckets from accessible.
The text was updated successfully, but these errors were encountered: