Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gui-cs/F7History
- Owner: gui-cs
- License: mit
- Created: 2022-07-30T03:55:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T21:16:51.000Z (12 months ago)
- Last Synced: 2024-06-28T11:33:08.044Z (4 months ago)
- Language: PowerShell
- Homepage:
- Size: 2.87 MB
- Stars: 52
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - gui-cs/F7History - Use F7 as "Show Command History" in Powershell (PowerShell)
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-)
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).