Dylanaraps Pash Versions Save

🔒 A simple password manager using GPG written in POSIX sh.

2.3.0

4 years ago
  • Limit list output to .gpg files.
  • Split pash list into pash list and pash tree.
  • Added password confirm to manual pash add.

2.2.1

4 years ago
  • Fixed bug where success message wouldn't be printed.

2.2.0

4 years ago
  • Swap to command -v which is more portable than hash.
  • Clipboard is now cleared after a timer.
    • Configurable through PASH_TIMEOUT.
    • Can be disabled (old behavior) by setting PASH_TIMEOUT to off.
  • Avoid leaking password through /proc by using a heredoc.

2.1.0

4 years ago
  • Prevent passwords from leaking through set -x.

2.0.1

4 years ago
  • Ensure that the terminal is left in a usable state on error or Ctrl+C.
  • Configurable password generation using PASH_PATTERN.

2.0.0

4 years ago
  • Full rewrite in POSIX sh.

1.0.0

4 years ago
  • Added key support.
  • Made store location configurable.
  • Made password length configurable.