top | item 13615817

A GNU-Readline-like library for .NET

95 points| tonerdo | 9 years ago |github.com | reply

15 comments

order
[+] tonerdo|9 years ago|reply
Library author here. I would love if people took it for a spin and gave me feedback. Also contributions are welcome, I'm currently trying to figure out ways of testing deeper into the library.
[+] youdontknowtho|9 years ago|reply
That's really cool. I was just looking at the ReadLine that the PowerShell team released the other day.
[+] Anthony-G|9 years ago|reply
Only this week, I decided to get serious about learning PowerShell. I had tried it before but didn’t really get hooked. This time, I persevered and was also lucky enough to stumble across PSReadLine and some of the other goodies listed at http://psget.net/directory/ So far, it’s the Readline emulation that has made the biggest impression. With it, PowerShell has become so much more pleasurable to use and it’s no longer annoying to switch between it and Bash on Cygwin.
[+] nailer|9 years ago|reply
I use psreadline / conemu every day (it's been out quite a while). If you have GNU ctrl-R, up, escape underscore etc in your fingertips, you want it.

Windows users:

    Install-Package PSReadLine
Then add

    Import-Module PSReadLine
To whatever $profile is.

tonerdo: I don't really know .net very well, how would .net readline compare to psreadline?

[+] dmarlow|9 years ago|reply
Do you have a link? I can't seem to locate it. Thanks!