Launch Cmder from the current or project root folder
Only works for sublime text 3 on windows! Cmder is a wrapper for the superb ConEmu with added functionality.
- Support project, folder, and even files-only instance!
- Support context menu on sidebar's folder or file
- Reuse Cmder window and try to open in a new tab
- Open Cmder tab with a contextual title, like
st:<project name>
andst:<project name>: <folder relative path to the project>
You should install Cmder first, and add Cmder.exe
to the %PATH%
environment var.
Then use Package Control
to add this repository and install this package.
- Use
alt+c
to open current file's folder,ctrl+alt+c
to open the project or top folder. - Command palette commands:
Cmder: Open current file folder
andCmder: Open project or top folder
.
Licensed under MIT
Copyright (c) 2015 kiliwalk