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

Expect to have some options like jq #9

Closed
aib628 opened this issue Feb 27, 2023 · 4 comments
Closed

Expect to have some options like jq #9

aib628 opened this issue Feb 27, 2023 · 4 comments

Comments

@aib628
Copy link

aib628 commented Feb 27, 2023

for example, we can use some options like -r -c to remove quotation mark

@wader
Copy link
Owner

wader commented Feb 27, 2023

Hi, -r should be fairly easy. -c is the default for jqjq at the moment but would be nice to behave like standard jq (to indent), if so maybe jqjq should implement its own tojson function with indent support? I think i have some code in fq that could be adapted.

Something you would like to look at?

@thaliaarchi
Copy link
Collaborator

To list some more, so we have them tracked, I'd like to have --raw-input/-R and --join-output/-j supported by jqjq and the ability to forward options like --unbuffered to jq.

@wader
Copy link
Owner

wader commented Feb 9, 2024

@aib628 -r and -c are now supported thanks to @thaliaarchi

@aib628
Copy link
Author

aib628 commented Jun 13, 2024

great! this issue will close.

@aib628 aib628 closed this as completed Jun 13, 2024
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

3 participants