add app icon, file list menu control

This commit is contained in:
2025-04-22 22:43:38 -04:00
parent b5f670ead7
commit 4c0d9de1cd
6 changed files with 108 additions and 42 deletions

View File

@@ -12,11 +12,15 @@ So, what comes before Z? Y.
This is being created to scratch an itch for me and only me.
## Image credit
Generated via <https://gopherize.me/gopher/ab6a409adff6140f25080835e82384f25bfe15c5>. Renee French designed the original Gopher; see <https://go.dev/blog/gopher> for his history.
## TODO
* image resizing
* file sorting options
* display a list of filenames
* skip file load if direction key is repeated
* cache loaded files for quick back-and-forth
* preload next file for performance
[ ] image resizing
[ ] file sorting options
[x] display a list of filenames
[ ] skip file load if direction key is repeated
[ ] cache loaded files for quick back-and-forth
[ ] preload next file for performance