I tried a custom git log query that coloured the custom ordered responses. Rather than showing the text in colour, there were inline codes being displayed.
Grc - it's like stylesheets for your terminal
21–30 of 39 posts
Re: Grc - it's like stylesheets for your terminal
#22I use different .Xdefaults for my shell "styling" and are incredibly happy with it. Changing to another theme is just one xrdb -merge away.
Re: Grc - it's like stylesheets for your terminal
#23I don't give a rat ass for over coloring stuff in the terminal. I like when only what helps readability is colored. But then again I do like some fancy stuff. And I noticed the author uses a unicode char in his prompt. While it breaks the \$ functionality ($|#) it looks neat, and I didn't think of that. pretty cool export PS1="\u@\h \w ʎ"
Re: Grc - it's like stylesheets for your terminal
#24Meh. Because I'm a Real Man with Real Big Balls I still think terminal text should come in one of three colors: green, amber, and page white. And you choose the color when you buy the terminal. Kidding aside, I do do all my coding in an xterm that's had the font set to Glass Tty VT220 and the color set to one of those. Text decoration for highlighting purposes is done with our old friends bold, underline, and reverse…
Re: Grc - it's like stylesheets for your terminal
#25Meh. Because I'm a Real Man with Real Big Balls I still think terminal text should come in one of three colors: green, amber, and page white. And you choose the color when you buy the terminal. Kidding aside, I do do all my coding in an xterm that's had the font set to Glass Tty VT220 and the color set to one of those. Text decoration for highlighting purposes is done with our old friends bold, underline, and reverse…
You are so cool. How can I be cool like you are cool?
EDIT: Of course, real hackers use a rainbow shell prompt. (http://www.termsys.demon.co.uk/vtansi.htm) Building one of these is left as an exercise for the reader.
Re: Grc - it's like stylesheets for your terminal
#26I'm sure someone here will know the answer for this off the top of their head so.. how does this work under the hood? How does it get to act as a sort of 'filter' for stdout? I've recently seen a system that can 'record' your terminal session for replay on the Web - http://ascii.io/ - whose 'recorder' forks off a psuedo terminal for this ( https://github.com/sickill/ascii.io-cli/blob/master/bin/asci... ). Would somet…
Re: Grc - it's like stylesheets for your terminal
#27I use different .Xdefaults for my shell "styling" and are incredibly happy with it. Changing to another theme is just one xrdb -merge away.
this goes a little further i guess. you can add color to regexp matches for command outputs.
Re: Grc - it's like stylesheets for your terminal
#28http://pypi.python.org/pypi/rad
It uses the same idea of config files specifying what regexes to look for and how to color them. This tools looks a little more full-featured and tested though.
Also, I only thought of applying it to highlighting log files. I didn't think of using aliases to improve the appearance of regular terminal commands.
Re: Grc - it's like stylesheets for your terminal
#29Over the years this has been a hobby of mine to colorize the shell on Linux or at least make it easier on my eyes. The best results I've had relied on the following features: 1. Screen. Screen allowed me to colorize the hardstatusline at the bottom of the page. You can also set the hardstatus line so it updates to show the open application. Watch the video at the bottom of the screen and when I open Vim and how it up…
Re: Grc - it's like stylesheets for your terminal
#30We start by assuming everyone uses OSX.
> Install via your favorite package manager. I'm on OS X so I use Homebrew:
So "Start by assuming OSX" isn't THAT much of a smarmy reply.