TEXT View source
# 2024-10-14 - Export Password Store
Back in 2022 i posted about migrating to pass, the Unix password
manager.
DIR gopher://tilde.pink/1/~bencollver/log/2022-02-24-pass-unix-password-manager/
What i want to do is export a list of all of my passwords into a
single file. I could not find a generic way to do in the manual nor
on the project web site.
I wrote a shell and awk script to export to CSV. I tested it using
bash, ksh, awk, and mawk. See code in the link below.
TEXT gopher://tilde.pink/0/~bencollver/log/2024-10-14-export-password-store/pass-export-csv.txt
# Wishlist for the pass unix password manager
* Support CSV export
HTML https://lists.zx2c4.com/pipermail/password-store/2015-October/001788.html
* Support NO_COLOR standard
HTML https://lists.zx2c4.com/pipermail/password-store/2022-October/004653.html
tags: bencollver,technical,unix
# Tags
DIR bencollver
DIR technical
DIR unix