1
0
Timo Bingmann 8d95b381da tb-scripts: add ,optipng and ,zipdir utility scripts
Add two new shell utility scripts to the custom script packages:

,optipng - Parallel PNG optimization wrapper
- Detects available CPU cores and runs optipng in parallel using xargs
- Accepts optional file arguments, defaults to all *.png in current dir
- Uses maximum compression level (-o7) for best results
- Added to tb-dev-scripts package with optipng as runtime dependency

,zipdir - Quick directory archiving helper
- Creates a zip archive of the current directory
- Names the archive after the directory and places it in parent folder
- Uses maximum compression (-9) with extra attributes excluded (-X)
- Added to tb-scripts package with zip as runtime dependency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 23:48:37 -08:00
2025-08-20 05:47:55 -07:00
2025-12-02 17:13:56 -08:00
Description
No description provided
333 KiB
Languages
Emacs Lisp 33.3%
Nix 30.2%
Python 22.5%
YASnippet 11.3%
Shell 2.7%