discovered 03 Aug 2026
autoenv
→ View on GitHubAutoenv 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.