pash/pash.1

70 lines
787 B
Groff
Raw Normal View History

2019-02-25 00:47:00 -06:00
.TH PASH 1
.SH NAME
pash \- simple pasword manager
.SH SYNOPSIS
.B pash
[\fBadd|del|show|list\fR]
[name]
2019-02-25 14:27:48 -06:00
[\fB-cnqthv\fR]
2019-02-25 00:47:00 -06:00
[\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
2019-02-25 13:49:31 -06:00
.BR \-c
Copy password to clipboard.
2019-02-25 00:47:00 -06:00
.TP
.BR \-l
Length of generated passwords.
.TP
2019-02-25 13:49:31 -06:00
.BR \-n
Limit passwords to alphanumeric characters.
2019-02-25 00:47:00 -06:00
.TP
.BR \-q
Don't print password to stdout.
.TP
2019-02-25 13:46:57 -06:00
.BR \-t
Print list output as a tree.
.TP
2019-02-25 00:47:00 -06:00
.BR \-h
Show usage and exit.
.TP
.BR \-v
Show version and exit.
.TP