A pass extension to copy the username to the clipboard.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
coderkun 0a3a900989 Add bash completion 6 years ago
LICENSE Initial commit 6 years ago
README.textile Add Textile readme 6 years ago
pass-user.bash_completion Add bash completion 6 years ago
user.bash Add pass extension script 6 years ago

README.textile

h1. pass-user

A "pass":https://www.passwordstore.org extension to copy the username to the clipboard.

h2. Definitions

The _username_ is expected to be the last part of the path:

pre. category/service/username

h2. Installation

Please refer to the official documentation "Extensions for pass":https://www.passwordstore.org/#extensions.

h3. User only

To install this extensions only for the current user enable password-store extensions by setting

pre. PASSWORD_STORE_ENABLE_EXTENSIONS=true

and store the _user.bash_ file in the _.password-store/.extensions/_ folder or create a symlink there.

h3. System-wide

To installe this extension system-wide for all users store the _user.bash_file in _/usr/lib/password-store/extensions/_.

h2. Usage

The _user_ command can be used in the same way as the _show_ command:

bc. pass user category/service/user@name.mail

This will copy _user@name.mail_ to the clipboard.