quick
Quick actions for common workflows - presets that run with a single command.
Usage
Actions
downloads
Organize ~/Downloads by file type.
desktop
Clean up ~/Desktop by file type.
photos
Organize photos by EXIF date taken.
neatcli quick photos # Default: ~/Pictures
neatcli quick photos ~/Photos # Custom path
neatcli quick photos ~/Photos -n # Preview only
music
Organize music by artist/album structure.
cleanup
Find old files in Downloads (older than 30 days by default).
neatcli quick cleanup # Default: 30 days
neatcli quick cleanup --days 7 # Custom threshold
neatcli quick cleanup --trash # Move to trash
Examples
# Quick organization workflow
neatcli quick downloads
neatcli quick desktop
# Organize photos from a specific folder
neatcli quick photos ~/DCIM
# Find files older than 2 weeks
neatcli quick cleanup --days 14