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

There is a link to extending clink in its [website][clink-website] and in the github [readme][clink-ghub-readme]. Both these links lead to [clink.md][clink-md-doc] page which is `TODO`. However, the clink installation folder...

I have a couple of folders containing some _html_ files most of which exceeds **3000** in number. Recently I noticed that navigating into these folders through **ConEmu** leads to crash....

Steps to repro: 1. `set PROMPT=$P$_$G` 2. type very long line (longer than first line of `PROMPT`) 3. Ctrl+L ![clink2](https://cloud.githubusercontent.com/assets/4177010/26432106/388f58a4-4134-11e7-9e59-5bc256067325.gif)

On Windows 10's non-legacy console (where CTRL-V already works), clink appears to prevent pasting text longer than 1024 characters by cropping it to that length. Pasting using right click in...

Hi, Clink has a noticeable delay when starting cmd.exe. I tried to profile the execution and it seems most of the delay comes from `CreateToolhelp32Snapshot`. It takes about 250ms for...

Hi I found clink while working on a commercial application (that will be distributed) and seeing it is GPL v3, I understand that I am then obliged to make the...

Normally when I hold CTRL and use the backspace key, it deletes everything until the next space, but with clink this doesn't happen. The CTRL+←/→ function does however works almost...

Hi, I see the question has come up before in issue #111, which was closed, but I ask again not out of a desire for speed improvements but simply because...

> `echo HI ^` > `more? HO` `HI HO` Only the "`echo HI ^`" is recorded. Actually, the 2nd line seems to be recorded by **doskey**. Don't know what happens...

Hi great Folks, A couple of technical questions: Current history is missing in history file, but arrow-up and down works fine, but I can't search the history, which is a...