mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat: example with useful options
This commit is contained in:
@@ -22,16 +22,22 @@ gopass config
|
||||
|
||||
# Show specific configuration values only.
|
||||
gopass config 'core.autoclip'
|
||||
gopass config 'core.autopush'
|
||||
gopass config --store='foo' 'core.autopush'
|
||||
|
||||
# Update specific configuration values.
|
||||
gopass config 'core.autoclip' false
|
||||
gopass config 'core.autopush' false
|
||||
gopass config 'generate.generator' 'xkcd'
|
||||
|
||||
# Initiate the *root* store.
|
||||
gopass init
|
||||
gopass init -p 'path/to/root/store' 'key-id'
|
||||
|
||||
# Generate passwords.
|
||||
gopass pwgen
|
||||
gopass pwgen -1 24
|
||||
gopass pwgen -x -xl 'en'
|
||||
|
||||
# List entries.
|
||||
gopass list
|
||||
|
||||
@@ -43,6 +49,10 @@ gopass new
|
||||
gopass insert 'path/to/secret'
|
||||
gopass insert -m …
|
||||
|
||||
# Create new entries with generated passwords.
|
||||
gopass generate 'path/to/secret'
|
||||
gopass generate -g 'xkcd' --lang 'en' 'path/to/secret'
|
||||
|
||||
# Copy secrets' password to the clipboard.
|
||||
# Do *not* print secrets out.
|
||||
gopass show -c 'path/to/secret'
|
||||
|
||||
Reference in New Issue
Block a user