An open API service indexing awesome lists of open source software.

https://github.com/matusollah/gecfg-editor

GECfg Editor
https://github.com/matusollah/gecfg-editor

editor fyne go golang gophengine gui-application

Last synced: 6 months ago
JSON representation

GECfg Editor

Awesome Lists containing this project

README

          

# gecfg-editor



**gecfg-editor** is a editor for the [GophEngine FNF](https://github.com/MatusOllah/gophengine) 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](https://docs.fyne.io/started) for more details.