David Shlemayev
David Shlemayev
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you tried the latest build? - [X] I have tried the latest...
This is an initial implementation of my new KDE connect feature:  It lets you move bluetooth devices between the PC and the phone. Mostly intended for wireless headphones. TODO...
This means I can disable parts of the pipeline (from the end to the start) to debug each piece. If I start with: **[ .[] | {(.ifname): .address} ] |...
Just as `{"a": .a}` is shortened into `{a}`, I shortened `{"a": .a | expr}` into `{a | expr}`. This is unambiguous because `jq` doesn't accept bare expressions inside object definitions....