Skip to main content

New answers tagged

Tooling
0 votes
0 replies
0 views

is there a way to use 8-color terminals in windows11

You should be able to spin up a virtual machine running an OS with the terminal emulator of your choice in no time. If Windows can't be coerced to do 8 bit colors, try a lightweight Linux distro.
Friedrich's user avatar
  • 5,656
Tooling
1 vote
0 replies
0 views

is there a way to use 8-color terminals in windows11

The question is about terminal emulator like xterm, rxvt, MinTTY, etc…
phd's user avatar
  • 97.8k
Tooling
0 votes
0 replies
0 views

is there a way to use 8-color terminals in windows11

May I ask why? I never heard of such a terminal, even though I knew black-and-white and grayscale ones. And... do people still use any terminals (hardware, not computers connected as terminals)? I'm ...
Sergey A Kryukov's user avatar
0 votes

How to exit a REPL from the command line

os.exit() os.exit(0) in case you need to have an explicit function call with exit code instead of direct Ctrl+D
GopherM's user avatar
  • 770
0 votes

What is the `tr` command in Windows?

Alternatively, get the windows sed command and use that for replacement (also need dependency dlls in same folder). https://sourceforge.net/projects/gnuwin32/files/sed echo %PATH% | sed -e s#;#\n#g
5p0ng3b0b's user avatar
  • 597
0 votes

using git-posh or/and oh-my-posh with Command Prompt(cmd, not Powershell) inside windows terminal

Although you can use clink with oh-my-posh, if you're not really interested in having multiple shells using the same theme I would stick with just clink as it offers everything you need if you also ...
Cristi's user avatar
  • 51
0 votes

How to count number of screens via powershell or cmd

Count active monitors which works on Windows 11 without wmic. @echo off for /f %%i in (' powershell -noprofile -command ^ "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms....
user1905106's user avatar

Top 50 recent answers are included