Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 864 Bytes

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