About 933,000 results
Open links in new tab
  1. git bash - Possible to change GitBash color scheme on Windows …

    Jul 17, 2023 · Whenever Git Bash wants to use "Color 5" it will use the new RGB value. "Screen Text" is now still set to "Color 5". So click on the original color that you have remembered. The …

  2. bash - How to put colors in terminal? - Super User

    Apr 1, 2022 · You want to provide foreground color as a string in a format like [#FFFFFF]. If the relevant escape sequence used hexadecimal numbers, it would be relatively easy to convert …

  3. bash - How to get a colored tab completion? - Super User

    There's no facility within Bash to color output during completion as there is in fish and zsh. One could write completion functions that output color control sequences, but you'd have to …

  4. How do you change the color scheme in bash on Ubuntu for …

    Aug 17, 2016 · The problem is not specific to bash on Ubuntu for Windows, as the terminal is still provided by conhost.exe. To change the colors, you can go into the Defaults: And then you …

  5. linux - Disable color in shell/terminal - Super User

    Apr 6, 2011 · I want to disable all color in my shell. Not ls, not nano, not vi, nothing. What's the best way to achieve this?

  6. bash - Echo text in a certain color in a shell script - Super User

    Sep 5, 2011 · I am about to write a shell script. I would like to be able to visually distinguish some of its output text as a warning, by setting its color to yellow. How is this done?

  7. change font color on linux terminal - Super User

    i want to change the font color of everything i write in the linux terminals (eg the one accessible at ctrl+alt+f1) to green. my default tty font color is white, but i would like it to be green. i ...

  8. Display all output but highlight search matches - Super User

    $ cat testfile | grep 'hello' hello #this will be highlightd this will highlight the search match and display the entire line it falls on. I can use -A and -B to display lines before and after that line. …

  9. Removing ANSI color codes from text stream - Super User

    Jan 21, 2012 · In case anyone else have the same root cause issue, where cat outputs properly to the STDOUT (with colors) but it writes the ANSI Color Codes to file and you want to avoid that …

  10. linux - How to make `ls` color its output by default, without setting ...

    79 I don't want an alias (alias ls='ls --color'), and I had previously set this up on Mac OSX using CLICOLOR environment variable which magically brought colors to ls. Now I am on Linux …