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

" quote in desktop name causes unparsable JSON --tree #1436

Open
Veraellyunjie opened this issue Feb 14, 2023 · 1 comment
Open

" quote in desktop name causes unparsable JSON --tree #1436

Veraellyunjie opened this issue Feb 14, 2023 · 1 comment

Comments

@Veraellyunjie
Copy link

bspc monitor --reset-desktops \"1 \"2 \"3
bspc query --desktops --names
"1
"2
"3

So far so good

bspc query --tree --monitor focused

In the output you can see:
"name":""1"
"name":""2"
"name":""3"

And no normal JSON parser can handle it, including jq and gron

@emanuele6
Copy link
Contributor

See #1362

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