Is there a C# (.net) library similar to GNU readline?
Posted
by paul.moore.name
on Stack Overflow
See other posts from Stack Overflow
or by paul.moore.name
Published on 2010-01-07T22:30:12Z
Indexed on
2010/03/23
6:03 UTC
Read the original article
Hit count: 381
I'm considering writing a console application in C# and I want to incorporate history, completion and command line editing features something like GNU readline (but not necessarily as extensive as that!)
Is there an existing library for .net which provides this type of functionality? I guess one option would be to use interop services to call GNU readline. But is there a native option?
Paul.
© Stack Overflow or respective owner