| Crates.io | leftright |
| lib.rs | leftright |
| version | 0.1.0 |
| created_at | 2025-01-26 18:55:36.274114+00 |
| updated_at | 2025-01-26 18:55:36.274114+00 |
| description | A visual image sorting tool |
| homepage | |
| repository | https://github.com/bewinxed/leftright |
| max_upload_size | |
| id | 1531622 |
| size | 127,035 |
LeftRight is a lightning-fast, keyboard-driven image sorting tool built in Rust using the egui framework. It allows you to quickly categorize images into custom folders with smooth animations and an intuitive interface.
https://github.com/user-attachments/assets/c4748c61-ed19-4b9c-852c-7fb3954f1cab
cargo install leftright
# Sort images in current directory
leftright
# Sort images in specific directory
leftright -d /path/to/images
# Get help
leftright --help
← - Move image to left category→ - Move image to right category↑ - Move image to up category↓ - Move image to down categoryCtrl+Z - Undo last movegit clone https://github.com/yourusername/leftright
cd leftright
cargo build --release
The binary will be available in target/release/leftright
MIT