Expand description
Interactive TOML config editor for mise
This crate provides an interactive editor where the TOML config file itself IS the menu. Users navigate and edit the actual TOML structure directly.
Modules§
- schema
- Schema information generated from mise.json at build time
Structs§
- Backend
Info - Information about a backend
- Empty
Backend Provider - Default empty backend provider
- Empty
Setting Provider - Default empty setting provider (no settings available)
- Empty
Tool Provider - Default empty tool provider (no tools available)
- Empty
Version Provider - Default empty version provider
- Interactive
Config - Interactive TOML config editor
- Picker
Item - An item that can be displayed in the picker
- Picker
State - State for the fuzzy picker
- Setting
Info - Information about a setting
- Tool
Info - Information about a tool from the registry
Enums§
- Config
Result - Result of running the interactive config editor
- Setting
Type - Type of a setting value
Constants§
- VERSION_
CUSTOM_ MARKER - Marker for the custom version entry option
Traits§
- Backend
Provider - Provider for backend information
- Setting
Provider - Provider for setting information
- Tool
Provider - Provider for tool information from the registry
- Version
Provider - Provider for tool version information
Functions§
- version_
variants - Generate version variants from a full version string