We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
F7History
F7
1 parent 4e456f0 commit fbff10cCopy full SHA for fbff10c
PSReadLine/SamplePSReadLineProfile.ps1
@@ -24,6 +24,9 @@ Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
24
# typed text is used as the substring pattern for filtering. A selected command
25
# is inserted to the command line without invoking. Multiple command selection
26
# 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.
30
Set-PSReadLineKeyHandler -Key F7 `
31
-BriefDescription History `
32
-LongDescription 'Show command history' `
0 commit comments