baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.6k stars 420 forks source link

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

Open Veraellyunjie opened 1 year ago

Veraellyunjie commented 1 year ago
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 commented 1 year ago

See #1362