.TH "RELEVATION" "1" .SH "NAME" relevation \(em command-line searcher for \fBRevelation\fP files .SH "SYNOPSIS" .PP \fBrelevation\fR [\fBoptions\fP] [\fIsearch string\fR [\fI...\fR] ] .SH "DESCRIPTION" .PP Access and print or search passwords in a \fBRevelation\fP password file. .PP Only read access is provided, to edit the files \fBRevelation\fP must be used. .PP With a search string, only entries that match the search string in any of its fields will be printed. .PP When no search string is provided the whole list of entries will be printed. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-f \fIfile.revelation\fR\fP, \fB\-\-file=\fIfile.revelation\fR\fP " 10 File name of the \fBrevelation\fR file (the file containing the list of stored credentials). .IP "\fB-p \fIpassword\fR\fP, \fB\-\-password=\fIpassword\fR\fP " 10 Decryption password. .IP "\fB-a\fP, \fB\-\-ask\fP, \fB-0\fP, \fB\-\-stdin\fP " 10 Ask interactively for password. .IP "" 10 When \fB-a\fP or \fB\-\-ask\fP is used a prompt will be printed. .IP "" 10 Use either one of this variants or \fB\-\-password\fP. .IP "\fB-t \fItype\fR\fP, \fB\-\-type=\fItype\fR\fP" 10 Print only entries of a certain type. .IP "" 10 Known types: creditcard, cryptokey, database, door, email, folder, ftp, generic, phone, shell, website. .IP "" 10 If preceded by a slash it will be negated, i.e. `\-website' will select entries that are not of type website. .IP "" 10 When searching for a string, folders are skipped (equivalent to `\-\-type=\-folder'). .IP "\fB-i\fP, \fB\-\-case-insensitive\fP " 10 When searching for text, disregard case. .IP "" 10 This is the default behaviour. .IP "" 10 If the search string contains special/non-English characters this is likely to fail. .IP "\fB-c\fP, \fB\-\-case-sensitive\fP " 10 When searching for text, obey case. .IP "\fB-A\fP, \fB\-\-and\fP " 10 When multiple search terms are used, use an AND operator to combine them. All search terms will be combined in a single search, only entries that match every search term will be selected. .IP "\fB-O\fP, \fB\-\-or\fP " 10 When multiple search terms are used, use an OR operator to combine them. A different search will be issued for each search term. This is the default and the original mode of operation. .IP "\fB-s \fIsearch string\fR\fP, \fB\-\-search=\fIsearch string\fR\fP, \fB\fIsearch string\fR\fP " 10 Search the file for a pice of text. All fields will be searched. There's no need to use the \fB-s\fP or \fB\-\-search\fP option names, any unnamed argument will be considered a search term. .IP "\fB-h\fP, \fB\-\-help\fP " 10 Show summary of options. .IP "\fB\-\-version\fP " 10 Show version information for relevation. .SH "CONFIGURATION FILE" .PP A configuration file `.relevation.conf' located at the user's home directory can be used to avoid having to provide the filename and/or password on each run. .PP Example `~/.relevation.conf': .PP .nf \ [relevation] \ file=~/passwords.revelation \ password=my secret password \ mode=and .fi .PP .PP Both \fBfile\fP and \fBpassword\fP are optional, so you can store the filename without storing the password. .PP Please understand your password is stored in this file in clear text, modify the file permissions appropriately so that only your user can read it, otherwise your master password might be compromised and hence all your stored password will be too. .PP \fBmode\fP is optional ("\fIor\fR" by default), only the values \fIand\fR and \fIor\fR are recognized, corresponding to the matching \fB\-\-and\fP and \fB\-\-or\fP options (any other value will be ignored). .SH "SEE ALSO" .PP revelation (1) .SH "AUTHOR" .PP This manual page was written by Toni Corvera . Permission is granted to copy, distribute and/or modify this document under the terms of a BSD 2-clause license. .\" created by instant / docbook-to-man, Mon 21 Oct 2013, 06:49