/delete-removed-files

Delete JPG files when the RAW files were removed

Primary LanguageRust

Delete Removed Files

Object

清除已刪除的RAW格式相片的附帶的JPG

Requirement

  • MacOS

使用方法

binary file 移動到 RAW 的資料夾下 點擊 binary file 文件, 就能刪除 JPG folder 下的 JPG

Dev

cargo run 之前需要在 target/debug 下面建立資料夾 JPG

Build

Build for intel mac

rustup target install x86_64-apple-darwin
cargo build --target x86_64-apple-darwin