Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cmdKeeperNew to Visual Studio Code? Get it now.
cmdKeeper

cmdKeeper

ZFUS

|
24 installs
| (1) | Free
This is a recording tool for recording commands entered in the terminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cmdKeeper

cmdKeeper is a Visual Studio Code extension that allows you to log and execute terminal commands within a custom terminal environment. This extension helps you keep track of your commands in a log file, making it easier to reference past commands and their outputs. Sometimes, when we reopen a project to check the cmd we had input, well we may have input hundreds of cmd already somewhere else, the history in the system may not work, for those projects which need many commond to config or those command is long and wired. Hope this pluging would help.

Features

  • Logs commands into a single file (terminal_commands.txt) within the workspace folder.
  • Automatically opens a logged terminal on startup.

Installation

  1. Ensure you have Node.js and npm installed on your machine.

  2. Clone the repository:

    git clone <repository-url>
    cd cmdKeeper
    

Sure! Here’s the README.md content properly formatted as plain text:

markdown Copy code

cmdKeeper

cmdKeeper is a Visual Studio Code extension that allows you to log and execute terminal commands within a custom terminal environment. This extension helps you keep track of your commands in a log file, making it easier to reference past commands and their outputs.

Features

  • Custom terminal that logs all commands and their outputs.
  • Supports changing directories (cd) and executing shell commands.
  • Logs commands into a single file (terminal_commands.txt) within the workspace folder.
  • Automatically opens a logged terminal on startup.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft