Skip to content

A rust GUI to help sort images in a folder visually using direction keys, Built with Rust & egui

Notifications You must be signed in to change notification settings

Bewinxed/LeftRight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeftRight - Fast Image Sorter

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

Features

  • 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

Installation

cargo install leftright

Usage

# Sort images in current directory
leftright

# Sort images in specific directory
leftright -d /path/to/images

# Get help
leftright --help

Keyboard Shortcuts

  • - Move image to left category
  • - Move image to right category
  • - Move image to up category
  • - Move image to down category
  • Ctrl+Z - Undo last move

Building from Source

git clone https://github.com/yourusername/leftright
cd leftright
cargo build --release

The binary will be available in target/release/leftright

License

MIT

About

A rust GUI to help sort images in a folder visually using direction keys, Built with Rust & egui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages