pash/pash.1

66 lines
729 B
Groff

.TH PASH 1
.SH NAME
pash \- simple pasword manager
.SH SYNOPSIS
.B pash
[\fBadd|del|show|list\fR]
[name]
[\fB-cqthv\fR]
[\fB-l\fR length]
.SH DESCRIPTION
.B pash
simple pasword manager
.SH COMMANDS
.TP
.BR [a]dd
[name]:
Create a new entry in the password store.
.TP
.BR [d]el
[name]:
Delete an entry from the password store.
.TP
.BR [s]how
[name]:
Show password from an entry in the password store.
.TP
.BR [l]ist:
List all entries from the password store.
.TP
.SH OPTIONS
.TP
.BR \-c
Copy password to clipboard.
.TP
.BR \-l
Length of generated passwords.
.TP
.BR \-q
Don't print password to stdout.
.TP
.BR \-t
Print list output as a tree.
.TP
.BR \-h
Show usage and exit.
.TP
.BR \-v
Show version and exit.
.TP