+2
Out-of-the-box Command-line Tool Support for Windows
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:
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.
Служба підтримки клієнтів працює на UserEcho
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.