mattydebie/bitwarden-rofi

Fails on entries with backslash

simon04 opened this issue · 2 comments

jq: error: Invalid escape at line 1, column 11 (while parsing '"\b"') at <top-level>, line 1:
.[] | select(.name == "fooDomain\barUser").login                         
jq: 1 compile error

I did not know backslashes were supported, the docs on bitwarden.com say to use Forward Slashes. Any reason why you are using backslashes?