This is a convenient Notebook tool that allows you to open Markdown documents as Notebooks in VSCode and input the content of code blocks into the current active terminal. This can greatly simplify the input of some repetitive commands and is very convenient in scenarios such as terminal debugging and step reproduction.
Usage
Install this plugin in the extension store of VSCode.
Prepare a Markdown document and open with Terminal NoteBook.
Open an active terminal and connect to the terminal you need, such as ssh.
Click the run button on the left side of the code block in the NoteBook, and the command will be input into the active terminal.