R. O. N. DataBase Manager

ยท 131 words ยท 1 minute read

rdbm is a rust program for getting and setting a custom ron resource file.

Similar to .Xresources, rdbm will create a resources.ron in your ~/.config/ directory.

You can then use rdbm to set multiple “key-value” pairs similar to .Xresources.

In this case rdbm aims to replace xrdb.

Documentation ๐Ÿ”—

Here is a short preview of each subcommand:

View Current Resource File ๐Ÿ”—

rdbm all

Set a Key-value Pair ๐Ÿ”—

rdbm set "color0" "#222F30"

Get a Value ๐Ÿ”—

rdbm get "color0"

Rdbm Help Page ๐Ÿ”—

rdbm --help
rdbm help
rdbm set --help

Project Goals ๐Ÿ”—

  • Remove entries
  • Get/Set multiple values
  • Custom resource.ron path
  • Group key-value pairs (similar to having URxvt*color0 and xterm*color0 in .Xresources)
  • Sort entries in resource file
  • Preserve order of entries in resource file

Links ๐Ÿ”—