Ha l obiettivo di racchiudere una serie di script che permettono di convertire password GPG gestite con pass.
Go to file
Claudio Maradonna a7dc03640e Merge pull request 'update fediverse account' (#2) from claudiomaradonna/pass-exporter:master into master
Reviewed-on: https://gitea.it/Unitoo/pass-exporter/pulls/2
2022-04-24 11:27:33 +02:00
.gitignore Fix problem with some passwords and login names 2021-06-02 19:35:34 +02:00
LICENSE CSV script 2021-02-19 12:08:47 +01:00
README.md update fediverse account 2022-04-24 11:26:34 +02:00
convert_to_csv.sh feature: now rest of pass result is treated as note; check for awk executable before start script 2021-08-01 12:57:29 +02:00

README.md

pass-exporter

This repository contains some scripts that aims to convert a gpg password wallet handled by pass, the standard unix password manager.

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 TAB delimiter.

Dependencies

  • Awk
# 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

  • Create a script to convert into KeePassX format
  • Use pass executable only one time and use content
  • Write file only at the end of the script

Credits

Support

Donate using Liberapay

License

GPLv3


unitoo.it  ·  Fediverse admin@social.unitoo.it  ·  GitHub @UnitooTeam