R. O. N. DB Manager
Sona
March 31, 2024
rdbm is a rust program for getting and setting a custom ron resource file.
Similar to , will create a in your directory.
You can then use to set multiple "key-value" pairs similar to .
In this case aims to replace .
Project Page
- ron Documentation
- xrdb Information
Documentation
Here is a short preview of each subcommand:
view current resource file
set a key-value pair
get a value
rdbm help page
Project Goals
* Remove entries
* Get/Set multiple values
* Custom path
* Group key-value pairs (similar to having and in .Xresources)
* Sort entries in resource file
* Preserve order of entries in resource file
Discussion in the ATmosphere