configsManager

ConfigsManager Docs

Configuration

Yes, this tool uses a config file!
You can open it anytime with:

cm open cm_config

The tool folder is automatically created: ~/.config/configsManager/

Example structure:

{
  "editor": "vim",
  "if_key_exists": "default",
}

🖊️ editor

Default: "vim" This is the command used to open your configuration files.

Example:

[your_editor_command] /path/to/your/config.cfg

⚠️ if_key_exists

Default: default