mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

doskey macros not working in pipes #539

Open elig0n opened 4 years ago

elig0n commented 4 years ago

Running Clink v0.4.9 [git:2fd2c2] on Windows 10 Pro 1909 Build 18363.815 Any macro that comes after the pipe symbol (|) in a command line is not interpreted.

garoto commented 4 years ago

You cannot pipe the output of a command to a doskey macro. It was never a thing.

chrisant996 commented 2 years ago

The chrisant996/clink fork supports it, when the doskey.enhanced setting is enabled (and it is enabled by default).