ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Open in Total Commander

by HackerBaloo ST2

A sublime plugin that allows you to open selected file in Total Commander or other app if you tweek the settings a bit

Details

  • 2020.01.07.19.11.22
  • github.​com
  • github.​com
  • 5 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 187
  • Win 163
  • Mac 15
  • Linux 9
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Open In Total Commander

Author: Björn Carlsson License: MIT https://github.com/HackerBaloo/SublimeOpenInTotalCommander

About

A sublime plugin that allows you to open selected file (by pressing'ctrl+shift+o') in Total Commander or other app if you tweek the settings a bit.

Usage

All you need to do is to press 'ctrl+shift+o' and Open in Total Commander will open the selected file in Total Commander or another app if you have changed the settings

Configuration

Default: // Environment variabel with path to Total Commander // if sublime is started from Total Commander you already have // COMMANDER_EXE // name of environment variable that contains path to executable “path_environment_variable”: “COMMANDER_EXE”, // executable is used, if path_environment_variable is empty, or doesn't exist “executable”: “C:/Program Files(x86)/Totalcmd/Totalcmd.exe”, // Fallback if first executable doesn't exist “executable2”: “C:/Program Files/Totalcmd/Totalcmd64.exe”, // {path} refers to open file/buffer “aruments”: “/O /P=L /L=\”{path}\“”

On linux if have tried this: // Environment variabel with path to Total Commander // if sublime is started from Total Commander you already have // COMMANDER_EXE // name of environment variable that contains path to executable “path_environment_variable”: “COMMANDER_EXE”, // executable is used, if path_environment_variable is empty, or doesn't exist “executable”: “nautilus”, // Fallback if first executable doesn't exist “executable2”: “”, // {path} refers to open file/buffer “aruments”: “{path}”

Installation

With Package Control: The easiest way to install Open In Total Commander is by using the Package Control plugin.

Without Git: Download the latest source from GitHub and copy the Open In Total Commander folder to your Sublime Text 2 “Packages” directory.

With Git: Clone the repository in your Sublime Text 2 “Packages” directory:

git clone https://github.com/HackerBaloo/SublimeOpenInTotalCommander "Open In Total Commander"

The “Packages” directory can be found in the following locations:

  • OS X:

    ~/Library/Application Support/Sublime Text 2/Packages/
    
  • Linux:

    ~/.config/sublime-text-2/Packages/
    
  • Windows:

    %APPDATA%/Sublime Text 2/Packages/