Awesome
<table > <tbody style="border: 0px"> <tr style="border: 0px"> <td rowspan="2" style="border: 0px"> <img src="https://gui-cs.github.io/F7History/F7HistoryIcon.png" alt="F7 History Icon" width="120px"/> </td> <td style="border: 0px"> <span style="vertical-align:top;font-size: 1.5em;">F7History - Graphical Command History for PowerShell.</span> <br/> <span style="font-size: 1em">A PowerShell module providing a graphical Command History activated by the `F7` and `Shift-F7` keys.</span> <br/> <span style="font-size: .8em">Built with <a href="https://github.com/gui-cs/Terminal.Gui">Terminal.Gui</a> and <a href="https://github.com/PowerShell/GraphicalTools">Out-ConsoleGridView</a> by <a href="https://github.com/tig">Tig</a>.</span> </td> </tr> </tbody> </table>Setup and usage is as easy as...
- At a PowerShell prompt, use
Install-Module
to installF7History
from the PowerShell Gallery:
Install-Module -Name "F7History"
- Import the module using
Import-Module
; adding this command to your PowerShell$profile
will ensure theF7History
is always available.
Import-Module -Name "F7History"
- Press
F7
orShift-F7
to invoke.
For more details see the F7 History Documentation.