manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Toni"> Corvera"> October 21, 2013"> 1"> outlyer@gmail.com"> RELEVATION"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2011-2013 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; command-line searcher for Revelation files &dhpackage; search string ... DESCRIPTION Access and print or search passwords in a Revelation password file. Only read access is provided, to edit the files Revelation must be used. With a search string, only entries that match the search string in any of its fields will be printed. When no search string is provided the whole list of entries will be printed. OPTIONS This program follows the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. , File name of the revelation file (the file containing the list of stored credentials). , Decryption password. , , , Ask interactively for password. When or is used a prompt will be printed. Use either one of this variants or . , Print only entries of a certain type. Known types: creditcard, cryptokey, database, door, email, folder, ftp, generic, phone, shell, website. If preceded by a slash it will be negated, i.e. `-website' will select entries that are not of type website. When searching for a string, folders are skipped (equivalent to `--type=-folder'). , When searching for text, disregard case. This is the default behaviour. If the search string contains special/non-English characters this is likely to fail. , When searching for text, obey case. , 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. , 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. , , Search the file for a pice of text. All fields will be searched. There's no need to use the or option names, any unnamed argument will be considered a search term. , Show summary of options. Show version information for &dhpackage;. CONFIGURATION FILE 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. Example `~/.relevation.conf':  [relevation]  file=~/passwords.revelation  password=my secret password  mode=and Both and are optional, so you can store the filename without storing the password. 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. is optional ("or" by default), only the values and and or are recognized, corresponding to the matching and options (any other value will be ignored). SEE ALSO revelation (1) AUTHOR This manual page was written by &dhusername; <&dhemail;>. Permission is granted to copy, distribute and/or modify this document under the terms of a BSD 2-clause license.