pride-term

Crates.iopride-term
lib.rspride-term
version0.3.1
sourcesrc
created_at2024-02-12 01:04:40.097805
updated_at2024-02-13 22:03:33.735618
descriptionPride flags in the terminal.
homepagehttps://git.vwolfe.io/valerie/pride
repositoryhttps://git.vwolfe.io/valerie/pride
max_upload_size
id1136294
size32,473
Valerie (sleeplessval)

documentation

README

Pride! for the terminal

A Rust utility to display pride flags in the terminal.

A list of currently implemented flags is available on the project wiki.

Dependencies

Some Complex renderers utilize Powerline's slant symbols, and therefore require use of a Powerline font, such as Fira Code.

Installation

From Binary

Copy the compiled binary from the releases page to a directory in $PATH, such as /usr/bin/.

From Source

Compile using cargo with the command cargo build --release and copy the file from target/release/ to a directory in $PATH, such as /usr/bin/.

Cargo

Install the package from cargo using cargo install pride-term.

Arch Linux (AUR)

Install the package from the pride AUR Package, either using an AUR package manager, or by cloning the AUR Repository and running the command makepkg --install.

Libraries

Commit count: 0

cargo fmt