Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 432 Bytes

Photo Selector

This is a small tool for selecting massive photos in one folder.

By iterate photos one by one and using simple keys to mark photos as 'd' for to delete and 'space' for selected.

This tools is based on swt framework from Eclipse Fundation.

Compile

This project is based on maven.

To build runnable jar, run mvn -P [mac|linux|win] clean compile assembly:single. The executable jar will be in target folder.