Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a configuration file #12

Closed
orhun opened this issue Apr 16, 2022 · 0 comments · Fixed by #36
Closed

Add a configuration file #12

orhun opened this issue Apr 16, 2022 · 0 comments · Fixed by #36
Assignees
Labels
enhancement New feature or request

Comments

@orhun
Copy link
Owner

orhun commented Apr 16, 2022

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.

@orhun orhun added the enhancement New feature or request label Apr 16, 2022
@orhun orhun self-assigned this Apr 16, 2022
orhun added a commit that referenced this issue Aug 9, 2022
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 orhun mentioned this issue Aug 9, 2022
12 tasks
@orhun orhun closed this as completed in #36 Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant