Open ghost opened 10 years ago
From martin.r...@gmail.com on December 17, 2013 15:40:56
Yeah, this bothers me too. Perhaps it's about time Clink offered an improvement in this area!
Status: Accepted
Owner: martin.r...@gmail.com
I can't tell really but this hasn't really been attempted yet has it?
I wouldn't might attempting it although I would guess much of this goes over my head.
It hasn't been attempted. You're welcome to try of course. Doskey is actually a feature of Windows' ReadConsole()
API and not really part of cmd.exe. Because cmd.exe intercepts and redirect calls to ReadConsole()
the alias expansion that it would ordinarily do gets skipped. So Clink emulates this, all of which is implemented in doskey.c
. One could consider improving that emulation to tokenise on |
and expand each substring.
From AustinWa...@gmail.com on December 09, 2013 23:03:24
What steps will reproduce the problem? 1. doskey md5=md5sum
Original issue: http://code.google.com/p/clink/issues/detail?id=169