Commit Graph
20 Commits
Author SHA1 Message Date
RandyTheSilly e1bb0012a7 Add secure byte slice erase helper; add alternative input methods for Windows 2026-02-07 22:54:02 -05:00
RandyTheSilly 9ee213eeb4 Print blank line after invalid input in front.InputInt v0.2.2 2026-01-08 23:03:28 -05:00
RandyTheSilly cc379d407c Re-instate prepended new line for prompt in InputMenuGen v0.2.1 2026-01-08 22:25:41 -05:00
RandyTheSilly c61aa7b720 Update copyright date v0.2.0 2026-01-08 21:46:43 -05:00
RandyTheSilly 6201774a15 Do not automatically prepend new line to input function prompts 2026-01-08 21:46:19 -05:00
RandyTheSilly 03e6942724 Bump dependencies v0.1.1 2026-01-07 20:05:49 -05:00
RandyTheSilly df1fb21b23 Add StringGen() for generating cryptographically secure strings 2025-12-11 12:14:53 -05:00
RandyTheSilly 10ee4f91fc Add ANSI constants for warning/blue/green 2025-11-10 00:50:16 -05:00
RandyTheSilly 83b0be1379 Always hard exit in PrintError(); do not pointlessly return the error code in soft exit v0.1.0 2025-06-01 16:58:29 -04:00
RandyTheSilly 71b5056ca6 Do not return isFile, as the returned error can be used for this purpose 2025-06-01 14:48:13 -04:00
RandyTheSilly b001ea2a75 Simplify TargetIsFile 2025-06-01 14:44:27 -04:00
RandyTheSilly e38a47784d Make error codes sequential 2025-06-01 14:16:19 -04:00
RandyTheSilly 3707d6ee5a Move PrintError() to other package 2025-06-01 14:12:31 -04:00
RandyTheSilly d6820580d9 Remove unused errors 2025-06-01 13:53:29 -04:00
RandyTheSilly 799fafafe9 Return errors, rather than printing them; move PrintError() to front package 2025-06-01 13:45:32 -04:00
RandyTheSilly e2e64d7fa4 Add AnsiBold constant 2025-05-29 18:53:06 +00:00
RandyTheSilly 20670ec7bb Rename integer input function to clarify it is capable of returning negative values 2025-05-09 17:35:25 +00:00
RandyTheSilly 0846290a76 Add README.md 2025-05-09 15:47:35 +00:00
RandyTheSilly 857b8526a1 Initial code commit 2025-05-09 15:43:43 +00:00
Randall Winkhart f08b95f350 Initial commit 2025-05-07 01:11:08 +00:00