5 releases
0.2.0 | Feb 8, 2025 |
---|---|
0.1.3 | Feb 8, 2025 |
0.1.2 | Feb 8, 2025 |
0.1.1 | Feb 2, 2025 |
0.1.0 | Oct 21, 2024 |
#987 in Command line utilities
495 downloads per month
16KB
303 lines
a-flags
Table of contents
Feature of a-flags
Installation
Installing from source (other distros and MacOS/Windows)
To install kingler from source, you will need Rust. Installation instructions can be found here.
Now using cargo, run
cargo install a-flags
Make sure you have .cargo/bin
added to your shell PATH
. This can be done by adding the following to your .profile
, .bash_profile
or .zprofile
export PATH="$PATH:$HOME/.cargo/bin"
Usage
Run the help command a-flags --help
to see the following help message.
Displays LGBT pride flags with colors
Usage: a-flags [OPTIONS]
Options:
-f, --flag <flag> The type of flag to display [default: rainbow] [possible values: rainbow, lesbian, gay, bisexual, transgender, asexual, pansexual, nonbinary, genderqueer, mlm, aromantic, polysexual, demiboy, demigirl, agender, bigender, genderfluid, abrosexual, neutrois, trigender]
-h, --help Print help
-V, --version Print version
Example
Credits
- gay for the idea
Similar project
Dependencies
~4–11MB
~125K SLoC