All Projects → aurora-0025 → gradient-terminal

aurora-0025 / gradient-terminal

Licence: MIT license
A CLI progam show teminal outputs as gradients.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gradient-terminal

Gradientify
Create beautiful, animated gradients with ease. This JS library provides you with an easy-to-use API to create and put animated gradients wherever you want on your website.
Stars: ✭ 16 (-46.67%)
Mutual labels:  gradients
Ink Gradient
Gradient color component for Ink
Stars: ✭ 123 (+310%)
Mutual labels:  gradients
Flutter gradients
A curated collection of awesome gradients made in Dart for Flutter
Stars: ✭ 170 (+466.67%)
Mutual labels:  gradients
Vehicle counting hog svm
Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.
Stars: ✭ 82 (+173.33%)
Mutual labels:  gradients
Colors.jl
Color manipulation utilities for Julia
Stars: ✭ 114 (+280%)
Mutual labels:  gradients
React Native Css Gradient
React Native css gradients - react-native-linear-gradient with css gradient support
Stars: ✭ 129 (+330%)
Mutual labels:  gradients
Uigradients
This is an effort to give back to the community, by the community. Hopefully this will help you draw inspiration and serve as a resource for picking gradients for your own projects.
Stars: ✭ 5,432 (+18006.67%)
Mutual labels:  gradients
tensorflow-bicubic-downsample
tf.image.resize_images has aliasing when downsampling and does not have gradients for bicubic mode. This implementation fixes those problems.
Stars: ✭ 23 (-23.33%)
Mutual labels:  gradients
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+35913.33%)
Mutual labels:  gradients
Gradient Inspector
Chrome extension that provides a friendly way to inspect gradients of an element.
Stars: ✭ 161 (+436.67%)
Mutual labels:  gradients
Lowpoly
Lowpoly image generator
Stars: ✭ 83 (+176.67%)
Mutual labels:  gradients
Gradient Screens
🌈 Gradients applied to buttons, texts and backgrounds in Flutter
Stars: ✭ 97 (+223.33%)
Mutual labels:  gradients
Chromatic Sass
Advanced color manipulation for node sass
Stars: ✭ 140 (+366.67%)
Mutual labels:  gradients
Ariana
Provide Multiple Gradients in ImageViews and Texts. Integrate with ViewPager to change colors dynamically.
Stars: ✭ 74 (+146.67%)
Mutual labels:  gradients
Agvolumecontrolview
Visual regulator can be connected to a player or other smart house’s device making the process of controlling the level of a particular characteristic
Stars: ✭ 170 (+466.67%)
Mutual labels:  gradients
Postcss Easing Gradients
PostCSS plugin to create smooth linear-gradients that approximate easing functions.
Stars: ✭ 689 (+2196.67%)
Mutual labels:  gradients
Finitediff.jl
Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support
Stars: ✭ 123 (+310%)
Mutual labels:  gradients
gradient animations
An example of how to animate gradients in flutter
Stars: ✭ 62 (+106.67%)
Mutual labels:  gradients
Magicgradients
Draw breathtaking backgrounds in your Xamarin.Forms application. It's a kind of magic.
Stars: ✭ 236 (+686.67%)
Mutual labels:  gradients
Gradientking
Never again run out of gradients! 🌈
Stars: ✭ 157 (+423.33%)
Mutual labels:  gradients

GRADIENT-TERMINAL

A CLI progam to display teminal outputs as gradients.


Requirements

NodeJS

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>" ... 

Example

ls | gterm red blue

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

Liked It? Why not leave a star ⭐

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].