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
  • 4 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 187
  • Win 163
  • Mac 15
  • Linux 9
Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
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/