Commit graph

15 commits

Author SHA1 Message Date
frosty 9ec3e94ae5 collection of changes
updated default config with go functions

changed reader function implementations to use only a single function

capture outputs in byte arrays and store outputs as byte arrays instead of strings

add date reader

move some main function code to separate functions

move flags parsing to main
2024-08-24 03:13:04 -04:00
frosty 8c316dee38 add example output section 2024-08-20 23:08:34 +00:00
frosty 79a40f82f5 add some checks for whether exec cmd exits non-0 or output is blank 2024-08-20 23:08:29 +00:00
frosty fe651bdf28 add gocaudices credit for some code at the top 2024-08-20 22:49:48 +00:00
frosty 235a1f6739 remove some paragraphs and add usage 2024-08-20 22:38:25 +00:00
frosty 7a9ed4984d allow setting the x root window name
not perfect, still need to switch to byte arrays internally instead of strings
2024-08-20 22:33:37 +00:00
frosty 4653550119 make each reader func return a func, as well as add an exec reader. 2024-08-20 21:58:40 +00:00
frosty 781b804a33 first sort of usable version.
read functions output just a blank interface for now.
2024-08-14 16:19:18 -04:00
frosty da000a867f add more readme info 2024-08-14 14:27:04 -04:00
frosty 299536e72d add readme attributions 2024-08-14 13:46:31 -04:00
frosty d8f684e91c fix engrish 2024-08-14 12:30:52 -04:00
frosty 886e0c5a97 name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
frosty 1e204a2ab7 move decimal place counts in main to consts, update const names in formatter, and remove byte format 2024-07-30 04:14:13 -04:00
frosty 336111f854 move formatter to ui package 2024-07-30 04:04:03 -04:00
frosty a0d943d710 first prototype version 2024-07-30 04:02:05 -04:00