2 stable releases
1.1.0 | Apr 7, 2023 |
---|---|
1.0.0 | Dec 17, 2022 |
#5 in #definitions
28KB
97 lines
FGG
A CLI application to access Infil's Fighting Game Glossary
Usage
Run the command
fgg [term]
where [term]
is the term you want defined
Installation
Manually
Download the latest release from GitHub & place the executable anywhere on your PATH.
Through Cargo
Run the command
cargo install fgg
Building from source
Install the latest stable Rust version,
then git clone
the repository & run cargo build
for a debug build, or cargo build --release
for a
release build.
Dependencies
~12–26MB
~394K SLoC