snippets/old_snippets/pass-bulk-import.en.md

760 B

title date draft snippet_types
bulk import into pass 2020-01-11T04:51:47+01:00 false
pass
$ passimport list.csv

Switching to Pass was not exactly a straightforward process. It lacks a built-in mass import feature and I was dealing with a few hundred passwords and as a programmer entering them manually was unthinkable. After looking around at several plugins for Pass nothing seemed simple enough so I wrote my open python script to handle the task. I later turned that script into an executable, run by this command, and pushed it to GitHub.

my repo

source:

pass docs