Skip to content
/ pshs Public

Easy to search and apply history commands in Powershell

License

Notifications You must be signed in to change notification settings

WJHarry/pshs

Repository files navigation

pshs

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.

example

Install

From msi

  1. Download and unzip the pshs.zip
  2. double click the "pshs.msi", it will add pshs to your environment variables automatically.

From source

git clone https://github.com/WJHarry/pshs.git pshs
cd pshs
make install

Usage

Ctrl-R: switch Normal mode and Regexp mode Down/Ctrl-N: Next Up/Ctrl-P: Previous Ctrl-C: Quit Enter: Select and execute

About

Easy to search and apply history commands in Powershell

Resources

License

Stars

Watchers

Forks

Packages

No packages published