A premium, one-stop management repository for personal shell utilities on MacOS, meticulously designed for AI agents and human developers.
To provide a standardized, interactive, and high-performance environment for personal scripts, leveraging modern TUI tools and system-level integrations.
Before using any of the tools, you must run the setup script to initialize the environment:
bash setup.shWhat setup.sh does:
- Dependency Check: Installs
homebrewandgumif missing. - Interactive Configuration: Detects current tool subdirectories (excluding
_prefixed private scripts). - Path Management: Interactive multi-select TUI to inject chosen directories into
/etc/paths.d/for global terminal access. - Git Hooks: Configures custom
.githooksfor commit validation.
Some scripts rely on BELL_BIN_PATH pointing to the project root. Add to your shell profile (.zshrc, .bashrc, etc.):
export BELL_BIN_PATH="/path/to/repo"Convenience wrappers for AI toolchain management.
| Script | Description |
|---|---|
claudeu |
Install / update Claude CLI |
claudep |
Launch Claude with elevated permissions (bypassPermissions) |
codeu |
Install / update Codex, Gemini CLI, and OpenCode |
ngrok55551 |
Start ngrok tunnel on port 55551 |
Personal tool collection with gum-powered TUI.
Mount NAS shares via SMB with interactive feedback. This helps your AI Agent to mount from NAS without triggering system popups or permission dialogs.
mount-nas <folder_name>Prerequisites:
- Create
~/.mntrcwith your NAS credentials:export MOUNT_NAS='//user:password@host'
- NAS shares will be mounted to
~/mnt/<folder_name>
Browser instance management suite for PinchTab.
| Script | Description |
|---|---|
pinchtab-start |
Launch and provision browser instances |
pinchtab-cleanup |
Interactive dashboard to manage active sessions |
pinchtab-general |
Launch general-purpose profile (Port 19950) |
pinchtab-ask |
Launch AI assistant profile (Port 19951) |
pinchtab-youtube |
Launch YouTube-optimized profile (Port 19952) |
Symlinks for quick access:
pts→pinchtab-startptcleanup→pinchtab-cleanup
Convert VTT or SRT subtitle files to plain text with a gum-powered TUI.
vtt2txt --vtt <input.vtt> --txt <output.txt>
srt2txt --srt <input.srt> --txt <output.txt>Features:
- Splits multi-line subtitle blocks into separate lines
- Auto-creates output directory if missing
- gum TUI with spinner and color-coded feedback
- Error handling for malformed files
Requirements:
webvtt-pyfor VTT (pip install webvtt-py)srtfor SRT (pip install srt)
Note
All scripts follow the AGENTS.md constitution: English-only UI, comments, and documentation for maximum cross-compatibility.