Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TOML format #232

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Support TOML format #232

wants to merge 3 commits into from

Conversation

134130
Copy link

@134130 134130 commented Jun 1, 2024

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 .env to mise.
  • I am usually uses CLI, so I just change my envvars with editing my .mise.toml configuration file.
  • But sometimes I uses Debug with Jetbrains Editors, that makes me need to edit my .env file 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant