clink icon indicating copy to clipboard operation
clink copied to clipboard

Bash's powerful command line editing in cmd.exe

Results 100 clink issues
Sort by recently updated
recently updated
newest added

Hi Thanks for this clink. Is it possible to flush the clink history when command prompt is closing ? Otherwise, can we do it after say configurable number of commands...

When I open `cmd.exe`, Clink is properly injected and executed (using the `AutoRun` registry key). But when I directly run a batch file (by executing a `bat` or `cmd` file),...

For example, when using commands like `ping`, `ssh`, `scp`, etc... Check this question: https://superuser.com/questions/1395380/autocomplete-host-names-in-windows-cmd Hosts file is normally found at: `c:\Windows\System32\drivers\etc\hosts`. So, if `clink` could _know_ which command the user...

This software is great! It makes my (not voluntary) work in Windows so much less pain! How could one support its awesome creators? Just a few bits to make myself...

## HI When autocomplete work with general windows`os` path cmder show the extension of the file #### for example when typing `gif2` and press `tap` key `clink` will generate `gif2h5.exe`...

I'm new at using clink, but from the screenshot that can be seen on the main page, it appears that the feature to display options for autocompletion is missing. I...

I'm trying to write a parser for [ddev](https://github.com/drud/ddev) and one of the commands is actually some kind of proxy to run [Composer](https://github.com/composer/composer) commands within ddev. **composer.lua** ```lua local parser =...

On a clean install of up-to-date Windows 10 x64 DOSKEY does not work inside clink attached prompt. I can run e.g. `DOSKEY c=cls` giving no errors but that mapping is...

To get this to build with CL `19.16.27024.1` on SDK `10.0.18282.0` Eliminate Warning C4838: conversion from [X] to 'SHORT' requires a narrowing conversion

I am working on a git branch completion: https://gist.github.com/wald-tq/0f274c3dd561dd8f0f7189c65b825f55 It is still work in progress, but maybe you are interested in integrating it. It features a branch autocompletion for clink:...