Commit Graph
23 Commits
Author SHA1 Message Date
RandyTheSilly e54fef3d74 For indented directory headers, only print the new portion of the header 2024-01-23 16:35:05 -05:00
RandyTheSilly fc48c1dd21 Optimize some if-statements 2024-01-23 15:21:14 -05:00
RandyTheSilly 2d55d10d17 Remove all global variables (slices) only used in entryList.go 2024-01-23 14:58:32 -05:00
RandyTheSilly c2618088c6 Reduce unneeded iterations in indentSubtractor 2024-01-23 14:08:20 -05:00
RandyTheSilly 08689a4013 Replace version info heart with a slab of mutton 2024-01-22 17:04:30 -05:00
RandyTheSilly cb5dc659f2 Center all text on version info screen 2024-01-22 10:29:22 -05:00
RandyTheSilly b4848b6db6 Take row indentation into account when deciding to do line wrapping 2024-01-21 21:49:14 -05:00
RandyTheSilly c279711120 Adjust visual indentation for skipped directories 2024-01-21 21:41:04 -05:00
RandyTheSilly 4092b4f737 Fix indentation with multiple rows of entries, fix errors with negative indentation multiplier 2024-01-21 16:24:17 -05:00
RandyTheSilly e31878bd7d Use better method of error type detection 2024-01-19 21:40:39 -05:00
RandyTheSilly 6b4891a59f Assign ANSI escape colors to named constants 2024-01-19 21:36:48 -05:00
RandyTheSilly 29c9fb812c Clean up comments and re-organize variable declarations 2024-01-19 20:59:50 -05:00
RandyTheSilly 274aa4fcce Merge fileList slices into one, remove now-redundant loop 2024-01-19 20:47:14 -05:00
RandyTheSilly ed56b26cad Remove seemingly redundant sorting - revert if bugs are found 2024-01-19 20:27:48 -05:00
RandyTheSilly d3d9b2f764 Add initial support for indenting nested folders in the entry list 2024-01-19 20:10:28 -05:00
RandyTheSilly 5affff5def Remove nextStartIndex optimization that led to incorrect entry list generation in cases where a subdirectory's entry takes alphabetical priority over a current directory's entry 2024-01-18 00:03:56 -05:00
RandyTheSilly 9e7b6aa61d Make empty directory warning more visually distinct from errors 2024-01-17 23:13:08 -05:00
RandyTheSilly cd78442257 Automatically create the entry directory when printing the entry list (if it does not already exist) 2024-01-17 23:00:16 -05:00
RandyTheSilly 95eff67340 Replace redundancy copyright notice with "MIT License" header 2024-01-16 18:03:07 -05:00
RandyTheSilly 88b2bb51a3 Fix empty directory warning appearing for root if no subdirectories are present (but files are) 2024-01-16 17:56:24 -05:00
RandyTheSilly 6e4453c773 Fix build-constraint typos 2024-01-16 16:28:42 -05:00
RandyTheSilly af6600de80 Initial code commit 2024-01-16 14:35:34 -05:00
Randall Winkhart c20c8bc349 Initial commit 2024-01-16 12:33:11 -05:00