         MODULE=pash
        VERSION=2.3.0
         SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/dylanaraps/pash/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:7ee6a649d80350b8b52b1b7ad78d687775a3cc145fecbd3a75d34865c31dd7ef
        WEB_SITE=https://github.com/dylanaraps/pash
         ENTERED=20200404
         UPDATED=20200404
           SHORT="A simple password manager using GPG written in POSIX sh"

cat << EOF
A simple password manager using GPG written in POSIX sh.
  - Written in safe and shellcheck compliant POSIX sh.
  - Only 120~ LOC (minus blank lines and comments).
  - Compatible with pass's password store.
  - Clears the clipboard after a timeout.
  - Configurable password generation using /dev/urandom.
  - Guards against set -x, ps and /proc leakage.
  - Easily extendible through the shell.
EOF
