ee is a set of three tiny, single-binary terminal tools for everyday shell workflows: ee fuzzy-picks and loads env files from ~/.config/envvars/, eee jumps straight into any repo cloned under ~/github.com/<org>/<repo>, and rr runs the right command for whatever directory you're in, walking up the tree to find the nearest config.
Since a child process can't change its parent shell's state, all three tools print the resulting command to stdout for a small shell wrapper to eval — keeping the binaries themselves dependency-free and single-purpose.