Color-Scripts

User contributed color scripts
授权协议 Readme
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 郑哲彦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Color-Scripts

Color scripts created by various people that was scattered around the web now in one place.

You will find screenshots in the directory named preview

All the scripts have been baptized with chmod +x

Screenshot

Dependencies

  • bash
  • python 2 or 3 (required for print-colors.py and unowns.py)
  • perl (required for color-support1.pl)

Download

Using Git

Clone this repository:

git clone https://github.com/stark/color-scripts

Without Git

Download tarball

wget git.io/colr.tar.gz

Download zipball

wget git.io/colr.zip

Contributions

If you have created or found a color script which is not present in this repository then Feel Free to make a Pull Request :-)

You can also share your script via a pastebin of your choice and pasting the link in a New Issue.

  • root@gnu:~/nmap/scripts# nmap -Pn -sS -p 80 --script /home/offensive/nmap/script/http-title.nse www.baidu.com Starting Nmap 6.47 ( http://nmap.org ) at 2014-10-08 22:44 EDT Nmap scan report for www.ba

  • 原始文章出处:http://www.bashguru.com/2010/01/shell-colors-colorizing-shell-scripts.html

 相关资料
  • NAME \color - 用于指定数学的颜色。 概要 (SYNOPSIS) { \color #1 #2 } OPTIONS 输入 描述 #1 color #2 Mathematics to be colored 描述 \color命令用于指定数学的颜色。 例 \color{red}{ \frac{1+\sqrt{5}}{2} }$ \color{red}{ \frac{1+\sqrt{5}}

  • new LSGlobe.Color(red, green, blue, alpha) 颜色类,用红、绿、蓝和透明度的值来描述(这几个值的范围是从0到1)。 Name Type Default Description red Number 1.0 optional 红色分量(R) green Number 1.0 optional 绿色分量(G) blue Number 1.0 optional 蓝

  • Random.color() Random.color() 随机生成一个有吸引力的颜色,格式为 '#RRGGBB'。 Random.color() // => "#3538B2" Random.hex() Random.hex() 随机生成一个有吸引力的颜色,格式为 '#RRGGBB'。 Random.hex() // => "#3538B2" Random.rgb() Random.rgb()

  • 介绍 (Introduction) Color类表示默认sRGB颜色空间中的颜色或ColorSpace标识的任意颜色空间中的颜色。 类声明 以下是java.awt.Color类的声明: public class Color extends Object implements Paint, Serializable 字段 (Field) 以下是java.awt.geom.Arc2

  • 描述 (Description) color属性设置元素的前景色(通常是文本的颜色)。 可能的值 (Possible Values) color - 应该是任何有效的颜色值。 适用于 (Applies to) 所有HTML元素。 DOM语法 (DOM Syntax) object.style.color = "#a1a1a1"; 例子 (Example) 以下是显示此属性效果的示例 - <htm

  • 计算机屏幕使用红色,绿色和蓝色光组件,因此有时称为RGB screens 。 在Logo的Set菜单上,我们可以设置三个屏幕元素的颜色 - The turtle's pen Turtle的填充物(如外壳的油漆桶) The screen background 我们通过向左和向右移动这三个滑块来设置颜色。 请记住,黑色是没有所有颜色,白色是所有颜色。 混合光不像混合涂料。 例如,如果你混合红色和绿色油

  • import "image/color" color包实现了基本色彩库。 Variables type Color type Model func ModelFunc(f func(Color) Color) Model type Alpha func (c Alpha) RGBA() (r, g, b, a uint32) type Alpha16 func (c Alpha16) RGBA()

  • Color 是用 Go 语言编写的 ANSI Escape Codes 术语,你可以自定义屏幕的输出颜色。   标准颜色: // Print with default helper functionscolor.Cyan("Prints text in cyan.")// A newline will be appended automaticallycolor.Blue("Prints %s i