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

Add pattern support to cat command #28

Open
awseward opened this issue Jul 7, 2020 · 0 comments
Open

Add pattern support to cat command #28

awseward opened this issue Jul 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@awseward
Copy link
Member

awseward commented Jul 7, 2020

Currently what we do is something like

nox cat indices | grep -e 'my_cool_index' -e 'status'

and if you don't remember to add the -e 'status' bit, you don't get column headers in the output.

Would be super handy to be able to provide a pattern to nox cat and have it dislpay the table filtered to matching indices/aliases so you don't have to even pipe to grep in the first place.

Context of motivation for this issue:
image

@awseward awseward added the enhancement New feature or request label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant