Get started with TheSecretJuice in minutes. Choose your installation method below.
One command to install everything. Works on Windows, Linux, and macOS.
iwr https://raw.githubusercontent.com/mini-page/TheSecretJuice/main/install.ps1 | iex
Then reload your profile:
. $PROFILE
What it does:
git clone https://github.com/mini-page/TheSecretJuice.git
cd TheSecretJuice
$dest = "$env:USERPROFILE\Documents\PowerShell\Scripts\TheSecretJuice"
Copy-Item -Path ".\*" -Destination $dest -Recurse
mkdir -p ~/.config/powershell/Scripts/TheSecretJuice
cp -r ./* ~/.config/powershell/Scripts/TheSecretJuice/
# Edit profile
notepad $PROFILE # Windows
nano $PROFILE # Linux/macOS
# Add these lines:
$juicePath = "$env:USERPROFILE\Documents\PowerShell\Scripts\TheSecretJuice\Steroids"
. "$juicePath\yt-dlp-enhance.ps1"
. "$juicePath\nav-enhance.ps1"
. "$juicePath\robocopy-enhance.ps1"
Run these commands to verify:
yt-help
nav-help
robo-help
If you see help messages, you're all set!