blob: a77a7c737c7fdd579a39a40cfe676033da1cbaf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NAME
pwgrep - Managing passwords...
Synopsis
fwipe <FILE> - Wiping a file
pwdbls - Listing available DBs
pwedit [OPTS] - Editing current DB
pwfadd <FILE> - Adding a file to FDB
pwfcat <NAME> - Printing a file from filestore to stdout
pwfdel <NAME> - Deleting a file from filestore
pwgrep [OPTS] <REGEX> - Grepping current DB
pwldb - Synonym of pwdbls
pwupdate - Updating FDB and all DBs
pwhelp - Printing this help screen
Where OPTS are: -o - Offline mode -d <DB NAME> - Using a specific DB -a
- Searching all available DBs or categories at once
Tutorial
Please go to <http://pwgrep.buetow.org>.
|