1.0 KiB
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:
- Password Store >= 1.7.4 -- prior untested
<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.
-
Add your passwords to the PassBatchInser.json file following the model.
-
Run the script using the following command:
$ PassBatchInsert.sh