This is a Homebrew tap for Asimeow, a tool for managing macOS Time Machine exclusions for developer projects.
Asimeow is a utility that helps developers manage Time Machine exclusions for their development projects. It automatically identifies and excludes build artifacts, dependencies, and other large directories that don't need to be backed up, saving disk space and speeding up backups.
# Add this tap
brew tap mdnmdn/asimeow
# Install asimeow
brew install asimeowOnce installed, asimeow will run as a service every 6 hours to scan and update Time Machine exclusions.
For manual operation or to see available commands:
asimeow --helpMIT