> cat /dev/github | grep security-tools
discovered 03 Aug 2026

autoenv

via awesome-list
→ View on GitHub
Autoenv is a tool that facilitates the automatic loading of project-specific shell environments by executing `.env` files when a user navigates into a directory containing them, and optionally executing `.env.leave` files when exiting the directory. Key features include support for nested environments and the ability to define environment variables and activate or deactivate virtual environments seamlessly, enhancing the development workflow. This tool streamlines the management of environment configurations across various projects.