Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amnuts authored May 29, 2023
1 parent 2997d95 commit a044200
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

This is an application built as a personal project using wails.io and react. It is designed to help organise photos into a folder structure based on the date the photo was taken, the folder name, and eventually location details.
This is an application built as a personal project using [wails.io](https://wails.io) and react. It is designed to help organise photos into a folder structure based on the date the photo was taken, the folder name, and eventually location details.

## Here be dragons!

Expand All @@ -18,4 +18,24 @@ Location substitution doesn't currently work. I have to find a service that doe

It doesn't actually move/copy anything right now! I'm in the process of making everything work how I want before actively messing with my files.

Tidy up the code. It's a bit of a mess right now.
Tidy up the code. It's a bit of a mess right now.

## Screenshots

### Select directories
![select-directories](https://github.com/amnuts/photo-organiser/assets/684421/e7fde7cc-366e-4345-871b-d92c12d79b08)

### Filter files
![filtering](https://github.com/amnuts/photo-organiser/assets/684421/80b28d96-083e-49c6-b078-0ffe1db5ea6b)

### Choose the naming convention for the destination
![naming](https://github.com/amnuts/photo-organiser/assets/684421/e0d3f8da-eabd-4690-b868-0ff42d24124a)

### Copy or move the files
![copy-or-move](https://github.com/amnuts/photo-organiser/assets/684421/8e414afa-8b67-4a99-ac5a-9a6a6e7799b4)

### Verify the move
![verify](https://github.com/amnuts/photo-organiser/assets/684421/0dd30e92-565c-4f1a-a96c-1ed6612ecb36)

### :tada:
![completed](https://github.com/amnuts/photo-organiser/assets/684421/b8ef378b-bb3d-4b10-8035-3eabe8ddae56)

0 comments on commit a044200

Please sign in to comment.