A VSCode extension that displays your terminal command history in the Command Palette, allowing you to quickly search, copy to clipboard, or insert commands into the terminal.
Features
Display terminal command history in the Command Palette for quick searching.
Copy selected history to the clipboard or insert it into the terminal.
Requirements
VSCode version 1.108.0 or later
Usage
After installing the extension, open the Command Palette and type Romly Terminal History to invoke it.
Extension Settings
romly-terminal-history.historyLimit: Specifies the number of command history entries to display. The most recent entries up to the specified number will be shown.
romly-terminal-history.hideDuplicates: Hides duplicate command history entries.
romly-terminal-history.showLineNumbers: Shows line numbers.
romly-terminal-history.selectedAction: Selects the action to perform when a command history entry is selected.
Known Issues
Only tested on Mac and Windows, so it may not work properly on Linux-based operating systems.
Terminal support is limited to Windows PowerShell and bash only.