You are not logged in.

#1 2010-02-14 16:45:04

markg85
Member
Registered: 2009-06-27
Posts: 153

RFE - Bring more color to the console

Hi,

first posting it here so people can discuss it.

What i would like to propose is bringing a little more color in the default archlinux console:
* [user@host ~] $ colors
* grep --color=auto colors

And to give an idea how that looks:
Grep colors
grepcolors.th.png

Console colors
consolecolors.th.png

And this is how i did that (in .bashrc):

# Check for an interactive session
[ -z "$PS1" ] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='\033[01m[\033[0m \u\033[01;37m @ \033[0m\h \033[36m\W \033[01;37m]\033[0;32m \$\033[0m '

Now i would propose that this gets included in archlinux itself so every new arch user can enjoy these fancy colors ^_^
This can probably done by editing the global bashrc or the user .bashrc but i leave that up to the people that know what's best.

Let me know what you think of this idea.

Btw. for the grep color. That adjustment is already in bashrc for ls.. but not for grep, so it makes sense to me to include grep..

Regards,
Mark

Last edited by markg85 (2010-02-14 16:47:19)

Offline

#2 2010-02-20 13:32:14

markg85
Member
Registered: 2009-06-27
Posts: 153

Re: RFE - Bring more color to the console

No suggestions, comments or critics? Then i'm gonna post the same message to the "bug" reporting tool

edit:
added in the bug reporting tool: http://bugs.archlinux.org/task/18409
I hope this gets accepted

Last edited by markg85 (2010-02-20 13:40:10)

Offline

#3 2010-02-20 13:36:57

JohannesSM64
Member
From: Norway
Registered: 2009-10-11
Posts: 623
Website

Re: RFE - Bring more color to the console

Don't... this is not a bug...

Offline

#4 2010-02-20 13:40:46

markg85
Member
Registered: 2009-06-27
Posts: 153

Re: RFE - Bring more color to the console

JohannesSM64 wrote:

Don't... this is not a bug...

It's a "feature request" which, to my knowledge, also belong in there.

Offline

#5 2010-02-20 14:19:11

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: RFE - Bring more color to the console

Suggestion/comment: post this in the wiki somewhere, and let users decide for themselves if they want it or not.

Colour choices are a very individual thing, after all.

Offline

#6 2010-02-20 14:29:09

hw-tph
Member
Registered: 2006-11-01
Posts: 149

Re: RFE - Bring more color to the console

While I can see that it is exciting for you to discover these possibilities, I firmly recommend not enabling them by default.

1. It is not the Arch way:

http://wiki.archlinux.org/index.php/The_Arch_Way wrote:

The Arch Linux system places precedence upon elegance of design as well as clean, simple code, rather than unnecessary patching, automation, eye candy or "newbie-friendliness"

2. It is easy enough for anyone to do. I assume most Arch users already do similar configuration and/or customization to their console behaviour. See #1.

3. It can break functionality for people that use retarded terminals.

4. It is a matter of taste. A lot of people prefer gray on black terminals, and that's the traditional style too. If the user wants it different, (s)he may change it according to her wishes (see #1).

Last edited by hw-tph (2010-02-20 14:31:07)

Offline

#7 2010-02-20 14:39:30

Heller_Barde
Member
Registered: 2008-04-01
Posts: 245

Re: RFE - Bring more color to the console

markg85 wrote:
JohannesSM64 wrote:

Don't... this is not a bug...

It's a "feature request" which, to my knowledge, also belong in there.

yes, but don't you think that it's a little silly to assume that everyone wants colors in their bash. especially when it's such an easy thing to configure for yourself.

arch is all about freedom to have your system like you want it. and it's also about no-nonsense defaults. start with the bare minimum and build your configuration up from that.

EDIT: and welcome to the wonderful world that is arch linux! enjoy your stay big_smile

cheers
Barde

Last edited by Heller_Barde (2010-02-20 14:40:45)

Offline

#8 2010-02-25 12:49:54

Crooksey
Member
From: UK ~
Registered: 2006-08-14
Posts: 415
Website

Re: RFE - Bring more color to the console

Without being rude I am assuming most arch linux users know there way around a .bashrc file anyway smile


Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)

Offline

#9 2010-02-27 20:09:22

markg85
Member
Registered: 2009-06-27
Posts: 153

Re: RFE - Bring more color to the console

Hmm.. after reading the comments, specially the one from Heller_Barde i even might disagree with my initial post. What Heller_Barde said is exactly the reason i like this distribution and adding this kind of "eye candy" is nice but indeed not the arch way.

Closure for the "feature request" requested.

Offline

Board footer

Powered by FluxBB