Skip to content

Releases: Yashb404/bin-expire

v0.1-alpha.0

01 Jan 20:29

Choose a tag to compare

v0.1-alpha.0 Pre-release
Pre-release

v0.1-alpha.0 Pre-release
bin-expire is a small CLI that helps you find stale binaries in common bin folders and safely archive/restore them.

Highlights
scan shows stale binaries using clear status glyphs: ✗ stale, ✓ ok (verbose), · stub (never archived)
archive moves stale binaries to your configured archive_path and records them in archive.json
restore restores the most recent archived entry and refuses to overwrite existing destination files
Cross-platform config + manifest with BIN_EXPIRE_CONFIG_DIR override for portable setups
Windows-friendly behavior: supports atime/mtime selection and explains atime reliability caveats

Quick start
bin-expire scan --days 30
bin-expire archive --days 30
bin-expire restore old_tool.exe