User Tools

Site Tools


docu:tutos:linux:pass_unix_usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docu:tutos:linux:pass_unix_usage [2020/07/28 07:47]
admin created
docu:tutos:linux:pass_unix_usage [2020/07/28 07:53] (current)
admin
Line 37: Line 37:
 # !! put your keyid instead of AAAAAAAAAAAAAAAA # !! put your keyid instead of AAAAAAAAAAAAAAAA
 </code> </code>
 +
 +\\
 +=== So, how to do stuff? ===
 +\\
 +Insert a secret for mastodon.social (for example)
 +<code bash>
 +pass insert mastodon.social
 +# or
 +pass insert SocialMedia/mastodon.social
 +# or just
 +pass insert Social/mastodon
 +# or whatever hierarchy you want
 +</code>
 +
 +**Print the secret** using tab completion
 +<code bash>
 +pass mastodon.social
 +</code>
 +
 +Or just **copy it** on the main **clipboard** for 45 seconds
 +<code bash>
 +pass -c mastodon.social
 +</code>
 +
 +\\
 +Enjoy!!
docu/tutos/linux/pass_unix_usage.1595922441.txt.gz · Last modified: 2020/07/28 07:47 by admin