+ - Emulating Bash / GNU Readline in PowerShell 3.0 ->
Submitted
by
x0n
x0n writes "One of the little known features of PowerShell 3.0 allows you to completely take over the line editing experience. I have integrated a bash-style tab completion / gnu readline line editor, using code gleaned from an old Mono REPL and some hackery. The tab completion uses the native PowerShell 3.0 APIs for matching, so you still get rich completion of parameters, types, cmdlets as well as the nice EMACS bindings. PowerShell 3.0 ships with Windows 8, 2012 and is available downlevel for 2008/R2 and Windows 7."
Link to Original Source
Link to Original Source
Emulating Bash / GNU Readline in PowerShell 3.0 More Login
Emulating Bash / GNU Readline in PowerShell 3.0