1- .TH MARK 1 "January 2018" "pass-import"
1+ .TH MARK 1 "July 2018" "pass-import"
22
33.SH NAME
44\fB pass import \fP - A \fI pass \fP (1) extension for importing data from most of
@@ -9,17 +9,17 @@ the existing password manager.
99\fB pass import \fP [-h] [-V] [[-p PATH] [-c] [-e] [-f] | -l] [manager] [file]
1010
1111.SH DESCRIPTION
12- \fB pass import \fP is a password store extension allowing you to conveniently
13- import your password database to a password store repository. It natively
14- supports import from 18 different password managers. More manager support can
12+ \fB pass import \fP is a password store extension allowing you to import your
13+ password database to a password store repository conveniently . It natively
14+ supports import from 22 different password managers. More manager support can
1515easily be added.
1616
1717Passwords are imported into the existing default password store, therefore
1818the password store must have been initialised before with \fB pass init \fP .
1919
20- By default, pass imports entries at the root of the password store and only keeps
21- the main data (password, login, email, URL, group). This behaviour can be changed
22- using the provided options.
20+ By default, pass imports entries at the root of the password store and only
21+ keeps the main data (password, login, email, URL, group). This behaviour can be
22+ changed using the provided options.
2323
2424Pass import handles duplicates and is compatible with \fI browserpass \fP .
2525
@@ -103,7 +103,7 @@ Show usage message.
103103\fB 1password \fP
104104Website: \fI https://1password.com/ \fP
105105
106- Export: Select all items [Ctrl+A]: Click Right> Settings> Export: CSV
106+ Export: See \fI https://support.1password.com/export/ \fP
107107
108108Command: pass import 1password file.xml
109109
@@ -115,6 +115,14 @@ Export: File > Export: CSV
115115
116116Command: pass import 1password4 file.xml
117117
118+ .TP
119+ \fB 1password4pif \fP
120+ Website: \fI https://1password.com/ \fP
121+
122+ Export: File > Export: 1PIF
123+
124+ Command: pass import 1password4pif file.1pif
125+
118126.TP
119127\fB bitwarden \fP
120128Website: \fI https://bitwarden.com/ \fP
@@ -129,7 +137,15 @@ Website: \fIhttps://support.google.com/chrome\fP
129137
130138Export: See \fI https://www.axllent.org/docs/view/export-chrome-passwords/ \fP
131139
132- Command: pass import chrome file.xml
140+ Command: pass import chrome file.csv
141+
142+ .TP
143+ \fB chromesqlite \fP
144+ Website: \fI https://support.google.com/chrome \fP
145+
146+ Export: See \fI https://www.axllent.org/docs/view/export-chrome-passwords/ \fP
147+
148+ Command: pass import chrome file.csv
133149
134150.TP
135151\fB dashlane \fP
@@ -195,6 +211,14 @@ Export: File > Export to > Keepass XML File
195211
196212Command: pass import keepassx file.xml
197213
214+ .TP
215+ \fB keepassx2 \fP
216+ Website: \fI https://www.keepassx.org/ \fP
217+
218+ Export: Database > Export to CSV File
219+
220+ Command: pass import keepassx2 file.csv
221+
198222.TP
199223\fB keepassxc \fP
200224Website: \fI https://keepassxc.org/ \fP
@@ -211,11 +235,24 @@ Export: More Options > Advanced > Export
211235
212236Command: pass import lastpass file.csv
213237
238+ .TP
239+ \fB networkmanager \fP
240+ Website: \fI https://wiki.gnome.org/Projects/NetworkManager \fP
241+
242+ Support import from the installed network configuration but also from specific
243+ directory of networkmanger configuration file and from given file.
244+
245+ Command: pass import networkmanager
246+
247+ From directory of ini file: pass import networkmanager dir/
248+
249+ From ini file: pass import networkmanager file.ini
250+
214251.TP
215252\fB passwordexporter \fP
216- Website: \fI https://addons.mozilla.org/en-US/firefox/addon/ password-exporter/ \fP
253+ Website: \fI https://github.com/kspearrin/ff- password-exporter \fP
217254
218- Export: Add-ons Prefs: Export Passwords: CSV
255+ Export: Export File Format > CSV
219256
220257Command: pass import passwordexporter file.csv
221258
@@ -320,14 +357,15 @@ Otherwise, if your password manager does not have this command line option, you
320357.B zx2c4@laptop ~ $ srm data.csv
321358
322359.TP
323- You might also want to update the passwords imported using \fB pass update \fP .
360+ You might also want to update the passwords imported using \fB pass update(1) \fP .
324361
325362
326363.SH SEE ALSO
327364.BR pass(1),
328365.BR pass-tomb(1),
329366.BR pass-update(1),
330- .BR pass-otp(1)
367+ .BR pass-otp(1),
368+ .BR pass-audit(1).
331369
332370
333371.SH AUTHORS
0 commit comments