Skip to content

Instantly share code, notes, and snippets.

@MorpheusH3x
Created April 22, 2021 16:29
Show Gist options
  • Save MorpheusH3x/4c47de221c72d1dd0144ae84fa167014 to your computer and use it in GitHub Desktop.
Save MorpheusH3x/4c47de221c72d1dd0144ae84fa167014 to your computer and use it in GitHub Desktop.
Get the login in bitwarden cli aka 'bw' with the specified <NAME>
bw list items --search <NAME> | jq '.[].login | "username: " + .username + " | password: " + .password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment