Skip to main content

All Questions

Tagged with
-1 votes
1 answer
86 views

How do I make a program run from console by only its name without putting the whole directory into PATH?

I have set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\putty.exe's default value to %ProgramFiles(x86)%\putty\putty.exe. And I can run it from Win-R thing (by typing ...
x-yuri's user avatar
  • 317
0 votes
1 answer
528 views

Run several processes in cmd window with ConEmu

I'm using ConEmu with Windows 8.1. I need to write a BAT-file, which will run ConEmu and open several cmd-shell tabs, running a process in each of it. Right now my file looks like this: start "...
JustLogin's user avatar
  • 223
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
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
1 vote
1 answer
982 views

Change current tab name with script in ConEmu

I have a Powershell script that I launch from ConEmu, and I would like to be able to have this script change the name of the current tab (from where it was launched) so that I can see from which tab I ...
Matt's user avatar
  • 341
1 vote
3 answers
7k views

Changing default terminal of Code::Blocks 13.12 in Windows

I seem to be at a dead end here. I cannot change the terminal for Code::Blocks on Windows, although it is a cakewalk in Linux. The option is greyed out. Running as admin doesn't work also. The box ...
goelakash's user avatar
  • 135
0 votes
2 answers
226 views

When a task terminates in ConEmu console, how do I rerun it in the same console?

So I have this Task in ConEmu which creates several split consoles. In some of them I run a mongo database. Sometimes I terminate the database and leave the console open. Normally in a command line ...
Ev0oD's user avatar
  • 509
2 votes
2 answers
2k views

Can I adjust command line output to make columns vertically align?

The first image is Mac terminal output, these columns are vertically aligned. This is Windows cmder output, in a mess. Can I adjust it?
Jacob's user avatar
  • 23
16 votes
2 answers
12k views

cmder: make a new tab open in the directory of the already-open tab

When I press Ctrl+T to open a new tab in Cmder, I want the new tab to open in the same directory as the old tab (the tab that I was in, when I hit Ctrl+T). This will avoid a lot of cd commands in ...
user avatar
7 votes
3 answers
9k views

Why cmder does not import the user path variables?

The path variable in the cmder only contains those paths imported form the system path variable. While in normal command shell, the system path and user path will be concatenated. I've found in the ...
xing's user avatar
  • 171
0 votes
1 answer
482 views

Run Spyder as a ConEmu tab

Is it possible to run Spyder ([I]Python IDE) inside a ConEmu tab? I use Notepad++ as an external editor in Far Manager & it runs inside one since I've added -new_console to my external editor ...
Eralde's user avatar
  • 3
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
2 votes
1 answer
3k views

GIT Bash commands produce no output in ConEmu

I've tried this with ConEmuPack.141123 and ConEmuPack.140602: As you can see, error messages print fine (like dir: command not found), but output from bash commands don't show up. Does anyone know ...
Mrchief's user avatar
  • 452
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
0 votes
1 answer
376 views

How to configure Conemu to highlight icon in taskbar during long time operation that is not providing time to finish?

I'm developer and using console for builds. build operation in console is taking much time so I'm minimizing console and doing some other tasks. But time to time i have to look into console to see if ...
Alexey's user avatar
  • 1

15 30 50 per page