3 unstable releases
0.4.1 | Jul 7, 2024 |
---|---|
0.3.1 | Feb 13, 2024 |
0.3.0 | Feb 12, 2024 |
#1222 in Command line utilities
34KB
890 lines
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 commandcargo build --release
and
copy the file from target/release/
to a directory in
$PATH
, such as /usr/bin/
.
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
Copyman/pride.6
into /usr/share/man/man6/
.
Libraries
Dependencies
~210KB