All apps in this repository should NOT require elevated privileges while installation.
Manifest | Description |
---|---|
hmcl.json | The most famous Minecraft launcher made in China |
nuwen-mingw-gcc.json | Minimalist GCC package from nuwen's MinGW Distro |
nvm-windows.json | A fork of nvm-windows, removed elevated permission, for low permission scoop user |
tcping.json | Eli Fulkerson's TCP ping tool, ping over a tcp connection |
trash.json | Move files and folders to recycle bin instead of directly rm-rf it, like brew install trash but for Windows |
yarn.json | The non-portable version of the Yarn application. Keep global node_modules in its original location: $env:LOCALAPPDATA\\Yarn\\bin |
1. How to install the apps from this bucket?
Run below command in PowerShell to add the bucket:
scoop bucket add dorado https://github.com/h404bi/dorado
Install apps from this bucket with below command:
scoop install dorado/<app_name>
2. I want some other apps!
Please open new app request issue. :)
3. Some apps are outdated, please update it!
Be a contributor, man! Fork it, update the outdated apps app manifest, and file pull-request. :D