This scoop bucket is a collection of apps that I personally use.
Scoop is a command-line installer for Windows, like homebrew.
With scoop, you can install, update and uninstall these software from the command line with ease.
| Manifest | Description |
|---|---|
| Shanaencoder | An Useful audio/video encoding program |
| Netch | Game accelerator |
| memtest | A RAM tester that runs under Windows |
| RevokeMsgPatcher | Revoke Message Patcher for QQ/TIM/WeChat |
| Termius | A cross-platform SSH client |
| YogaDNS | Advanced DNS Client for Windows |
Requirements:
- Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later) are installed.
On Windows 8 and 10 Power Shell already installed. For run just type in cmd:
powershell
To install scoop (run in powershell console):
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
or shorter
irm get.scoop.sh | iex
You can use proxies if you have network trouble in accessing GitHub, e.g.
irm get.scoop.sh -Proxy 'http://<ip:port>' | iex
Once installed, run scoop help for instructions.
To make it easy to install apps from this bucket, run
scoop bucket add Darkatse https://github.com/Darkatse/Scoop-Darkatse.git
Check that it works:
scoop bucket list
For update run:
scoop update
For example, search all avialable memtest packages:
scoop search memtest
You've completed all the necessary steps, just enjoy it!