Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pierrechevalier83/palette-rs

A little utility to display your terminal's ansi color palette
https://github.com/pierrechevalier83/palette-rs

ansi cli color colour crates-io palette rust terminal utility

Last synced: about 1 month ago
JSON representation

A little utility to display your terminal's ansi color palette

Awesome Lists containing this project

README

        

palette-rs
----------
A little utility to display your terminal's color palette written in rust
- We use [matrix_display](https://github.com/pierrechevalier83/matrix_display) to pretty print the palette in all its colours and unicode glory.

![alt tag](https://github.com/pierrechevalier83/matrix_display/blob/master/screenshots/palette.png)

Install (the easy way)
----------------------
- On Arch Linux
`yaourt palette-rs`
- With cargo:
`cargo install palette-rs`

Download
--------
`git clone [email protected]:pierrechevalier83/palette-rs.git`

Build
-----
`cargo build --release`

Run
---
`cargo run --release`