shadowenv

Reversible directory-local environment variable manipulations

brewmacoslinux
Try with needOr install directly
Source

About

Reversible directory-local environment variable manipulations

Commands

shadowenv

Examples

Initialize shadowenv in current directory to create .shadowenv.d folder$ shadowenv init
Hook shadowenv into shell to enable automatic environment switching$ eval "$(shadowenv hook bash)"
Set a local environment variable that activates when entering the directory$ shadowenv set MY_VAR=value