Go to file
Jeff Carr fc3848df25 patch handling 2025-09-23 14:56:06 -05:00
.gitignore day1 2025-09-01 17:06:10 -05:00
LICENSE day1 2025-09-01 17:06:10 -05:00
Makefile day1 2025-09-01 17:06:10 -05:00
README.md continue work on testing using 'any' in GUI PB 2025-09-15 03:51:54 -05:00
go.mod patch handling 2025-09-23 14:56:06 -05:00
go.sum patch handling 2025-09-23 14:56:06 -05:00
humanTable.go set len(rows) 2025-09-14 11:06:35 -05:00
tablePB.go remove noise 2025-09-23 14:22:11 -05:00
termSize.go add TerminalChomp() in honor of Larry Wall & Perl 2025-09-04 08:04:47 -05:00

README.md

// Copyright 2025 WIT.COM Inc Licensed GPL 3.0

// ah yes, COBOL. what an ancient throwback. for those that know // then you know exactly what is in this file. For those that don't, here it is:

// All this does is output human readable text formatted to be viewable on // a console with a fixed with font. AKA: a typerwriter. Which is exactly // what COBOL did in the 1970's (60s? notsure). And the 80s.

// Perl, before GO, was great for this kinda thing. GO with // protobuffers is even better