TextUtility icon indicating copy to clipboard operation
TextUtility copied to clipboard

Microsoft.PowerShell.TextUtility module

Results 22 TextUtility issues
Sort by recently updated
recently updated
newest added
trafficstars

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

This would be like dos2unix and unix2dos. Running `gci *.cpp | Convert-LineEnding` with no "switch" parameter should convert line endings to match the current platform. I would expect `-Windows` and...

Moved from https://github.com/PowerShell/PowerShell/pull/20586. Added `Get-FileEncoding` cmdlet to detect encoding from file using [`System.IO.StreamReader.CurrentEncoding`](https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader.currentencoding?view=net-7.0). ### Parameter Sets ```powershell Get-FileEncoding [-Path] [] Get-FileEncoding [-LiteralPath] [] ``` ### Usage ```powershell > Get-FileEncoding -Path...

Use https://github.com/saitoha/libsixel to support converting graphics to sixel

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement Should `TextTableParser` namespace classes be in the module namespace `Microsoft.PowerShell.TextUtility`? ### Proposed technical implementation details (optional) _No response_

### Summary of the new feature / enhancement As a user I want to be able to easily parse text lists into PowerShell objects. Here is an example from apt-cache....

### Summary of the new feature / enhancement ```text Image Name PID Session Name Session# Mem Usage ========================= ======== ================ =========== ============ System Idle Process 0 Services 0 8 K...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...