Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pierrechevalier83/palette-rs
- Owner: pierrechevalier83
- Created: 2017-03-07T01:59:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T03:16:01.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T18:23:49.746Z (3 months ago)
- Topics: ansi, cli, color, colour, crates-io, palette, rust, terminal, utility
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`