Skip to content

Instantly share code, notes, and snippets.

@mkrasowski
Created February 17, 2017 01:42
Show Gist options
  • Save mkrasowski/117ba1ba9458338f82eae1c645b1f257 to your computer and use it in GitHub Desktop.
Save mkrasowski/117ba1ba9458338f82eae1c645b1f257 to your computer and use it in GitHub Desktop.
MasterPassword command line wrapper
# mpw
export MP_FULLNAME="Your Full Name"
function cmpw() {
mpw $* | tee >(tr -d '\n' | xclip -l 1 -selection clipboard) 1>/dev/null && echo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment