Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 125 → Rev 126

/relevation/branches/0.2/revelation.1
File deleted
/relevation/branches/0.2/relevation.1
0,0 → 1,61
.TH "RELEVATION" "1"
.SH "NAME"
relevation \(em command-line searcher for \fBRevelation\fP files
.SH "SYNOPSIS"
.PP
\fBrelevation\fR\fB \-f \fI/path/to/file.\fR\fP\fB \-p \fIpassword\fR\fP [\fBsearch string\fP]
.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, unencrypted, XML file will be
printed.
.SH "OPTIONS"
.PP
This program follows the usual command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. For a complete description, see the
\fBInfo\fP files.
.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, \fB-0\fP, \fB\-\-stdin\fP\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-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-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.
.IP "\fB-h\fP, \fB\-\-help\fP " 10
Show summary of options.
.IP "\fB\-\-version\fP " 10
Show version of program.
.SH "SEE ALSO"
.PP
revelation (1)
.SH "AUTHOR"
.PP
This manual page was written by Toni Corvera outlyer@gmail.com.
Permission is
granted to copy, distribute and/or modify this document under
the terms of a BSD 3-clause license.
.\" created by instant / docbook-to-man, Mon 27 Jun 2011, 04:51
/relevation/branches/0.2/Makefile
2,18 → 2,21
prefix:=/usr/local
DESTDIR:=
 
all: revelation.1
BIN=relevation
 
all: $(BIN).1
 
clean:
$(RM) relevation.pyc
-$(RM) $(BIN).pyc
 
install:
install -D -m755 relevation.py $(DESTDIR)$(prefix)/bin/relevation
install -D -m755 $(BIN).py $(DESTDIR)$(prefix)/bin/$(BIN)
install -D -m644 $(BIN).1 $(DESTDIR)$(prefix)/share/man/man1/$(BIN).1
 
uninstall:
$(RM) $(DESTDIR)$(prefix)/relevation
-$(RM) $(DESTDIR)$(prefix)/$(BIN)
-rmdir --parents $(DESTDIR)$(prefix)/bin
 
revelation.1: manpage.sgml
$(BIN).1: manpage.sgml
docbook-to-man $< > $@
 
/relevation/branches/0.2/upstream.debian/control
12,7 → 12,7
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-libxml2, python-crypto
Recommends: revelation
Description: A command-line interface for Revelation
Description: Command-line interface to query Revelation files
This is a command-line tool capable of retrieving passwords from
a Revelation password file.
.
/relevation/branches/0.2/upstream.debian/docs
1,2 → 1,0
LICENSE