You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Thus simpleini uses glibc specific features a replacement should be written.
As initial version it is enough if it writes out/parses every configuration option in the format path/to/key = value. Later you can add support for comments, ordering and configurable separators (instead of / and =).
Hello newcomer,
Thus simpleini uses glibc specific features a replacement should be written.
As initial version it is enough if it writes out/parses every configuration option in the format
path/to/key = value
. Later you can add support for comments, ordering and configurable separators (instead of/
and=
).To achieve this, you have to create a new plugin (see https://github.com/ElektraInitiative/libelektra/blob/master/doc/tutorials/plugins.md ). You only have to implement kdbGet and kdbSet.
To complete the task, please:
You do not need to escape the key or value, this should be handled by the rename and code plugins.
Please write something below before starting the task. You can always ask here for help.
The text was updated successfully, but these errors were encountered: