Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Color is a simple bash shell script that makes it easy to color and format echo'd text. It does this by converting combinations of readable arguments (bold, red, green, underline, etc.) into an ANSI escape sequence that your terminal emulator or console understands. Usagecolor [ effect ] [ ... [More] [ lt ] fgcolor ] [ bgcolor ] color list color [ -h | --help ] where: fgcolor and fgcolor are one of black, red, green, yellow, blue, magenta, cyan or white. effect can be any of [ nm | normal ], [ bd | bold ], [ ft | faint ], [ it | italic ], [ ul | underline ], [ bk | blink ], [ fb | fastblink ], [ rv | reverse ], [ iv | invisible ] Preceed the fgcolor with lt to use a light color -- the light or faint intensity effect is not commonly implemented within terminal emulators or consoles. [Less]

3.5
   
  1 review  |  2 users  |  185 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Term::ANSIColor provides constants and simple functions for sending ANSI text attributes, most notably colors. It can be used to set the current text attributes or to apply a set of attributes to a string and reset the current text attributes at the end of that string.

4.0
   
  0 reviews  |  1 user  |  1,132 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

The goal: to enable your Ruby script to run in color on Windows, just add 'require "windowtint"'. Windowtint abstracts the process of detecting and enabling ANSI color drivers for Ruby scripts in Windows.

0
 
  0 reviews  |  1 user  |  132 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

acolor (Ada/ANSI color) is a simple Ada program that makes it easy to color and format output from shell script. It does this by converting combinations of readable arguments (bold, red, green, underline, etc.) into an ANSI escape sequence that your terminal emulator or console may understands. ... [More] It is Moshe Jacobson's color rewritten in Ada. I could not found his source any more, and this ansi-color (http://code.google.com/p/ansi-color/) is done in bash script, a little bit slow on usage. [Less]

0
 
  0 reviews  |  0 users  |  372 lines of code  |  0 current contributors  |  Analyzed about 23 hours ago
 
 

color.py Cross-platform color terminal text. Uses ANSI if not on Windows, otherwise uses magic Windowsfu. Methods: color.set(color, bright=False, bgcolor=None) color.reset() color.print_c(color, ... , bright=False, bgcolor=None) Constants: color.colors (a set of all colors) color.white ... [More] color.red color.green color.blue color.cyan color.magenta color.yellow color.black Examples: from color import * print_c(yellow, " |", end="", bright=True) for i in range(19): print_c(red, "|||", end="") print_c(yellow, "|", end="", bright=True) print() [Less]

0
 
  0 reviews  |  0 users  |  45 lines of code  |  0 current contributors  |  Analyzed about 19 hours ago
 
 

BirdTerm - Bold Inventions Terminal -- A Java-based Serial Port Terminal program like TeraTerm. It implements ANSI sequences for setting text color and cursor position. It uses SWT/JFace and the RXTX Communication API.

0
 
  0 reviews  |  0 users  |  4,225 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.