A simple, modern image viewer for quickly organizing images into folders using keyboard shortcuts.
- Keyboard Navigation: Use arrow keys (← →) to browse through images
- Quick Organization: Press number keys (1, 2, 3) to move images to configured folders
- Configurable Folders: Set up custom destination folders for sorting images
- Modern UI: Clean, dark-themed interface optimized for image viewing
- Install Node.js if you haven't already
- Navigate to the project folder
- Install dependencies:
npm install
npm startTo create a standalone Windows executable:
npm run buildThe executable will be created in the dist folder.
The app comes with a default configuration that you can modify:
- Click the Settings button in the toolbar
- Set your source folder (where your images are located)
- Configure destination folders with keyboard shortcuts:
- Press a number key (1, 2, 3, etc.) to move the current image to that folder
- Customize the folder name and path for each shortcut
Default configuration:
- Source:
C:\Users\<user>\Documents\Pictures - 1: instagram folder
- 2: maybe folder
- 3: discard folder
- ← (Left Arrow): Previous image
- → (Right Arrow): Next image
- 1: Move current image to first configured folder (default: instagram)
- 2: Move current image to second configured folder (default: maybe)
- 3: Move current image to third configured folder (default: discard)
- ⚙ Settings: Open configuration panel
- ↻ Reload: Reload images from the source folder
- JPG/JPEG
- PNG
- GIF
- BMP
- WebP
- The app automatically creates destination folders if they don't exist
- Images are moved (not copied) to destination folders
- Use the Reload button if you add new images to the source folder
- Customize keyboard shortcuts in Settings to match your workflow