Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kilihorse authored Sep 23, 2016
1 parent 48f062b commit 637384e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
launch ConEmu from the current or project folder
Launch [ConEmu](https://github.com/Maximus5/ConEmu) from the current or project root folder
=================================
launch [ConEmu](https://github.com/Maximus5/ConEmu) from the current dir or the project folder, only for sublime text 3 and windows!
Only works for sublime text 3 on windows!

## Features
* support sublime text project, folder, and even files window!
* support sidebar's folder/file context menu
* with only one(single) ConEmu window and many tabs
* ConEmu tab with a contextual title, like `st:<project name>` and `st:<project name>: <relative path for inner folder>`, eg. `st:nbs`, `st:nbs: test\fiber`
* Support project, folder, and even files-only instance!
* Support context menu on sidebar's folder or file
* Reuse ConEmu window and try to open in a new tab
* Open ConEmu tab with a contextual title, like `st:<project name>` and `st:<project name>: <folder relative path to the project>`

## Installation
you should install the [ConEmu](https://github.com/Maximus5/ConEmu) first, and add `ConEmu.exe` to the `%PATH%` environment var.
then use `Package Control` to install this package.
You should install the [ConEmu](https://github.com/Maximus5/ConEmu) first, and add `ConEmu.exe` to the `%PATH%` environment var.
Then use `Package Control` to install this package.

## Usage
use `alt+c` to open current file's folder, use `ctrl+alt+c` to open the project or top folder.

Command palette commands: `ConEmu: Open current file folder` and `ConEmu: Open project or top folder`.

* Use `alt+c` to open current file's folder, `ctrl+alt+c` to open the project or top folder.
* Command palette commands: `ConEmu: Open current file folder` and `ConEmu: Open project or top folder`.

## License :

Expand Down

0 comments on commit 637384e

Please sign in to comment.