AbGuthrie / goquery

Provide a shell like interface by utilizing osquery's distributed API
MIT License
80 stars 10 forks source link

Implement .hosts and .clear command, fix printing columns out of order #53

Closed AbGuthrie closed 5 years ago

AbGuthrie commented 5 years ago

Fixes #51, fixes #50, and fixes #41

The table print in print_hosts will probably be a really good basis for the table print we need in printer.go. The only change is taht the %-*s will need to be repeated dynamically based on the number of columns the result query returned.

image

obelisk commented 5 years ago

Fuck this is awesome