PassBatchInsert/README.md

1.0 KiB

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