seanfarley / emacs-bitwarden

Emacs Bitwarden command wrapper.
GNU General Public License v3.0
50 stars 13 forks source link

Fix string-match arm in proc filter #17

Closed HyperSuperMetaCtrl closed 1 year ago

HyperSuperMetaCtrl commented 1 year ago

When using bw cli my out put is ? Master password: [input is hidden] followed by some random characters insted of just ? Master password:.

This commit makes the string-match work with the output of my version of bw by also beeing compatible with the old format.

May be too broad though

seanfarley commented 1 year ago

Heh, this is probably what I meant originally; thanks for the fix!