274 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
64
views
Is it possible to open multiple tabs in a single window of ConEmu?
I thought that ConEmu would allow me to have multiple tabs with only one window open. I navigate to Settings... > General > Appearance and enable both the Single instance mode option and the ...
0
votes
1
answer
636
views
oh-my-posh theme colors not honored by Cmder/ConEmu
I'm struggling with a very weird color problem using Cmder (which is based off ConEmu) and oh-my-posh. When I pick an oh-my-posh theme, the colors are never what they are defined as in the theme. ...
0
votes
1
answer
111
views
fail to display block element correctly in terminal
When I use plotext to plot graph in Linux terminial which is connected via ssh, I find that it fails to display block elements correctly.
Here is the command I use
python3 -c "import plotext as ...
0
votes
1
answer
152
views
Console application/shell script with static "header" text at top of the window
I want to create an application with all of the traditional shell features (command history by pressing up/down, autocomplete with Tab, etc.) which will also allow for a couple of static rows at the ...
0
votes
1
answer
1k
views
How do I setup Oh My Posh inside conemu, without using powershell?
I can get it to work in powershell, but I do most of my coding/work, just for fun, using normal command prompt/batch files,etc.
But can't get it to invoke the init or theme, got it to work fine on ...
2
votes
0
answers
611
views
How does Chrome display esoteric unicode characters
Here are two cool and esoteric Unicode characters: ⌀ and ⎘. I'm trying to debug why these two characters aren't showing correctly in my ConEmu shell, which instead shows ugly rectangles with a ...
1
vote
1
answer
343
views
How to arrange on a grid conemu new consoles
I've read the docs about conemu regarding the switch -new_console but I find the syntax pretty confusing and I'm not sure how to create the exact grid layouts I want to.
Here's what I've got so far, ...
0
votes
1
answer
141
views
Running Rails commands in ConEmu using {bash::mintty} not working
Every time I run a Rails command such as rails -v in ConEmu using the {bash::mintty} terminal, I get the following error: unknown mingwarch "msys" (RuntimeError).
However, ruby -v works ...
1
vote
0
answers
25
views
It won’t let me change the file name variables.scss to variables.css
I'm using Conemu, and I’ve installed everything from zsh to sass.
I'm trying to convert variables.scss to variables.css, so I type this command:
sass variables.scss:variables.css
But I get an error
...
0
votes
1
answer
397
views
ConEmu and git for windows
When I setup a tab in conemu to use {Bash: Git bash} it works for a while then I eventually get an error popup that says
"The code execution cannot proceed because msys-2.0.dll was not found"...
-2
votes
1
answer
1k
views
Run python files in Cmder/ConEmu vs code
By default, vs code runs the python file in the 'python' terminal it creates, but I want this to run in external terminal of Cmder/ConEmu. How can I do it?
0
votes
0
answers
1k
views
Run a cmder/conemu task with bash script that executes a command but keeps running
I have the following as a pre-defined task in Cmder which should open gitbash and then run a command (in this case im just using "ls" for simplicity) on startup but keep the shell open.
> ...
1
vote
1
answer
410
views
How to differentiate multiple window instances of Cmder?
Good day!
I'm having a difficult time determining which window instance of Cmder I need when I'm doing Alt+Tab in window. All of my Cmder instances are just named [1/1] Cmder. Is there a way to ...
0
votes
0
answers
432
views
Running CONEMU from CMD with parameters
I have such a string
"Port knocking\knock\knock.exe" XXX.XXX.X.XXX 1111 & "Port knocking\knock\knock.exe" XXX.XXX.X.XXX 2222 & "Port knocking\knock\knock.exe" XXX....
2
votes
2
answers
2k
views
Cmder wrong colors using Windows Terminal
I am trying to use Cmder in Windows Terminal. I tried following this guide, and I did everything as it says.
However, there is a small issue. No matter what I do, the prompt background colour does not ...