A CLI application to use The Fighting Game Glossary
Run the command
shell
fgg [term]
where [term]
is the term you want defined
Download the [latest release] from GitHub & place the executable anywhere on your PATH.
Run the command
shell
cargo install fgg
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.