Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: dylanaraps/pash

2.3.0

30 Nov 16:30
358d362
Compare
Choose a tag to compare
  • 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

30 Nov 10:03
f04a806
Compare
Choose a tag to compare
  • Fixed bug where success message wouldn't be printed.

2.2.0

30 Nov 09:47
01a92c8
Compare
Choose a tag to compare
  • 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

29 Nov 21:32
ade92b5
Compare
Choose a tag to compare
  • Prevent passwords from leaking through set -x.

2.0.1

29 Nov 19:26
468ef4b
Compare
Choose a tag to compare
  • Ensure that the terminal is left in a usable state on error or Ctrl+C.
  • Configurable password generation using PASH_PATTERN.

2.0.0

29 Nov 13:32
c0cf6bb
Compare
Choose a tag to compare
  • Full rewrite in POSIX sh.

1.0.0

08 Nov 11:16
a22d38a
Compare
Choose a tag to compare
  • Added key support.
  • Made store location configurable.
  • Made password length configurable.