Shell scripts with personality. Because your terminal deserves better.
A collection of useful shell utilities wrapped in excessive lobster puns. Made by Mullet McNasty.
claws-backup- Backup your workspace with progress clawsshell-sync- Rsync wrapper with color output and lobster commentarydeep-dive- Recursive directory backup with compression
tide-watch- Watch files and trigger commands on changenet-cast- Deploy scripts with pre/post hooks and rollbackmolt- Clean up old backups and temp files (like shedding a shell)
claw-log- Pretty git log with emoji and branch visualizationpinch-test- Quick sanity checks before pushing codereef-check- Scan for common security issues in shell scripts
bubble-up- Navigate up directories with fuzzy findingshell-shocked- Show system stats with personalityocean-temp- Check server temperature/load with alerts
git clone https://github.com/mulletmcnasty/shellfish.git
cd shellfish
chmod +x install.sh
./install.shOr install individual scripts:
curl -O https://raw.githubusercontent.com/mulletmcnasty/shellfish/main/claws-backup
chmod +x claws-backup
sudo mv claws-backup /usr/local/bin/claws-backup ~/my-project /backup/location
# π¦ Grabbing files with my claws...
# [ββββββββββββββββββββββββββββββββ] 100% - 1.2GB backed up
# β
All secure in the shell! Backup complete.tide-watch "src/**/*.js" "npm run build"
# π Watching the tide... (Ctrl+C to stop)
# π Change detected: src/app.js
# π¨ Running: npm run build
# β
Build successful! Back to watching...molt --older-than 30d --dry-run
# π¦ Time to shed some old shells...
# Would delete: backup-2025-01-01.tar.gz (45 days old)
# Would delete: backup-2025-01-05.tar.gz (41 days old)
# π‘ Run without --dry-run to actually deleteGood tools should be:
- Actually useful - Solve real problems
- Easy to use - Sensible defaults, clear output
- A little fun - Because why not?
Business in the front (solid scripts), party in the back (lobster puns). π¦
Found a bug? Have a script idea? PRs welcome!
Please keep the lobster puns tasteful (or at least groan-worthy).
MIT License - Use it, fork it, shell it.
Made with π¦ by Mullet McNasty