bwx-cli 2.3.1

Unofficial Bitwarden CLI with first-class macOS support
Documentation
1
2
3
4
5
#!/bin/bash
set -eu
set -o pipefail

bwx ls --fields folder,name,user | sed 's/\t/\//g' | sort | rofi -dmenu | sed 's/^[^\/]*\///' | sed 's/\// /' | xargs -r bwx get | xclip -l 1