          MODULE=autoenv
         VERSION=0.4.0
          SOURCE=${MODULE}-${VERSION}.tar.gz
 SOURCE_URL_FULL=https://github.com/hyperupcall/autoenv/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:1530fdb0ef41c5f641dfb680d71ba414a87119172ca0125313859e8c67d9c8ad
        WEB_SITE=https://github.com/hyperupcall/autoenv
         ENTERED=20200523
         UPDATED=20251201
           SHORT="Directory based enviroments for bash and zsh"

cat << EOF
Magic per-project shell environments for bash and zsh.
If a directory contains a .env file, it will automatically be executed when
you cd into it. When enabled (set AUTOENV_ENABLE_LEAVE to a non-null string),
if a directory contains a .env.leave file, it will automatically be executed
when you leave it.
This is great for:
  auto-activating virtualenvs
  auto-deactivating virtualenvs
  project-specific environment variables
  making millions.
EOF
