Skip to main content

All Questions

Tagged with
17 questions with no upvoted or accepted answers
3 votes
0 answers
1k views

Vim silent launch of ConEmu (into Git Bash) - Windows 7 Command Prompt seizes

From a Windows 7 Command Prompt: ConEmu.exe /cmd "C:\Program Files\Git\bin\sh.exe" --login -i && exit opens ConEmu (or a new tab therein) logged into Git Bash for the current directory, and (...
joharr's user avatar
  • 373
3 votes
0 answers
695 views

How can I get ConEmu to open more than 30 tabs?

I have a .bat file which opens 100+ consoles, but I need them in new tabs. Problem is, ConEmu has a max of 30 tabs. I can do this with regular cmd, but its 100+ new windows. I'd prefer them in tabs ...
pbriar's user avatar
  • 31
2 votes
0 answers
125 views

How to create task in ConEmu that opens two tabs, goes to specific directory and runs tasks?

Through ConEmu, I'm trying to create a task that will open up two tabs, go to a specific directory, and execute two different commands. Could someone tell me what I'm doing wrong cmd -cur_console:n:...
The Vanilla Thrilla's user avatar
2 votes
1 answer
763 views

Insert blank lines when using 'tail -f' in cmder

I recently switched from Cygwin to cmder mostly due to it's awesome interface and all that cool pre-configured stuff. ( http://bliker.github.io/cmder/ ) I am using tail -f very often and when I am ...
iosifv's user avatar
  • 131
1 vote
0 answers
341 views

How do enable colors in cmder for cmd.exe?

I'm using Cmder on Windows 10. When I launch a regular console ({cmd::Cmder}) I get the colorful prompt as usual, like so: Regular styled cmder I've created a custom task to setup a Visual Studio ...
DeveloperJames's user avatar
1 vote
1 answer
1k views

how to create a simple task with one or two console commands in conemu?

So what I want to is just simply when conemu open, I want open two page and one page does this: cd c:/mydir/ then do a ls (in mac) or dir (in pc) I just can't understand their default man page, ...
Ezeewei's user avatar
  • 101
1 vote
0 answers
966 views

How to autorun a command in tab and how to open multiple tabs in split screen in Conemu?

My OS is windows 8.1 (64bit) and ConEmu version is 131225. This is my task group and it opens 3 tabs on startup as I want. >""E:\RailsInstaller\Git\bin\sh.exe" --login -i" >E:\redis-2.4.5-...
metal gear solid's user avatar
0 votes
0 answers
14 views

Possible to run python scripts from ConEmu without having to type python before the script?

Is it possible to run python scripts from ConEmu without having to type python before the script? If it is possible through Windows console that would be okay too.
jamana's user avatar
  • 57
0 votes
0 answers
122 views

Docker CLI's dynamically updating output not rendering as intended in ConEmu

I'm running this docker command in ConEmu terminal, and I'm getting the following output: >docker-compose up --build [+] Building 0.0s (0/0) <--\ [+] Building 0.0s (0/0) | [+] Building 0....
laggingreflex's user avatar
0 votes
1 answer
285 views

New console equivalent in the new windows terminal

Migrating from ConEmu to the new Windows Terminal, and looking for behavior similar to NewConsole. For reference, I'm running a bat file containing the following in ConEmu: cmd /c ".\Sample1.bat&...
Andrew's user avatar
  • 1
0 votes
0 answers
299 views

How to change perforce default command console window to ConEmu console

I want to change the default command prompt in the Perforce. I want to have like, When ever we try to open a directory in perforce via command window the default is cmd.exe, But I want to replace/...
Izaz's user avatar
  • 17
0 votes
1 answer
84 views

How to make ConEmu treat `~` as `%USERPROFILE%` (user home)?

I'd like use ~ as user home, %USERPROFILE% is too long. But I don't know where to set this alias/mapping, since windows cmd not support alias, I am afraid ConEmu can not do this.
Mithril's user avatar
  • 937
0 votes
1 answer
260 views

Alias for cmd.exe or ConEmu with filename without extension as argument

I'd like to create alias to run a program. My alias is as follows: alias cc=g++ -Wall -Wextra $1 -o $1. This way I could write cc app.cpp and the command would be g++ -Wall -Wextra app.cpp -o app.exe ...
menteith's user avatar
  • 199
0 votes
1 answer
917 views

ConEmu: how to redirect output of spawned application

I successfully use ConEmu to start different instances of a command line application MYAPP in different tabs. E.g. by predefined task cmd /k MYAPP Tab1 -new_console:t:MyAppTitle ... To monitor ...
rodims's user avatar
  • 1
0 votes
1 answer
1k views

How to log sessions with ssh.exe, similar to how PuTTY does full session logging

I have installed Git for Windows and I use the built-in SSH client (OpenSSH 6.6.1p1) in ConEmu for tabbed SSH sessions. It works very well, but I would like to have full session logging, like what is ...
Matt's user avatar
  • 341

15 30 50 per page