[Shell] Default color for parameter value is very weak
See original GitHub issueDescription
Outline the issue here: Default color for parameter value is very weak. More distinct color is better especially for users who use terminal with black/grey colored background. It’s good to pick a color from standard 16 color pallet considering many terminal configurations.
Environment summary
Install Method: How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, nightly)
pip install --user azure-cli-shell
CLI Version: What version of the CLI and modules are installed? (Use az --version
)
azure-cli-shell (0.2.2)
OS Version: What OS and version are you using?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.10
Release: 16.10
Codename: yakkety
Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
I’ve tried the following patterns.
- bash or zsh + tmux
- bash or zsh + w/o tmux
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
bash - How to change the output color of echo in Linux
Use ; instead of && so if tput errors the text still shows. Shell variables. Another option is to use shell variables: red=`tput...
Read more >colors - Apple Open Source
Put standard ANSI color codes in shell parameters for easy use. ... -Ag color colour color=( # Codes listed in this array are...
Read more >Terminal Colors | Chris Yeh - GitHub Pages
We can chain together parameters; for example, ESC[32;47m specifies green foreground text on a white background. The following diagram shows a ...
Read more >Color Cells Based on Cell Value With Excel ... - YouTube
... Visit this page for the sample file and written instructions.Add color to a cell, to make the high and low val...
Read more >ANSI escape code - Wikipedia
ANSI escape sequences are a standard for in-band signaling to control cursor location, color, font styling, and other options on video text terminals...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
PR #93 for azure-cli-shell added the colors
It is in the title
[Shell]
and also you can tell from the prompt in the screenshotaz>>
is the prompt withinaz interactive
. But you are right–nothing in the original post makes that clear. I just happen to know the history of the issue 😃