/Scoop-Darkatse

Personal bucket with wide variety of applications of all kind.

Primary LanguagePowerShellMIT LicenseMIT

Scoop-Darkatse Build statusExcavator

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.

English|简体中文

Feature Apps

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

How to start use scoop

Requirements:

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

iwr -useb get.scoop.sh | iex

Once installed, run scoop help for instructions.

How to add this bucket

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!