Skip to content

nagyzekkyandras/vscode-terminal

 
 

Repository files navigation

SonarCloud

Vulnerabilities Security Rating

Build Status

Terminal

Run terminal command directly in Text Editor

Notice

Forked from formulahendry/vscode-terminal.

Features

  • Run all the commands in Text Editor
  • Run the selected commands in Text Editor
  • Stop the running commands
  • View output in Output Window
  • Open Integrated Terminal at current file's directory
  • Quick way to toggle Integrated Terminal

Usages

  • Write or select a set of commands in Text Editor, then use shortcut Ctrl+Alt+R, or press F1 and then select/type Run Terminal Command, the commands will run and the output will be shown in the Output Window.
  • To stop the running commands, use shortcut Ctrl+Alt+C, or press F1 and then select/type Stop Terminal Command

Usage

  • To open Integrated Terminal at current file's directory, use shortcut Ctrl+Alt+O, or press F1 and then select/type Open in Integrated Terminal, or right click in Text Editor/Explorer and then click Open in Integrated Terminal in context menu

Open

  • To toggle Integrated Terminal, use shortcut Ctrl+Alt+T, or click the Terminal icon in the Status Bar at the bottom

Toggle

Change Log

0.1.1 (2024-06-17)

  • Bump @types/node from 20.14.1 to 20.14.2
  • Bump @types/vscode from 1.89.0 to 1.90.0

0.1.0 (2024-06-04)

  • Dependency updates
  • Removed application-insights

0.0.10 (2017-07-22)

  • #10: Handle case-insensitive bash path

0.0.9 (2017-07-20)

  • #9: Open terminal for Bash on Windows

0.0.8 (2017-05-15)

  • Quick way to toggle Integrated Terminal in the Status Bar

0.0.7

  • Add 'Open in Integrated Terminal' context menu

0.0.6

0.0.5

  • Add Application Insights to track telemetry data

0.0.4

  • Update the future of this extension

0.0.3

  • Add support to stop running commands

0.0.2

  • Update README.md and add GitHub info

0.0.1

  • Initial Release