Is your feature request related to a problem? Please describe.
Currently there is no way to configure the default settings of systeroid other than using the command-line arguments. These settings include kernel section colors, TUI foreground/background colors and default argument values.
Describe the solution you'd like
Support configuring the settings with a configuration file. INI format could be used.
Describe alternatives you've considered
-
Additional context
There is already a config module in the core library. This struct type could potentially be used while implementing.
The text was updated successfully, but these errors were encountered:
This commit adds a configuration file (`systeroid.conf`) for
configuring the CLI/TUI settings. Consult README.md or the
file itself for more information.
orhun commentedApr 16, 2022
Is your feature request related to a problem? Please describe.
Currently there is no way to configure the default settings of
systeroidother than using the command-line arguments. These settings include kernel section colors, TUI foreground/background colors and default argument values.Describe the solution you'd like
Support configuring the settings with a configuration file. INI format could be used.
Describe alternatives you've considered
-
Additional context
There is already a
configmodule in the core library. This struct type could potentially be used while implementing.The text was updated successfully, but these errors were encountered: