2024-10-14 - Export Password Store ================================== Back in 2022 i posted about migrating to pass, the 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. Wishlist for the pass unix password manager =========================================== * Support CSV export * Support NO_COLOR standard tags: bencollver,technical,unix Tags ==== bencollver technical unix