Scratches my own (and my wife's) itch: Just convert all the *.heic in the download folder of my mac to jpg (while keeping exif and the original timestamp!)
This template uses vanilla JS / HTML and CSS.
You can configure the project by editing wails.json
. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
Run go install github.com/wailsapp/wails/v2/cmd/wails@latest
to install the Wails CLI.
ADD export PATH=/Users/kb0/go/bin/:$PATH
to .zshrc, if necessary.
To run in live development mode, run wails dev
in the project directory. The frontend dev server will run
on http://localhost:34115. Open this in your browser to connect to your application.
For a production build, use wails build
.