EnvFile
EnvFile copied to clipboard
Support TOML format
Description
- I am using mise to integrate development environment setup.
- The project integrates all the
asdf,cargo,npm,pip,direnv, ... - It supports
direnv, which means managements envvars, and so I migrated my projects from.envtomise. - I am usually uses CLI, so I just change my envvars with editing my
.mise.tomlconfiguration file. - But sometimes I uses Debug with Jetbrains Editors, that makes me need to edit my
.envfile or relaunch my IDE from project's root directory.
Changes
- Support TOML file format. and the
[env]table's dictionaries will be loaded. - At the first time, I tried to support mise itself, but dropped.
- If maintainer agrees or community needs, I'll make Pull request again.
Thanks!