mirror of
https://github.com/octoleo/Purse.git
synced 2024-12-28 03:45:04 +00:00
Fix Mac command for copying password to clipboard
This commit is contained in:
parent
e5ac47e969
commit
214a14a41d
@ -38,7 +38,7 @@ Delete password for *dropbox*:
|
||||
|
||||
Copy password for *github* to clipboard on OS X:
|
||||
|
||||
./pwd.sh r github | cut -f1 -d ' ' | tr -d '\n' | pbcopy
|
||||
./pwd.sh r github | cut -f 1 -d ' ' | awk 'NR==3{print $1}' | pbcopy
|
||||
|
||||
The script and `pwd.sh.safe` encrypted file can be safely shared between computers, for example through Google Drive or Dropbox.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user