Easy to search and apply history commands in Powershell (Windows).
The "history" command in PowerShell is session-level. pshs provides global-level history browsing and supports fuzzy search. Find your history and just "Enter" to execute it again.
This plugin is inspired by hstr.
- Download and unzip the pshs.zip
- double click the "pshs.msi", it will add pshs to your environment variables automatically.
git clone https://github.com/WJHarry/pshs.git pshs
cd pshs
make install
Ctrl-R: switch Normal mode and Regexp mode Down/Ctrl-N: Next Up/Ctrl-P: Previous Ctrl-C: Quit Enter: Select and execute