fgg

Crates.iofgg
lib.rsfgg
version1.1.0
sourcesrc
created_at2022-12-17 13:30:58.547718
updated_at2023-04-07 20:22:34.68482
descriptionA CLI application to connect to The Fighting Game Glossary by Infil
homepage
repositoryhttps://github.com/Clay-6/FGG
max_upload_size
id739884
size87,536
Clay (Clay-6)

documentation

README

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.

Commit count: 28

cargo fmt