1 stable release
1.0.0 | Dec 17, 2022 |
---|
#1035 in Command line utilities
12KB
66 lines
FGG
A CLI application to use The 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
~13–21MB
~419K SLoC