A small collection of Python scripts, shell helpers, Cronus Zen files, and Tampermonkey userscripts I use for media work, quick automation, and a few game-specific tasks.
Python dependencies:
pip install -r requirements.txt
Repo layout:
- Python CLIs live under
python/ - Shell scripts live under
shell/ - Audio shell helpers live under
shell/audio/ - Downloadable tools live under
tools/
- Discord Markdown & Message Formatting Cheat Sheet - Discord text formatting, mentions, timestamps, emoji markup, message tokens, and client-specific caveats.
- Markdown & GitHub Flavored Markdown Cheat Sheet - Portable Markdown, GFM extensions, and GitHub-specific formatting with source and rendered examples.
- GitHub Badges & README UI Cheat Sheet - Build, release, download, coverage, and custom badges plus GitHub-safe README layout elements.
yt-transcribe.py- Download YouTube captions and export them as text or DOCX. Docspyconvert.py- Convert decimal and hex values between common numeric formats. DocsMediaFire.py- Combine two MediaFire quickkeys into one shareable link. Docsnord_ovpn_picker.py- Browse and download NordVPN OpenVPN configs. Docsvpnroute.py- Turn domains or URLs into VPN route output. Docssafari_bookmarks_export.py- Export selected Safari bookmark folders to Firefox/Chrome HTML. Docs
mkv_extract_tracks.sh- Extract every attachment from each MKV in the current folder. Docsmkv_mux.zsh- Interactive MKV remux and volume-boost helper. Docsmkv_utils.zsh- Interactive MKV metadata, extraction, and track-edit helper. Docssatisfactory_balancer.zsh- Satisfactory splitter, balancer, and compressor planner. Docssatisfactory-modeler.zsh- macOS-only launcher and updater wrapper for Satisfactory Modeler. Docsdiscord_install_manager.zsh- macOS-only Discord Stable/PTB/Canary updater reset, app replacement, and OpenAsar/BetterDiscord wrapper-aware injection helper. Docsbrew-custom-compare.zsh- Compare custom tap formulas against upstream Homebrew versions. Docsfetch-ios-pkgs.zsh- Download and install current Apple mobile-device support packages. Docs
shell/audio/strip_audio_tags.zsh- Strip metadata from.m4afiles in the current folder. Docsshell/audio/fix_tags.zsh- Rebuild.m4ametadata by exporting, stripping, and reapplying tags. Docs
BO3 AO-Mod (Version 2.4c) [ZEN].gpc- Cronus Zen Black Ops 3 mod script with in-game toggles and feedback. Docs
GPC Builder by Jimmy CrakCrn.zip- Portable Cronus Zen GPC scripting IDE by Jimmy CrakCrn with a code editor, validator, component builder, OLED layout designer, embedded references, and Anthropic API-powered assistance.
PSPrices-PlayStation-Checkout-Link.user.js- Replaces PSPrices paywalled avatar/theme purchase panels, availability placeholders, or unavailable-store warnings with custom regional PS Store checkout-link panels, adds an unlocked badge, and hides unlock prompts. DocsPSPrices-Collection-Live-Search.user.js- Adds cached live substring search to PSPrices avatar and theme collection pages, with background region indexing, platform/free filters, and progressive result hydration. DocsPSPrices-Show-Product-SKU.user.js- Displays and copies the public PlayStation product SKU on PSPrices product pages, adding a native-style SKU panel below buy, checkout, or unavailable-store sections only when PSPrices does not already show one. DocsSteam-Reveal-Spoilers.user.js- Automatically reveals Steam Community spoiler text by unwrapping spoiler spans on page load and dynamic updates. DocsStackExchange-Reveal-Spoilers.user.js- Automatically reveals Stack Exchange spoiler blocks by applying the site's visible spoiler class to existing and dynamically added spoilers. DocsYoutube-shorts-switcher.user.js- Adds a Shorts action-column button and configurable hotkey that open the current YouTube Short in the normal watch player. Docs
Some scripts expect Homebrew-installed tooling such as mkvtoolnix, ffmpeg, jq, fzf, or Microsoft Word for DOCX workflows. Check the linked doc page for each script before running it.
All tools and scripts in this repo were vibe coded with OpenAI agents.