colette

Crates.iocolette
lib.rscolette
version0.2.0
sourcesrc
created_at2024-10-20 11:50:42.717229
updated_at2024-10-20 11:50:42.717229
descriptionConvert between truecolor, xterm(1) 256 color and 16 color.
homepagehttps://github.com/ifrstr/colette
repositoryhttps://github.com/ifrstr/colette
max_upload_size
id1416169
size11,048
Il Harper (ilharp)

documentation

README

colette

Go Reference Go Report Card codecov

Convert between truecolor, xterm(1) 256 color and 16 color. Single-header library. Arranged from tmux.

C

Install

Using prebuilt packages:

Download artifacts from Releases, including:

  • The header source

  • Deb package

  • Rpm package

Or using make install:

mkdir build && cd build && cmake .. && make && make install

Or using submodule:

git submodule add --name colette https://github.com/ifrstr/colette.git colette
add_subdirectory(colette)

Usage

Checkout colette.h.

Go

Install

go get gopkg.ilharper.com/x/colette

Usage

Go Reference

LICENSE

ISC, the same as tmux

Commit count: 38

cargo fmt