Pride flags for the terminal
Find a file
2024-07-12 10:49:46 -04:00
man added 'wlw' alias to lesbian flag 2024-07-05 16:15:14 -04:00
src errors now write to stderr instead of stdout 2024-07-12 10:49:46 -04:00
.gitignore updated gitignore 2024-02-15 20:52:22 -05:00
Cargo.toml made size flag change non-breaking and adjusted version 2024-07-05 10:40:24 -04:00
deny.toml added files for auditing tools 2024-03-14 17:10:38 -04:00
LICENSE added more package information and license file 2024-02-04 16:48:03 -05:00
README.md updated README 2024-07-06 21:18:15 -04:00
sbom.xml updated sbom 2024-07-05 16:17:46 -04: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

Manual Install

Release Binary Copy the compiled binary from the releases page to a directory in $PATH, such as /usr/bin/.
Compile 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/.
makepkg (AUR) Clone the AUR Repository and run the command makepkg --install.

Package Managers

Arch Linux (AUR): pride Install the package from the pride AUR Package using an AUR package manager such as paru.
Cargo: pride-term Install the package using Cargo with the command cargo install pride-term.

Man Page

Section 6 Copy man/pride.6 into /usr/share/man/man6/.

Libraries