PowerShell steroids for your favorite command-line tools
Transform boring CLI tools into interactive, colorful, user-friendly experiences.
One command to rule them all:
iwr https://raw.githubusercontent.com/mini-page/TheSecretJuice/main/install.ps1 | iex
Then reload your profile:
. $PROFILE
Done! ๐
| Tool | Commands | What it does |
|---|---|---|
| yt-dlp-enhance | yt-dlp yt-video yt-audio |
Download videos/audio with menus, cookies, archives |
| nav-enhance | zi zz bm ll la |
Smart navigation with zoxide + eza, bookmarks |
| robocopy-enhance | robocopy robo-mirror robo-backup |
Smart file copying with presets, logging, scheduling |
| fzf-enhance | Coming soon | Fuzzy finder with presets |
| Moreโฆ | ๐ก Suggest! | What CLI tool needs juice? |
yt-dlp # Interactive mode
yt-video "URL" # Quick best quality
yt-audio "URL" # Extract MP3
yt-cookies "URL" chrome # Use browser cookies (bypass blocks)
zi # Interactive fuzzy jump
zz projects # Jump to directory
bm-add work # Bookmark current location
bm work # Jump to bookmark
ll # Enhanced listing
robocopy # Interactive file copying
robo-mirror C:\Src D:\Dst # Mirror sync
robo-backup C:\Src D:\Dst # Backup with smart skip
robo-diff C:\A C:\B # Compare directories
robo-schedule C:\Src D:\Dst # Schedule backup
Each tool has detailed docs with examples and troubleshooting:
Before:
yt-dlp --cookies-from-browser chrome --user-agent "Mozilla..." -f "bestvideo[ext=mp4]+bestaudio" --download-archive archive.txt -o "~/Downloads/%(title)s.%(ext)s" "URL"
After:
yt-dlp "URL" # Interactive prompts guide you
Or even simpler:
yt-video "URL" # One command, done!
zi)bm-add, bm)ll, la, lt, lz)lst)., .., ...)zc, ze)The installer will check for these and provide download links.
yt-help # Show yt-dlp commands
nav-help # Show navigation commands
yt-reset-settings # Clear saved settings
Got a CLI tool that needs steroids? Open an issue or submit a PR!
Template: Check CONTRIBUTING.md for the enhancement template.
MIT License - Free to use, modify, and share!
Making CLI tools feel like 2030 ๐โจ
Built with โค๏ธ by mini-page