direnv
popularproductivitybrew
direnv · Per-project env vars, shell automation, and secrets hygiene from the terminal.
$ brew install direnvOne-liner to try
$ echo 'layout python' > .envrc && direnv allowAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Human-first CLI · 35/100
Verify
direnv --version
Agent URL
/cli/direnv/agent.md
Quick reference
Install
brew install direnvVerify
direnv --versionFirst command
echo 'layout python' > .envrc && direnv allowAbout
Per-project env vars, shell automation, and secrets hygiene from the terminal. Built by direnv.
Example workflow
1. echo 'layout python' > .envrc && direnv allow