# 2024-10-14 - Export Password Store
Back in 2022 i posted about migrating to pass, the Unix password
manager [1].
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 [2].
# Wishlist for the pass unix password manager
* [3] Support CSV export
* [4] Support NO_COLOR standard
tags: bencollver,technical,unix
# Footnotes
(DIR) [1] pass, the Unix password manager
(TXT) [2] pass-export-csv.txt
(HTM) [3] Wishlist: Support CSV export
(HTM) [4] Wishlist: Support NO_COLOR standard
# Tags
(DIR) bencollver
(DIR) technical
(DIR) unix