Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Printing Modes From osquery to goquery #11

Open
3 of 5 tasks
obelisk opened this issue Sep 23, 2019 · 2 comments
Open
3 of 5 tasks

Port Printing Modes From osquery to goquery #11

obelisk opened this issue Sep 23, 2019 · 2 comments
Assignees
Labels
good first issue Good for newcomers UX For things relating to the experience of someone using goquery

Comments

@obelisk
Copy link
Collaborator

obelisk commented Sep 23, 2019

osquery has two printing modes we need: line and pretty.

Both of these are implemented in C++ so the code needs to be rewritten in go.

Printing Modes Implemented:

@obelisk obelisk self-assigned this Sep 23, 2019
@obelisk obelisk changed the title Port Printing Modes From osquery To goquery Port Printing Modes From osquery to goquery Sep 23, 2019
@obelisk obelisk added the UX For things relating to the experience of someone using goquery label Oct 2, 2019
@obelisk
Copy link
Collaborator Author

obelisk commented Oct 4, 2019

Printing should switch between modes the same way osquery does with .mode <pretty|line|json|csv|tsv>

@obelisk
Copy link
Collaborator Author

obelisk commented Oct 4, 2019

Default mode should be pretty whenever it gets implemented as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers UX For things relating to the experience of someone using goquery
Projects
None yet
Development

No branches or pull requests

2 participants