Skip to content

MatusOllah/gecfg-editor

Repository files navigation

gecfg-editor

gecfg-editor is a editor for the GophEngine FNF configuration files. It's like regedit, but simpler.

Features

  • Add values
  • Remove values
  • Edit values
  • Print values
  • Import values from JSON/YAML/TOML
  • Export to JSON/YAML/TOML/Go source file

Building & Installing from source

  1. Install Go
  2. Install a C compiler
  3. Run go install github.com/MatusOllah/gecfg-editor@latest

Go here for more details.