Pride flags for the terminal
Find a file
2024-02-11 19:41:01 -05:00
src added neutrois pride flag 2024-02-11 19:41:01 -05:00
.gitignore initial commit 2023-04-13 15:04:05 -04:00
Cargo.toml changed release profile 2024-02-04 18:30:27 -05:00
LICENSE added more package information and license file 2024-02-04 16:48:03 -05:00
README.md updated README with installation section 2024-02-04 18:14:31 -05:00

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

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