Lightweight command line client (cli) for Buttercup password manager
Ease your terminal password use by copying into the clipboard any entry from a buttercup vault.
Install as global package
npm install -g bcup-cli
bcup-cli [-b|--bcup-path path_to_buttercup_vault] [-d|--debug]
Your vault password will be prompted, then a title entry search filter.
Once the results are displayed, you can select an entry that will be copied to your clipboard.
NOTE: If no bcup path is specified, the vault will be supposed to be ~/.bcup-cli/vault.bcup
May be freely distributed under the MIT license.