A collection of zsh utilities for macOS.
git clone https://github.com/hmblair/zu.git ~/.local/share/zu
~/.local/share/zu/configureAdd to your PATH:
export PATH="$HOME/.local/share/zu/bin:$PATH"| Command | Description |
|---|---|
| bkup | Borg backup CLI wrapper for encrypted remote backups |
| blk | Website blocker using pf firewall |
| buzz | Keep Mac awake using caffeinate |
| cpnotify | Clipboard notification daemon (plays sound on copy) |
| findrm | Recursively find and remove files/directories by pattern |
| homeserver | Docker Compose service manager |
| llm | Local LLM wrapper using llama-cli |
| mediasort | Audiobook organizer into Author/Book structure |
| monitor | Remote server resource monitor via SSH |
| photosort | Photo organizer by EXIF date |
| png | Convert images and PDFs to PNG format |
| unread | Check unread emails from Outlook/O365 via Microsoft Graph |
| Command | Description |
|---|---|
| byebye | Clean up Trash, Downloads, and scratch directories |
| give | Cross-platform clipboard paste |
| len | String/line length calculator |
| mine | Recursively claim file ownership |
| pd | Print full paths of files |
| renumber | Batch rename files sequentially |
| substr | Extract substring from string |
| take | Cross-platform clipboard copy |
| whereami | Output user@host:path for SSH/rsync |
MIT