PSReadLine

1.0.0.8

Great command line editing in the PowerShell console host

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSReadLine -RequiredVersion 1.0.0.8

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSReadLine -Version 1.0.0.8

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2013. All rights reserved.

Package Details

Author(s)

  • Jason Shirk

Dependencies

This module has no dependencies.

Release Notes

New features:
* SamplePSReadlineProfile.ps1 added with examples of custom key bindings
* Word movement takes DigitArgument
* HistoryNoDuplicates now works a little differently
   - Dupicates are saved (it was a dubious memory optimization anyway)
   - Recall will recall the most recently executed item instead of the first
* When at the last word, NextWord/ForwardWord now move to the end of line instead
 of the last character of the word.
* HistorySearchBackward/HistorySearchForward changes behavior slightly:
   - use emphasis like InteractiveHistorySearch
   - cursor always moves to end like PreviousHistory/NextHistory
* New api GetSelectionState to get the current selection (if any).
* New functions:
   - SelectBackwardsLine
   - SelectLine
   - SelectAll
   - CopyOrCancelLine
* New key bindings in Windows mode:
   - Alt+0 through Alt+9 and Alt+-: DigitArgument
   - Ctrl+R/Ctrl+S for interactive history search

Bug fixes:
* Backspace after a failed interactive history search (Ctrl+R) caused searching
 to fail if you typed anything other than backspace.

FileList

Version History

Version Downloads Last updated
2.4.0-beta0 6,465 3/2/2024
2.3.5 94,870 4/3/2024
2.3.4 602,069 10/3/2023
2.3.3 19,576 9/18/2023
2.3.2-beta2 4,862 8/17/2023
2.3.1-beta1 13,334 5/3/2023
2.3.0-beta0 7,715 3/8/2023
2.2.6 410,265 6/27/2022
2.2.5 71,380 5/3/2022
2.2.4-beta1 1,788 4/27/2022
2.2.3 18,244 4/20/2022
2.2.2 82,493 2/22/2022
2.2.1-rc1 8,101 1/28/2022
2.2.0-beta5 10,311 1/7/2022
2.2.0-beta4 36,351 10/27/2021
2.2.0-beta3 31,074 6/1/2021
2.2.0-beta2 23,706 2/23/2021
2.2.0-beta1 27,134 11/4/2020
2.1.0 381,651 11/2/2020
2.1.0-rc1 4,406 10/13/2020
2.1.0-beta2 23,059 6/6/2020
2.1.0-beta1 11,932 4/7/2020
2.0.4 23,633 8/5/2020
2.0.3 5,118 7/22/2020
2.0.2 28,519 6/5/2020
2.0.1 75,231 4/1/2020
2.0.0 23,359 2/11/2020
2.0.0-rc2 5,923 1/14/2020
2.0.0-rc1 7,037 12/11/2019
2.0.0-beta6 4,646 11/14/2019
2.0.0-beta5 13,051 9/13/2019
2.0.0-beta4 14,735 5/7/2019
2.0.0-beta3 30,744 9/4/2018
2.0.0-beta2 7,520 6/4/2018
2.0.0-beta1 2,272 12/6/2017
1.2 114,209 1/25/2016
1.0.0.13 12,757 2/18/2015
1.0.0.12 995 8/26/2014
1.0.0.11 408 6/13/2014
1.0.0.10 295 6/13/2014
1.0.0.9 297 6/11/2014
1.0.0.8 (current version) 449 5/7/2014
Show less