add the old snippet md files
This commit is contained in:
parent
fc0dd204c7
commit
bcf8313a4b
110 changed files with 3048 additions and 0 deletions
18
old_snippets/pass-bulk-import.en.md
Normal file
18
old_snippets/pass-bulk-import.en.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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/)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue