This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: dylanaraps/pash
Releases · dylanaraps/pash
2.3.0
2.2.1
- Fixed bug where success message wouldn't be printed.
2.2.0
- Swap to
command -v
which is more portable thanhash
. - Clipboard is now cleared after a timer.
- Configurable through
PASH_TIMEOUT
. - Can be disabled (old behavior) by setting
PASH_TIMEOUT
tooff
.
- Configurable through
- Avoid leaking password through
/proc
by using a heredoc.
2.1.0
- Prevent passwords from leaking through
set -x
.
2.0.1
- Ensure that the terminal is left in a usable state on error or Ctrl+C.
- Configurable password generation using
PASH_PATTERN
.
2.0.0
- Full rewrite in POSIX
sh
.
1.0.0
- Added key support.
- Made store location configurable.
- Made password length configurable.