autoenv icon indicating copy to clipboard operation
autoenv copied to clipboard

Directory-based environments.

Results 14 autoenv issues
Sort by recently updated
recently updated
newest added

I am using the git version where #189 merged. And I am also using `nvm` with `.nvrmc` in some folders with or without `.env` in them. When I `cd` to...

type/bug

I use the directory stack a lot, so it'd be great to have support for pushd and popd. I can see that there's a PR for it.

type/feature

This patch provides a `autoenv_cache` function that can be used to cache variables in .env files when leaving is enabled. These are then reverted in `autoenv_leave()`.

In general I use autoenv to automatically activate my Python virtualenvs. It works pretty nice, but I miss a feature to automatically deactivate the virtualenv. It should deactivate the virtualenv...

type/feature

Could current activated env be deactivated if I cd to folder which is not subfolder of current directory? Also if I using such .env: source oenv/bin/activate it works when I...

type/feature

So, there is this piece of code that substitutes cd, it uses frequency and recent directories for that and it is pretty handy. For example if i were to go...

type/bug

I have a use case where I'd like to no longer be prompted to source a particular .env. The particular use case is a Django project template folder where the...

type/feature

As exhibited by #229, it can be unclear which variables are an explicit part of the api surface. autoenv sets `AUTOENV_CUR_FILE` and `AUTOENV_CUR_DIR`, which can subsequently be used in scripts,...

type/bug

**Platform** Installed this morning via `brew install autoenv --head` - Operating system and version? Ventura 13.4 on M2 - Shell and version? ZSH + OMZ + Plugins - my [.zshrc](https://github.com/Ashtonian/dotfiles/blob/master/.zshrc)...

type/bug