pass
all
Store and read passwords or other sensitive data. All data is GPG-encrypted, and managed with a Git repository.
More info →Options (2)
-m, --multilinebooleanSave a new password and additional information (press `<Ctrl d>` on a new line to complete)
Example:
pass insert {{[-m|--multiline]}} {{path/to/data}}-c, --clipbooleanCopy a password (first line of the data file) to the clipboard
Example:
pass {{[-c|--clip]}} {{path/to/data}}Examples (8)
Save a new password and additional information (press `<Ctrl d>` on a new line to complete)
pass insert [-m|--multiline] path/to/dataCopy a password (first line of the data file) to the clipboard
pass [-c|--clip] path/to/dataList the whole store tree
Generate a new random password with a given length, and copy it to the clipboard
pass generate [-c|--clip] path/to/data numInitialize a new Git repository (any changes done by pass will be committed automatically)
made by @shridhargupta | data from tldr-pages