logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pass-extension-tail - a password-store extension to avoid printing the password

Author

       palortoff

Commands

tailpass-name
              Display  the  whole password file except for the first line. This allows users to inspect the meta
              data on the console without displaying the password in plain text.

       taileditpass-name
              Open the password file in the editor omitting the first  line.  When  saving  the  first  line  is
              prepended.

Description

pass(1)  proposes  a format to store meta data in the password file.  The password is stored in the first
       line followed by data like the URL, username and other meta data in the following lines.  pass-extension-tail is an extension for the pass(1) that allows users to display and edit  password  meta  data  without
       displaying the password itself to bystanders.

Home

https://github.com/palortoff/pass-extension-tail

License

       Copyright © 2017 palortoff.

       License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
       This  is  free  software: you are free to change and redistribute it. There is NO WARRANTY, to the extent
       permitted by law.

Version 1.0.0                                     2017 April 24                           pass-extension-tail(1)

Name

       pass-extension-tail - a password-store extension to avoid printing the password

Reporting Bugs

https://github.com/palortoff/pass-extension-tail/issues

See Also

pass(1)

Synopsis

pass tail [ pass-name ]
       pass tailedit [ pass-name ]

See Also