Commit Graph

439 Commits

Author SHA1 Message Date
Seednode 79331096a9 Rearranged some variable initializations 2022-09-18 13:32:58 -05:00
Seednode 9e05a12fd7 serveHtmlHandler could potentially return an empty response in default case 2022-09-18 13:17:29 -05:00
Seednode f3280a6b6c Display first image in directory on first load if --successive is enabled 2022-09-18 13:07:46 -05:00
Seednode 0b7b9983a5 Fixed bug where -v + -s stops -s from working 2022-09-17 13:38:07 -05:00
Seednode f332fb24a8 Added another slice length check 2022-09-17 13:12:22 -05:00
Seednode 094bb13cf3 Added slice length check 2022-09-17 12:42:25 -05:00
Seednode d6aa587091 Updated readme again 2022-09-17 11:13:32 -05:00
Seednode 00dc485c08 Updated readme 2022-09-17 11:09:49 -05:00
Seednode 40707bf9c8 Added option to display sequentially numbered files instead of randomly choosing, when possible 2022-09-17 11:07:37 -05:00
Seednode 9b07726f14 Removed header from README 2022-09-16 14:59:14 -05:00
Seednode 103f8cb456 Modified usage info 2022-09-16 14:57:40 -05:00
Seednode 31f138d9ec Simplified phrasing 2022-09-16 14:54:23 -05:00
Seednode d5f645abff Added README 2022-09-16 14:52:59 -05:00
Seednode 4395818492 Replaced --version with version subcommand 2022-09-16 14:48:30 -05:00
Seednode 26981c9669 Renamed functions for consistency 2022-09-16 14:45:54 -05:00
Seednode 4e74d99019 Reworked to allow use of back button to return to previous results, via HTTP redirects 2022-09-16 13:45:33 -05:00
Seednode 3febbedacc Fixed timestamp formatting 2022-09-11 20:48:52 -05:00
Seednode 67299a2808 Simplified timestamp functions 2022-09-11 20:05:55 -05:00
Seednode de398093b5 Display time spent displaying image when running in verbose mode 2022-09-11 19:01:56 -05:00
Seednode 35b46ed9e8 Replaced log.Print with fmt.Printf to allow finer control of newlines 2022-09-10 18:03:04 -05:00
Seednode bbe919be3b Removed unused utils.go 2022-09-10 16:35:05 -05:00
Seednode 469cb96883 Added option for -v|--verbose, to log file accesses to stdout 2022-09-10 16:17:55 -05:00
Seednode fbd4357afe Added deferred fd close for checkIfImage, and deferred getting filenames until after checking if file is an image 2022-09-10 13:09:39 -05:00
Seednode 824965f2c3 Added licenses 2022-09-09 19:01:52 -05:00
Seednode 5031692793 Moved from manually checking magic numbers to github.com/h2non/filetype 2022-09-09 19:00:02 -05:00
Seednode eba8c6f068 No longer picking random files from slice, shuffle slice once instead. Return 404 not found if no valid image files are found. 2022-09-09 17:21:03 -05:00
Seednode 6660e080f4 Replaced panic with error return value in normalizePaths() 2022-09-09 14:28:57 -05:00
Seednode 4a484eed83 Removed unused functions 2022-09-09 14:14:54 -05:00
Seednode 51ab23a234 Re-added missing HTML footer 2022-09-08 19:11:07 -05:00
Seednode d51fdbb546 Reverted to old state because something was broken 2022-09-08 19:02:33 -05:00
Seednode c61eeb004a Readded missing exit-handling function 2022-09-08 16:05:07 -05:00
Seednode 731f1a6791 Removed unused functions 2022-09-08 16:01:28 -05:00
Seednode 057e4ac21b Removed unused utils.go 2022-09-08 16:01:16 -05:00
Seednode 7d40d25b40 Added file not found response for invalid files 2022-09-08 15:57:52 -05:00
Seednode 6f1c0c3943 Reached first working version 2022-09-08 15:30:51 -05:00
Seednode d052fd6af9 Confirmed recursive and nonrecursive functions both work as expected 2022-09-08 13:12:50 -05:00
Seednode eee4917322 Added separate recursive path walker 2022-09-08 12:12:58 -05:00
Seednode 7ae3c72697 First attempt 2022-09-08 10:57:59 -05:00
Seednode 3d76fcd889 Initial commit 2022-09-08 10:12:06 -05:00