Utils for photos management if you use Capture One for FUJI photos. It is written in Golang.
You can use this if you shoot in RAW + JPEG and delete in C1 JPEG only.
Command searching for JPEG files in Trash folder and moves RAF files from Capture folder to Trash folder as well.
Run:
c1-utils clean-raws <capture_dir> <trash-dir>
Adds frame around photo
Run:
c1-utils add-frame -size 100 <photo>
Adjusts size for Instagram - makes photos size to 1350x1350px.
Run:
c1-utils instagram-size <photo>
Run:
make build
make install