Improving the usability of Powershell on the command line with PSReadLine
To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!
Hello,
The PSReadLine PowerShell module replaces the command line experience for Powershell 3 and above. It provides the following: - Syntax highlighting - Syntax error notification - Multiline editing - Customisation of keyboard shortcuts - Windows, Emacs or Vi mode - Completion - Predictive completion - History
https://github.com/PowerShell/PSReadLine
Prediction is enabled by default in PSReadLine 2.2.6.
Syntaxes used in the video
Video : Improving the usability of Powershell on the command line with PSReadLine
Related links
Windows Admin Center - Installing extensions using Powershell
I find it quite time-consuming to have to install Windows Admin Center extensions from the interface and Powershell does it easilyImproving the usability of Powershell on the command line with PSReadLine
The PSReadLine PowerShell module replaces the command line experience for Powershell 3 and aboveViewing other types of file containing simple text in Windows
It is possible to view other types of file containing simple text, such as .ps1, .psm1, .psd1, .twig, .gcode... in Windows File ExplorerPowershell and the Left Hand Side
An important concept in Powershell, the Left Hand SidePowershell - Managing disks, partitions and volumes
How to manage disks, partitions and volumes in PowershellPowershell - Managing System Restore Points in Windows
How to manage system restore points in Windows
Follow me on
Support me
Last content
Powershell and the Left Hand Side
Powershell - Managing disks, partitions and volumes
Powershell - Managing System Restore Points in Windows
Powershell - Playing with the Windows clipboard
Powershell - Changing the state of a computer (sleep, hibernate, shutdown, restart)
Powershell - Compress-Archive and Expand-Archive to create and extract ZIP archives
Powershell - Export-Csv versus Export-Clixml
Powershell - Overview of Where-Object basic syntax and its limitations
Powershell - Hyper-V - Give a custom name to a virtual network adapter