Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gui-cs/F7History

Use F7 as "Show Command History" in Powershell
https://github.com/gui-cs/F7History

Last synced: 3 months ago
JSON representation

Use F7 as "Show Command History" in Powershell

Awesome Lists containing this project

README

        

![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/F7History)
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/F7History)
![PowerShell Gallery](https://img.shields.io/powershellgallery/p/F7History)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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](https://gui-cs.github.io/F7History/F7History.gif)

Setup and usage is as easy as...

1. At a PowerShell prompt, use `Install-Module` to install `F7History` from the [PowerShell Gallery](https://www.powershellgallery.com/packages/F7History/):

```ps1
Install-Module -Name "F7History"
```

2. Import the module using `Import-Module`; adding this command to your PowerShell `$profile` will ensure the `F7History` is always available.

```ps1
Import-Module -Name "F7History"
```

3. Press `F7` or `Shift-F7` to invoke.

For more details see the [F7 History Documentation](https://gui-cs.github.io/F7History).