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

18 lines
760 B
Markdown

---
title: "bulk import into pass"
date: 2020-01-11T04:51:47+01:00
draft: false
snippet_types: ["pass"]
---
```shell
$ passimport list.csv
```
Switching to [Pass](https://www.passwordstore.org/) 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](https://www.passwordstore.org/) 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](https://github.com/BTBTravis/basic-pass-import)
source:
[pass docs](https://www.passwordstore.org/)