Skip to content

nodes777/photo-sort-and-sift

Repository files navigation

Photo Sort And Sift

Photo Sort And Sift is a desktop application that allows users to select a folder of images, view them within the app, group related photos, delete photos, append metadata (tags, iNaturalist URL),and move selected photos to a seperate "Keepers" folder at the end of a flow.

Photo Sort And Sift is boilerplated from Electron React Boilerplate using Electron, React, React Router, Webpack, and React Fast Refresh.

Install

Clone the repo and install dependencies:

git clone https://github.com/nodes777/photo-sort-and-sift
cd photo-sort-and-sift
npm install

Linux note: On a first run on Linux it might not find sharp

npm install sharp --save
npx electron-rebuild -f -w sharp

Having issues installing? See electron boilerplate's debugging guide

Starting Development

Start the app in the dev environment:

cd photo-sort-and-sift
npm start

Packaging for Production

To package apps for the local platform:

npm run package

Instructions

  1. After launching Photo Sort And Sift select a folder where your images are located
  2. Navigate between selected photos with the arrow keys
  3. Pressing space marks that photo as a keeper and prompts to name the keeper (subject of photo)
  4. Pressing space on another photo marks that photo as a keeper and groups it with the previous photo
  5. End a keeper group by pressing Esc or by pressing n on an un-grouped photo

Docs

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors