Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
# pass
|
||||
|
||||
> safely store and read passwords or other sensitive data easily
|
||||
> all data is GPG-encrypted, and managed with a git repository
|
||||
> Safely store and read passwords or other sensitive data easily.
|
||||
> All data is GPG-encrypted, and managed with a git repository.
|
||||
|
||||
- initialize the storage using a gpg-id for encryption
|
||||
- Initialize the storage using a gpg-id for encryption:
|
||||
|
||||
`pass init {{gpg_id}}`
|
||||
|
||||
- save a new password (prompts you for the value without echoing it)
|
||||
- Save a new password (prompts you for the value without echoing it):
|
||||
|
||||
`pass insert {{path/to/data}}`
|
||||
|
||||
- copy a password (first line of the data file) to the clipboard
|
||||
- Copy a password (first line of the data file) to the clipboard:
|
||||
|
||||
`pass -c {{path/to/data}}`
|
||||
|
||||
- list the whole store tree
|
||||
- List the whole store tree:
|
||||
|
||||
`pass`
|
||||
|
||||
- generate a new random password with a given length, and copy it to the clipboard
|
||||
- Generate a new random password with a given length, and copy it to the clipboard:
|
||||
|
||||
`pass generate -c {{path/to/data}} {{num}}`
|
||||
|
||||
- run any git command against the underlying store repository
|
||||
- Run any git command against the underlying store repository:
|
||||
|
||||
`pass git {{git-arguments}}`
|
||||
|
Reference in New Issue
Block a user