Better usage README
This commit is contained in:
parent
702066bdbf
commit
e626c79a04
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -6,6 +6,21 @@ This repository contains some scripts that aims to convert a gpg password wallet
|
|||
### convert_to_csv.sh
|
||||
Simply execute the script. You need `pass` executable installed and ENV var PASSWORD_STORE_DIR set-up. A CSV file will be created in this folder containing key-password fields separated by semicolon and delimited by `"`.
|
||||
|
||||
```bash
|
||||
|
||||
# Clone this repository
|
||||
$ git clone https://gitlab.com/unitoo/pass-exporter.git
|
||||
|
||||
# Go into the folder
|
||||
$ cd pass-exporter
|
||||
|
||||
# Make script executable
|
||||
$ chmod +x SCRIPT.sh
|
||||
|
||||
# Execute the script
|
||||
$ ./SCRIPT.sh
|
||||
```
|
||||
|
||||
|
||||
## Todo
|
||||
|
||||
|
|
Loading…
Reference in a new issue