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

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

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

![screenshot_0](./img/screenshot_0.png)

# Installing

```bash
git clone https://github.com/danilaxila3/sConfig.git
cd sConfig
make
make install
```