organize-tool

Automates file organization and management tasks based on rules

brewmacoslinux
Try with needOr install directly
Source

About

File management automation tool

Commands

organize

Examples

Organize files in Downloads folder by file type$ organize run --config ~/organize-config.yaml ~/Downloads
Move old log files to archive directory$ organize run --filter 'extension == log AND age > 30d' --action move archive/ .
Dry-run to preview file organization changes$ organize run --dry-run --config rules.yaml ~/Documents