Hacker News new | ask | show | jobs
by nailer 3409 days ago
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?

1 comments

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