Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
/ OpenTerminalHere Public archive

Adds "Open Terminal Here" context menu to side bar with custom command to run.

Notifications You must be signed in to change notification settings

xfnty/OpenTerminalHere

Repository files navigation

OpenTerminalHere

Sublime Text plugin which adds "Open Terminal Here" side bar action. Basically Terminal does the same thing but better so there is no need to install this plugin.

Default configuration is

{
    "config": {
        "linux": "gnome-terminal",
        "osx": "osx-term",
        "windows": "cmd"
    },
    "commands": {
        "gnome-terminal": "gnome-terminal --working-directory ${specified_folder}",
        "zorin-light-term": "exo-open --launch TerminalEmulator --working-directory ${specified_folder}",
        "osx-term": "open -a Terminal ${specified_folder}",
        "cmd": "cmd.exe /d ${specified_folder}",
    },
}

To change user settings go to Preferences -> Package Settings -> Open Terminal Here -> Settings - User.

About

Adds "Open Terminal Here" context menu to side bar with custom command to run.

Topics

Resources

Stars

Watchers

Forks

Languages