PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

A bash inspired readline implementation for PowerShell

Results 145 PSReadLine issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement When using Mutex in .NET Core, .NET creates a folder in the temp directory with world...

Issue-Enhancement

It would be great to have a much more intelligent & complex history file than the current simple implementation that we currently have, although to achieve this I expect that...

Issue-Enhancement
Area-HistoryImprovements

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently there is no way to render different colors for predictions results. Predictors may want to...

Issue-Enhancement
Area-Predictors

It would be really nice if Vi mode supported text objects so things like: ``` ci{ da{ ci[ ci" ci' etc... ``` were possible.

Issue-Enhancement
VI-Mode

# PR Summary This pull request adds the ViClipboardMode option. This option has two values: ViRegister and SystemClipboard. ViRegister, the default, maintains the original behavior for copying and pasting in...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [X] Search the existing issues, especially...

Issue-Bug
Area-Stability
issue-mutex

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently, the `DefaultTokenColor` is `37m` which is `white`. However, when used with a light theme, that...

Issue-Enhancement

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement Currently, it is only possible to accept suggestions *when at the end of line* if the...

Issue-Enhancement
Area-Predictors

### Prerequisites - [X] Write a descriptive title. ### Description of the new feature/enhancement This is something that is happening with other modules that started out as non-team work and...

Issue-Enhancement

Apparently there are community-provided solutions for this, but it would be nice to have a built-in solution for saving command history across sessions, similar to Bash. @jpsnover https://twitter.com/jsnover/status/919145208255799296

Issue-Enhancement
Area-HistoryImprovements