| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-12 | 572 Bytes | |
| v1.1.9 - Fix symlink size calculation and graceful shutdown source code.tar.gz | 2025-12-12 | 70.2 kB | |
| v1.1.9 - Fix symlink size calculation and graceful shutdown source code.zip | 2025-12-12 | 109.3 kB | |
| Totals: 3 Items | 180.1 kB | 0 | |
What's Changed
Bug Fixes
- Fix incorrect size calculation for symlinks - Previously, when scanning directories (like Trash), symlinks pointing to large files elsewhere would inflate the reported size. Now using
lstatinstead ofstatto get the actual symlink size. Fixes [#22]
Features
- Graceful shutdown - Added signal handlers for SIGINT, SIGTERM, and SIGQUIT to allow the CLI to exit gracefully when interrupted. Thanks to @lucashs94 for the contribution!
Full Changelog
https://github.com/guhcostan/mac-cleaner-cli/compare/v1.1.8...v1.1.9