Skip to content

Commit fbff10c

Browse files
authored
Point to F7History in the comment of the F7 sample (#3782)
1 parent 4e456f0 commit fbff10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PSReadLine/SamplePSReadLineProfile.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
2424
# typed text is used as the substring pattern for filtering. A selected command
2525
# is inserted to the command line without invoking. Multiple command selection
2626
# is supported, e.g. selected by Ctrl + Click.
27+
# As another example, the module 'F7History' does something similar but uses the
28+
# console GUI instead of Out-GridView. Details about this module can be found at
29+
# PowerShell Gallery: https://www.powershellgallery.com/packages/F7History.
2730
Set-PSReadLineKeyHandler -Key F7 `
2831
-BriefDescription History `
2932
-LongDescription 'Show command history' `

0 commit comments

Comments
 (0)