Command wrappers and other goodies. - Desktop Customization & Workflow
Users browsing this thread: 3 Guest(s)
|
|||
I like to have colors in my command output. Here are a few wrappers I know of:
*1) CW.* - Written in C. - Compiles and work on GNU/Linux, BSD and Mac OS X - [cw](http://cwrapper.sourceforge.net/cw-1.0.16.tar.gz) - There are lots of commands supported and you can make your own wrapper for other commands. - Example: ![image](http://paste.xinu.at/3HtSDO/) *2) Cope.* - Written in Perl. - [cope](https://github.com/trapd00r/cope) - Looks the same than CW. *3)Supercat.* - written in C. - Syntax coloring in cat. - [spc](http://supercat.nosredna.net/supercat-0.5.5.tar.gz) - Support for python, c, patch, diff. - Exemple: ![spc](http://paste.xinu.at/mfLIDq/) *4) Cdf.* - Written in C. - [cdf](http://bmp-plugins.berlios.de/misc/cdf/cdf.html) - Example: ![cdf](http://paste.xinu.at/BHI/) *5) Zsh live coloring.* - Zsh script. - to be included in ~/.zshrc. - [zshlc](http://paste.xinu.at/l3nXN/) - Example: ![zshlc](http://paste.xinu.at/jfY1b/) *6) Colored Man pages.* - To be included in ~/.zshrc - [clman](http://paste.xinu.at/tYE/) - Example: ![clman](http://paste.xinu.at/oeJuF/) *7) Ls++.* - Written in Perl. - [ls--](https://github.com/trapd00r/ls--/) - Example: ![ls--](http://paste.xinu.at/uFgFzM/) *8) Dircolors.* - Complete dircolors file - To be included in you shell config. - [dc](https://raw.github.com/trapd00r/LS_COLOR.../LS_COLORS) - You need gnu ls and dircolors from coreutils. - Example: ![dc](http://paste.xinu.at/rnL/) *9) Colorize.* - Written in Perl. - Colorize logs. - [cl](https://github.com/raszi/colorize) *10) Freecolor.* - Written in C. - Pretty `free` output. - [freec](http://www.rkeene.org/oss/freecolor/) -Example: ![freec](http://paste.xinu.at/JXhq/) *11) Pydf.* - Another df colorizer. - [pydf](http://freecode.com/projects/pydf) - customizable. *12) TTycolor.* - GNU/Linux only! - Change tty colorscheme easily: - [ttyclor](https://github.com/trapd00r/ttycolor) *13) Stderred.* - [stderred](https://github.com/trapd00r/stderred) - stderr in red. *14) lolcat.* - [lolcat](https://github.com/busyloop/lolcat) - Written in rubby, use `gem install lolcat` - rainbox colors on term output. - Example: ![lolcat](http://paste.xinu.at/yhwcc/) ... To be continued. |
|||
Messages In This Thread |
Command wrappers and other goodies. - by yrmt - 29-07-2012, 08:14 AM
RE: Command wrappers and other goodies. - by Nihility - 29-07-2012, 11:33 PM
RE: Command wrappers and other goodies. - by jmbi - 15-08-2012, 01:53 PM
RE: Command wrappers and other goodies. - by yrmt - 13-12-2012, 03:12 PM
RE: Command wrappers and other goodies. - by zygotb - 05-02-2013, 06:47 PM
RE: Command wrappers and other goodies. - by venam - 06-02-2013, 10:34 AM
RE: Command wrappers and other goodies. - by zygotb - 06-02-2013, 04:36 PM
RE: Command wrappers and other goodies. - by Mafia - 06-02-2013, 03:41 PM
RE: Command wrappers and other goodies. - by venam - 06-02-2013, 07:40 PM
RE: Command wrappers and other goodies. - by Ippytraxx - 23-03-2013, 07:18 PM
RE: Command wrappers and other goodies. - by yrmt - 23-03-2013, 07:28 PM
RE: Command wrappers and other goodies. - by Ippytraxx - 25-03-2013, 05:44 AM
|