blob: ef1fd19a1c89c2304c37cc166755ad488fca82c5 (
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 for 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> .
|