+2

Out-of-the-box Command-line Tool Support for Windows

Jaakko Salonen 12 years ago updated by Artem Navrotsky 11 years ago 3
I am using command-line a lot in Windows (both command-prompt and PowerShell).

Right now, if want to use Sublime Text from command-line, I need to:
  • Add Sublime Text 2 folder to PATH
  • Use `sublime_text [whatever]`

I wish I could use `subl` instead of `sublime_text` just like in OS X.


Also I wish there was an option in Sublime Text setup (like checkbox) to automaticaly add Sublime Text 2 folder to PATH.

-1
Can't you just create a subl.bat file somewhere on your path that launches sublime text and passes along all parameters? Easy peasy.
Hi! Yes I can create a .bat file or just use Set-Alias on PowerShell. My idea is that this feature should be supported out-of-the-box.
+1

For this feature you need only add to registry key like this:


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\subl.exe]
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe"


After it you can run sublime editor with subl command.