Skip to content

A SublimeText plugin to add a 'Open in Terminal' menu option

Notifications You must be signed in to change notification settings

fffilo/OpenTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTerminal

A SublimeText plugin to add a Open in Terminal menu option...

How to install

Clone this repository into you sublime packages directory. On linux you would do something like this:

cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/fffilo/OpenTerminal.git

Replace ~/.config/sublime-text-3/Packages/ with your path. On OSX this is ussualy ~/Library/Application Support/Sublime Text 3/Packages, and C:\Program Files\Sublime Text 3\Packages on Windows.

How to use

OpenTerminal Context

OpenTerminal Side Bar

OpenTerminal Command

Settings

If you wish to change your terminal application (in my example instead of using gnome-terminal I will use terminator) just change command in your settings (Preferences → Package Settings → Open Terminal → Settings - User):

{
	"command": "terminator --working-directory=\"{0}\"",
}

About

A SublimeText plugin to add a 'Open in Terminal' menu option

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published