Skip to content

Commit 2849e0f

Browse files
authored
Add known buckets to end of readme
Fixes #3515
1 parent 69a0843 commit 2849e0f

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,32 @@ Scoop is also great at handling single-file programs and Powershell scripts. The
127127
If you find Scoop useful and would like to support ongoing development and maintenance, here's how:
128128

129129
- [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DM2SUH9EUXSKJ) (one-time donation)
130+
131+
## Known application buckets
132+
133+
The following buckets are known to scoop:
134+
135+
* [main](https://github.com/ScoopInstaller/Main) - Default bucket for command/command-line apps
136+
* [extras](https://github.com/lukesampson/scoop-extras) - Apps that don't fit the main bucket's [criteria](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket)
137+
* [games](https://github.com/Calinou/scoop-games) - Open source/freeware games and game-related tools
138+
* [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
139+
* [nirsoft](https://github.com/kodybrown/scoop-nirsoft) - A subset of the 200+ [Nirsoft](https://nirsoft.net) apps
140+
* [java](https://github.com/ScoopInstaller/Java) - Installers for Oracle Java, OpenJDK, Zulu, ojdkbuild, AdoptOpenJDK, Amazon Corretto, BellSoft Liberica & SapMachine
141+
* [jetbrains](https://github.com/Ash258/Scoop-JetBrains) - Installers for all JetBrains utilities and IDEs
142+
<!-- * [nightlies](https://github.com/ScoopInstaller/Nightlies) - No longer used -->
143+
* [nonportable](https://github.com/oltolm/scoop-nonportable) - Non-portable apps (may require UAC)
144+
* [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
145+
* [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets
146+
147+
The main bucket is installed by default. To add any of the other buckets, type:
148+
```
149+
> scoop bucket add bucketname
150+
```
151+
For example, to add the extras bucket, type:
152+
```
153+
> scoop bucket add extras
154+
```
155+
156+
## Other application buckets
157+
158+
Many other application buckets hosted on Github can be found in the [Scoop Directory](https://github.com/rasa/scoop-directory).

0 commit comments

Comments
 (0)