Scott Hanselman
Blogs, Articles, and Posts
You should be customizing your PowerShell Prompt with PSReadLine
(hanselman.com)
I thought I had things pretty well dialed in. I even used PSReadLine, a bash inspired readline
By: Scott Hanselman submitted:Jun 16 2022
I thought I had things pretty well dialed in. I even used PSReadLine, a bash inspired readline
implementation for PowerShell. But was I REALLY USING IT? No. Honestly, at the time I wouldn't be able to tell you what it offered me as a command line users. Wow was I wrong. Don't sleep on PSReadLine if you use PowerShell as your preferred prompt. Head over there and give them some love and a star and buckle up, friends!
By: Scott Hanselman submitted:Jun 16 2022
Projects, Scripts, and Modules
Spend less time CD’ing around directories with the PowerShell Z shortcut
(hanselman.com)
Everyone has a trick for moving around their computer faster. It might be a favorite shell, a series
By: Scott Hanselman submitted:Jun 16 2022
Everyone has a trick for moving around their computer faster. It might be a favorite shell, a series
of aliases or shortcuts. I like using popd and pushd to quickly go deep into a directory structure and return exactly where I was.
By: Scott Hanselman submitted:Jun 16 2022