Updated README
This commit is contained in:
parent
8b8e560eaa
commit
3f294f5548
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -1,10 +1,27 @@
|
||||||
# pass-exporter
|
# pass-exporter
|
||||||
This repository contains some scripts that aims to convert a gpg password wallet handled by pass, the standard unix password manager.
|
This repository contains some scripts that aims to convert a gpg password wallet handled by pass, the standard unix password manager.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### convert_to_csv.sh
|
### 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 semicolon and delimited by `"`.
|
||||||
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
* Create a script to convert into KeePassX format
|
* Create a script to convert into KeePassX format
|
||||||
|
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
* [pass](https://www.passwordstore.org/)
|
||||||
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
<a href="https://liberapay.com/Unitoo/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
GPLv3
|
||||||
|
|
Loading…
Reference in a new issue