Commit Graph

26 Commits

Author SHA1 Message Date
ea527a2065 Don't use for each loops
The hare compiler on OpenBSD doesn't support them :(
2024-10-11 17:08:16 -04:00
d921a2b144 Escape LF in board file, refuse to store or print control chars 2024-10-11 16:54:56 -04:00
31d7c63114 Add Makefile 2024-10-11 16:26:59 -04:00
e575f1b3d3 Add .gitignore 2024-10-11 16:26:52 -04:00
e55136e433 More man page tweaks 2024-10-11 16:26:30 -04:00
9b31e4081d Improve man page 2024-10-11 16:23:55 -04:00
017983d672 Mark the bulb module as internal 2024-10-11 16:23:37 -04:00
da0032b531 Add man page 2024-10-11 15:45:38 -04:00
8021dfce8a Update usage information 2024-10-11 14:34:10 -04:00
e15a63ddb0 Print out better information when an invalid number is given 2024-10-11 14:29:28 -04:00
dddb8648f4 Program no longer has subcommands 2024-10-11 14:18:16 -04:00
ec7cfb4448 Improve help text 2024-10-11 11:20:26 -04:00
6b81c63251 Update readme 2024-10-11 11:19:16 -04:00
8f5d7d6df2 Posting now reads from stdin, supports multiline input 2024-10-11 11:17:52 -04:00
1ca8a9ce98 Cast runes to u32 instead of int for comparison 2024-10-09 22:36:43 -04:00
61f85cfdda Fixed seek method of the read command 2024-10-09 22:27:46 -04:00
a2543ef78e Remove pointless seek 2024-10-09 21:45:55 -04:00
24a81a9d88 Add .editorconfig and LICENSE 2024-10-09 21:13:48 -04:00
c7cafca8e7 Validate board names to prevent goofy shenanigans 2024-10-09 21:01:53 -04:00
945cdf5177 Add note about default board being general 2024-10-09 20:35:42 -04:00
27e9785a91 Better setup instructions in README 2024-10-09 20:27:35 -04:00
e8d5f37a9e Add setup instructions to README 2024-10-09 20:22:00 -04:00
c635830c37 Splut bulb code into another module 2024-10-09 19:41:42 -04:00
9cef615779 Program works now 2024-10-09 18:47:24 -04:00
157890be44 Oops 2024-10-08 15:52:21 -04:00
22c5179503 Initial commit 2024-10-08 15:51:30 -04:00