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

Feature request: create a cui #74

Closed
fugkco opened this issue Mar 23, 2021 · 2 comments
Closed

Feature request: create a cui #74

fugkco opened this issue Mar 23, 2021 · 2 comments

Comments

@fugkco
Copy link

fugkco commented Mar 23, 2021

Saw #67, and as I mentioned, having a repl is a great thought. As a next step to this, utilising https://github.com/jesseduffield/gocui or something similar to create a ui would be awesome. Being able to do cat file.json | gojq --interactive so we can construct the query will make life so much easier. Possibly with completion, but that feels like it would be a lot more work.

@itchyny
Copy link
Owner

itchyny commented Mar 24, 2021

I like interactive filtering tools in terminal but it does not fit to this project so implement as another cli tool. Improving and some extensions to the library is welcome. But the cli tool gojq is just another implementation of jq, with slight extensions (umm, supporting YAML was not slight though). Interactive cli tool requires lots of code and probably with dependencies.

@itchyny itchyny closed this as completed Mar 24, 2021
@fugkco
Copy link
Author

fugkco commented Mar 28, 2021

Cool, yeah I figure it'll probably a separate utility anyway. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants