chrisant996 / clink

Bash's powerful command line editing in cmd.exe
https://chrisant996.github.io/clink/
GNU General Public License v3.0
3.44k stars 135 forks source link

highlight numbers #632

Closed wincmd64 closed 1 month ago

wincmd64 commented 1 month ago

for example, can it highlight all numbers in ipconfig output?

chrisant996 commented 1 month ago

No, Clink does not (and cannot) do anything to the output from other programs.

The other programs control their own output.

Clink only controls its own output -- for example the prompt text and what you type in the input line.