gopass/docs/commands/grep.md
Dominik Schulz 95d1d10473
Document missing commands (#1542)
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2020-08-22 19:44:21 +02:00

22 lines
408 B
Markdown

# `grep` command
The `grep` command works like the Unix `grep` tool. It decrypts all secrets
and performs a substring or regexp match on the given pattern.
## Synopsis
```
$ gopass grep foobar
```
## Modes of operations
* Search for the given pattern in all secrets
## Flags
None.
Flag | Aliases | Description
---- | ------- | -----------
`--regexp` | | Parse the pattern as a RE2 regular expression.