If you love the Safari Password generator like me, idk about you but a paaaassword like
e40a2a-a97a30-860df1looks really cute to me!
- Create a file named
passin/usr/local/binor somewhere in$PATH - Copy and paste the
pass.shcontents into it - Give it executable permssion
chmod +x /usr/local/bin/pass - And you are done!
or just copy paste in the terminal!
curl -o- https://gist.githubusercontent.com/Debdut/2f7dbccd0007a1e2e81055daef9eadc2/raw/fa7666c7054d51c74a2bf475b6f477db75889ad9/pass.sh > /usr/local/bin/pass; chmod +x /usr/local/bin/pass;# generate a password
$ pass
e40a2a-a97a30-860df1
# generate and copy to clipboard (on mac)
$ pass | pbcopy
# generate and save to a file
$ pass > dropbox.com.pass
# save username and pass
$ echo "user: debdut\npass: $(pass)" > github.com.pass
$ cat github.com.pass
user: debdut
pass: 29e721-49b393-970823