Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some kind of project profile #1175

Closed
luisrudge opened this issue Nov 23, 2016 · 2 comments
Closed

some kind of project profile #1175

luisrudge opened this issue Nov 23, 2016 · 2 comments

Comments

@luisrudge
Copy link

Let's say I'm working in project 1 and project 2. I'd like to setup a project profile that sets all my windows in a specific way.
For example:

Project 1

2 consoles, split horizontally
console 1: c:\projects\project1> npm start
console 2: c:\projects\project1\src> npm run test:ci

Project 2

3 consoles, split vertically
console 1: c:\projects\project2> npm start
console 2: c:\projects\project2\src> npm run test:ci
console 3: c:\projects\project3\src> npm run lint:ci

So, ideally, I'd setup the terminals the way I want and then "save" this profile.

@cj525
Copy link

cj525 commented Nov 24, 2016

You can accomplish this using the ConEmu Tasks.. Simply create a new task, optionally check "Taskbar jump lists" and/or set a Hotkey, and fill in the Commands section. Here is an example of a vertically-split cmd.exe session, with a 64 bit pane on top and a 32-bit pane on bottom:

> "%windir%\system32\cmd.exe" /k ""%ConEmuBaseDir%\CmdInit.cmd" & echo This is Native cmd.exe"

"%windir%\syswow64\cmd.exe" /k ""%ConEmuBaseDir%\CmdInit.cmd" & echo This is 32 bit cmd.exe -new_console:s50V"

Access this feature by pressing Win-Alt-T or clicking the green '+' icon on the bottom-right and selecting 'Setup Tasks...'

See Task Documentation

@luisrudge
Copy link
Author

Thanks @cj525!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants