Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.82 KB

PowerShell Gallery Version (including pre-releases) PowerShell Gallery PowerShell Gallery All Contributors

F7 History Icon F7History - Graphical Command History for PowerShell.
A PowerShell module providing a graphical Command History activated by the `F7` and `Shift-F7` keys.
Built with Terminal.Gui and Out-ConsoleGridView by Tig.

Demo

Setup and usage is as easy as...

  1. At a PowerShell prompt, use Install-Module to install F7History from the PowerShell Gallery:
Install-Module -Name "F7History"
  1. Import the module using Import-Module; adding this command to your PowerShell $profile will ensure the F7History is always available.
Import-Module -Name "F7History"
  1. Press F7 or Shift-F7 to invoke.

For more details see the F7 History Documentation.