WOFI-PASS(1) | General Commands Manual | WOFI-PASS(1) |
wofi-pass - pass support for wofi
wofi-pass [OPTIONS...]
One way to customize the wofi-pass behavior is to change the configuration file. wofi-pass does not require a configuration file, but searches the following paths for a valid configuration file at every startup:
wofi-pass only reads the first configuration file it finds. The order of searching is the same as in the list above.
If the environment variable ${XDG_CONFIG_HOME} is not set, it is replaced by the default value ${HOME}/.config.
The following varialbes can be redefined in configuration file.
wofi-pass assumes password files are formatted like the following:
Th3Gr3at3stPassw0rd username: JohnDoe email: john@example.com otpauth://totp/example?secret=ABCDCBABCDCBABCD pin: 1234
Note that the password is ALWAYS on the first line.
The function autotype activates a formatted output of a pass entry.
The autotype function can be activated in 3 different ways:
The format of the autotype is by default is as follows:
username :tab pass
and is defined by WOFI_PASS_AUTOTYPE. The autotype format string consists of cobination of keywords and pass fields separated by a space. The keywords are the follows:
All other entries are interpreted as pass fields and output the contents of the respective field.
November 2023 |