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.
Leftright.mp4
- Quick image sorting with keyboard shortcuts
- Visual feedback with smooth animations
- Concurrent image loading for fast startup
- Support for multiple image formats (JPG, PNG, GIF, WebP)
- Undo functionality
- Real-time progress tracking
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 move
git clone https://github.com/yourusername/leftright
cd leftright
cargo build --release
The binary will be available in target/release/leftright
MIT