-
-
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
Use scoop to discover software #3658
Comments
Scoop is an app installer, not an app store. But after #3446 is completed, it will be possible to discover new app in scoop. You can also use https://scoop-docs.now.sh/apps/ for now. |
Thanks @linsui, I didn't know about the new docs. I can't find a reference to them from the scoop.sh site. The search there is quite good. I still think the popularity contest would help. Thanks anyway. |
Check the awesome list https://github.com/ScoopInstaller/Awesome |
Great. Thanks @h404bi |
Suggestion
I've been using scoop for the last few weeks and have been thinking about one use for it that does not seem to be in scope yet.
The buckets are far more than just easy ways to install software, they are also a fantastic way to discover software.
As an example, I have been going through the
games
bucket to find games for my kids to play. To do so I have been clicking on all thejson
files in the bucket(using Octotree), copying the URL and reading about the game. So far I am up to some game callednethack
.Discover Software using Scoop
I propose three changes to the project to enable it to facilitate software discovery:
category
.scoop category
command that lists all the fixed categories of the software package.scoop category <some category name>
to list all the packages in a category.Although the known buckets are a type of category, they don't really help you discover software by using scoop. By making the above changes, I could run a scoop command to find all the available software packages that support
clipboard management
for example.Popularity Contest
Similar to how Debian GNU\Linux does, you could add a popularity contest to the scoop project to help with the software discovery.
I'm not sure how you could keep the data for the popularity contest, however here is how the workflow would go:
scoop search
orscoop category
, retrieve the package popularity and report it with the details. Rather than total installs, installs per month would be a better metric.Summary
By adding software discovery features and a popularity contest, anyone using scoop can discover software of interest without having to open a browser and search the internet.
The text was updated successfully, but these errors were encountered: