Hacker News new | ask | show | jobs
by youdontknowtho 3409 days ago
That's really cool. I was just looking at the ReadLine that the PowerShell team released the other day.
3 comments

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.
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?

So PSReadline looks really good and it seems popular too. I haven't used it yet but I would imagine that because it's a Powershell module it can't be easily used in other .NET languages like C#, F# or even VB
Do you have a link? I can't seem to locate it. Thanks!
This might be the PS library he's talking about: https://github.com/lzybkr/PSReadLine