The Bitwarden CLI bw provides JSON Output.
Because I don't like to select Strings from the stdout JSON output:
jqredirects the output into selectable snippetsfzfselects the entry I needxclipcopies the selected entry into your clipboard (e.g. password)
I adjusted the Bash script by Christian Drumm:
pbcopy->xclip, becausexclipis more common
