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
- Host: GitHub
- URL: https://github.com/matusollah/gecfg-editor
- Owner: MatusOllah
- License: mit
- Created: 2024-02-14T15:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:16:11.000Z (over 1 year ago)
- Last Synced: 2025-02-09T16:22:44.630Z (8 months ago)
- Topics: editor, fyne, go, golang, gophengine, gui-application
- Language: Go
- Homepage: https://apps.fyne.io/apps/com.github.MatusOllah.gecfg-editor.html
- Size: 211 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.