Skip to content

bashar29/images_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Application to sort your photos.

cargo run -- --source-dir photos --dest-dir out

Cross compile (from my M2 to a NAS under linux)

rustup target add x86_64-unknown-linux-musl
export CC=x86_64-linux-musl-gcc
RUSTFLAGS="-C linker=x86_64-linux-musl-gcc" cargo build --release --target x86_64-unknown-linux-musl

Not tested :

rustup target add x86_64-unknown-linux-musl
RUSTFLAGS='-C link-arg=-s' cargo build --release --target x86_64-unknown-linux-musl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages