Updated README
This commit is contained in:
parent
314b3795de
commit
c984e72901
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ This repository contains some scripts that aims to convert a gpg password wallet
|
|||
|
||||
## Usage
|
||||
### 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 `"`.
|
||||
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 TAB delimiter.
|
||||
|
||||
```bash
|
||||
# Clone this repository
|
||||
|
|
Loading…
Reference in a new issue