gradient-terminal
v1.2.0
Published
A CLI progam display teminal outputs as gradients.
Downloads
10
Readme
GRADIENT-TERMINAL
A CLI progam to display teminal outputs as gradients.
Requirements
For Installation, you will only need Node.js.
Install
Installing From npmjs
$ npm install -g gradient-terminal
Installing From Source
$ git clone https://github.com/aurora-0025/gradient-terminal.git
$ cd gradient-terminal
$ npm install -g .
Usage
Open Terminal
<command> | gterm "<color1>" "<color2>" ...
Accepted Color Formats
| Hex, 8-digit (RGBA) Hex
| RGB, RGBA
| HSL, HSLA
| HSV, HSVA
|
| :-----------------------:|:---------------------:|:-----------------------:|:------------------------:|
| "#000" | "rgb (255, 0, 0)" | "hsl(0, 100%, 50%)" | "hsv(0, 100%, 100%)" |
| "000" | "rgb 255 0 0" | "hsla(0, 100%, 50%, .5)"| "hsva(0, 100%, 100%, .5)"|
| "#369C" | "rgba (255, 0, 0, .5)"| "hsl(0, 100%, 50%)" | "hsv (0 100% 100%)" |
| "369C" | | "hsl 0 1.0 0.5" | "hsv 0 1 1" |
| "#f0f0f6" | | | |
| "f0f0f6" | | | |
| "#f0f0f688" | | | |
| "f0f0f688" | | | |
Dependencies
- tinygradient - Generate gradients