This script is used to batch import passwords from a json file into the password management program: password-store, aka "pass".
Go to file
Dubtempo 427c5f92b0 ReadMe Update - Chmod file 2021-08-10 00:32:22 -07:00
input Script file and ReadMe 2021-08-10 00:29:03 -07:00
log Default Folders and Git Ignore 2021-08-09 23:24:25 -07:00
.gitignore Default Folders and Git Ignore 2021-08-09 23:24:25 -07:00
LICENSE Initial commit 2021-08-10 06:17:59 +00:00
PassBatchInsert.sh Script file and ReadMe 2021-08-10 00:29:03 -07:00
README.md ReadMe Update - Chmod file 2021-08-10 00:32:22 -07:00

README.md

PassBatchInsert

This script is used to batch import passwords from a json file into the password management program: password-store, aka "pass".

<br >

Requirements

Make sure all dependencies have been installed before using this script:

<br >

Project Installation

Install this project via git pull:

# from your new project parent dir
$ git clone https://gitea.dubtempo.com/DT/PassBatchInsert.git

Make sure the script file is executable.

# from your new project parent dir
$ chmod u+x PassBatchInsert.sh

<br >

Password Details Model

[
	{
		filename:'',
		password:'',
		url:'',
		user:''
	}
]

<br >

Project Usage

To use this codebase, complete the following steps.

  1. Add your passwords to the PassBatchInser.json file following the model.

  2. Run the script using the following command:

$ PassBatchInsert.sh