Skip to content

binyaminyblatt/mise-clink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mise-Clink

A way to use mise in cmd.exe using Clink. As of June 2025, there's no support for cmd.exe in mise, hence this comes into play.

Installation

The easiest way to install it for use with your Clink is:

  1. Make sure you have git installed.
  2. Clone this repo into a local directory via git clone https://github.com/binyaminyblatt/mise-clink local_directory.
  3. Tell Clink to load scripts from the repo via clink installscripts absolute/path/to/local_directory.
  4. Start a new session of Clink.
  5. Ensure environment variable CLINK_DIR points to the clink directory containing clink.bat, clink_*.exe. The env var may be unset when using clink, installed by a package manager.

Get updates using git pull and normal git workflow.

Usage Completions

You can use mise shell completions that have been extended using cuc. It should generate mise.usage.lua in the same directory as mise.lua.

> mise completion clink
...

Settings

There are some settings that you can configure using:

@REM Get info on all settings
clink set -i mise.*

@REM Set the setting to value
clink set <setting> <value>

@REM Clear the setting's value to use the default one
clink set <setting> clear

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages