https://github.com/danilaxila3/sconfig
A TUI config file editor
https://github.com/danilaxila3/sconfig
c cli config ncurses tui
Last synced: 4 months ago
JSON representation
A TUI config file editor
- Host: GitHub
- URL: https://github.com/danilaxila3/sconfig
- Owner: danilaxila3
- Created: 2025-01-25T13:58:49.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T12:04:23.000Z (4 months ago)
- Last Synced: 2025-01-26T13:20:35.371Z (4 months ago)
- Topics: c, cli, config, ncurses, tui
- Language: C
- Homepage:
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sConfig
A simple config generator/editor
sConfig is a TUI editor for .scf (sOrg Config Format) files\
.scf is similar to the .ini format, embracing simplicity
# Installing
```bash
git clone https://github.com/danilaxila3/sConfig.git
cd sConfig
make
make install
```