This shows you the differences between two versions of the page.
docu:tutos:linux:pass_unix_usage [2020/07/28 07:47] – created admin | 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 | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | === So, how to do stuff? === | ||
+ | \\ | ||
+ | Insert a secret for mastodon.social (for example) | ||
+ | <code bash> | ||
+ | pass insert mastodon.social | ||
+ | # or | ||
+ | pass insert SocialMedia/ | ||
+ | # or just | ||
+ | pass insert Social/ | ||
+ | # or whatever hierarchy you want | ||
+ | </ | ||
+ | |||
+ | **Print the secret** using tab completion | ||
+ | <code bash> | ||
+ | pass mastodon.social | ||
+ | </ | ||
+ | |||
+ | Or just **copy it** on the main **clipboard** for 45 seconds | ||
+ | <code bash> | ||
+ | pass -c mastodon.social | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | Enjoy!! |