File: nss-passwords.1

package info (click to toggle)
nss-passwords 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: ml: 158; ansic: 97; makefile: 27
file content (31 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\"                                      Hey, EMACS: -*- nroff -*-
.TH NSS-PASSWORDS 1 "April 2011"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
nss-passwords \- read passwords from Mozilla keyrings from command line
.SH SYNOPSIS
.B nss-passwords
.RI [ options ] " query"
.SH DESCRIPTION
This manual page documents briefly the
.B nss-passwords
command.
.PP
\fBnss-passwords\fP is a program that reads passwords from keyrings
used by Mozilla products, like Firefox and Thunderbird. It can run
entirely in text mode. \fIquery\fP is a string that will be looked for
in the hostname entries of the keyring.
.SH OPTIONS
.TP
.B \-d \fIdir
Profile directory. By default, Firefox default profile is guessed.
.TP
.B \-p \fIprog
Program used to ask for a password. By default, \fBpinentry\fP(1) is used.
.TP
.B \-help, \-\-help
Show summary of options.
.SH SEE ALSO
.BR pinentry (1).
.SH AUTHOR
nss-passwords was written by Stéphane Glondu <steph@glondu.net>.