Skip to content

v1.2.0: Multiple Directory Support

Choose a tag to compare

@rcfa rcfa released this 25 Jul 00:04

What's New in v1.2.0

✨ New Features

  • Multiple Directory Support: Process multiple directories in a single run
    • Example: ./pCloudSync-deconflict -r ~/Documents ~/Desktop ~/Downloads
    • Shows per-directory results when processing multiple paths
    • Maintains overall summary combining results from all directories

📋 Usage

# Process multiple directories
./pCloudSync-deconflict path1 path2 path3

# With options (order doesn't matter)
./pCloudSync-deconflict -r --auto-delete ~/Documents ~/Desktop
./pCloudSync-deconflict -r ~/Documents ~/Desktop --auto-delete

🔧 Improvements

  • Clear visual separation when processing multiple directories
  • Backward compatible - single path usage works exactly as before
  • Updated help documentation to reflect new usage

📦 Download

The universal binary below works on both Intel and Apple Silicon Macs.

Full Changelog: v1.1.1...v1.2.0