#definition #cli-applications #glossary #fgc

app fgg

A CLI application to connect to The Fighting Game Glossary by Infil

2 stable releases

1.1.0 Apr 7, 2023
1.0.0 Dec 17, 2022

#2323 in Command line utilities

GPL-3.0 license

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

~13–28MB
~423K SLoC