pass-pdf
A password-store extension to archive your passwords as a PDF
Commit history
commit 3015dd8fb851cd5fa042cd7dc37ccd75bd8cf5d3 Author: ꙮ <ymir@ulthar.xyz> Date: Wed Mar 13 21:29:28 2024 -0700 Added license commit c7ed5c06a57fec791cb3d53b64649bca178add70 Author: ꙮ <ymir@ulthar.xyz> Date: Wed Mar 13 21:27:03 2024 -0700 Updated bug list in readme commit 0a991f4597b3c46d0f6a9af683bae2242b48ea2d Author: ꙮ <ymir@ulthar.xyz> Date: Wed Mar 13 21:26:51 2024 -0700 Escape backslashes commit 0ee9bc974615265e38b7e7734342d187b48993f6 Author: ꙮ <ymir@ulthar.xyz> Date: Wed Mar 13 21:26:20 2024 -0700 Added testing target to makefile commit fd407b6182e767e5aebf65d4e65817504e5e4990 Author: ꙮ <ymir@ulthar.xyz> Date: Wed Mar 13 19:39:36 2024 -0700 Added flag to save generated markup to a file for debugging commit f16517cc8690032ff8caeb3021a9916b1bb42b99 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:24:06 2023 -0700 Added fixme to readme commit fd8a080a7b5b45b7474d4c87e1671f6ad077555e Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:21:35 2023 -0700 Export all passwords when none are passed on the command line commit 41f5d5f76ebe00636fd0257e480818785a3282f7 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:21:01 2023 -0700 Don't interpolate the string directly, dummy! commit fc57df7bdabc7064f43ba5757fbf873bc1603fc9 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:13:23 2023 -0700 Added project url to help commit 265894ec237a114dbbb321f8bf4bb05e267760ab Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:11:22 2023 -0700 Remove version printer function commit fa622587a436334c11ea555e82d785a809fe9d3a Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:10:03 2023 -0700 Don't hardcode the exit value in help printer function commit 57799f0c283f31e157368f7917ba98f29de5b670 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:08:37 2023 -0700 Removed here-doc from premable generator commit af4e1a9fa09385cc4322958a5a67442f8d37cc48 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 13:04:05 2023 -0700 Output the password instead of some placeholder text commit c150f02c0a5f2d8b69cb72f8a95616a102066453 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 12:41:15 2023 -0700 Removed unnecessary line from help commit 46f01c70124c9b7f7d13673dd5dc0b516e4b7e73 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 12:39:44 2023 -0700 Added error handling to the command-line parsing commit f625f29f1dd82d599471f0e6256cb997690719ba Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 12:22:18 2023 -0700 broke long lines commit d215681695bccb7614e3ca7c14fa4b6a7ad11f3c Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 12:19:22 2023 -0700 Added support for passing options anywhere in argv, not just at the beginning commit a9131d0180febc28d20e2195fbbc60d603013e87 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 11:44:58 2023 -0700 Added support for user-provided preamble with -p commit 8fc465c378165ec4314c66cfbffb75e268d5e21e Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 11:10:14 2023 -0700 Added support for -o option to automatically create pdf commit df161c44e311f790c8ab4d11976ff26030663a2c Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 11:00:40 2023 -0700 typo commit 7c21944726444904bfe8d735acb80bb134e65831 Author: ꙮ <ymir@ulthar.xyz> Date: Sat Aug 12 10:59:33 2023 -0700 Added support for -x flag commit 6788b78e1be803aca811fcb83727605a270978fb Author: ꙮ <ymir@ulthar.xyz> Date: Tue Aug 1 11:30:50 2023 -0700 Added linter target commit ca97fa22abf3f285e9106f920056a2fbe211d079 Author: ꙮ <ymir@ulthar.xyz> Date: Tue Aug 1 11:29:24 2023 -0700 Basic script can generate PDFs commit 0d21729ad5ed8498f00b30577bac88e9b3702e5a Author: ꙮ <ymir@ulthar.xyz> Date: Tue Aug 1 11:27:39 2023 -0700 Initial commit