cfs
Quickly save and retrieve values for shell scripts.
shell cargo install cfs
shell cfs set foo bar
shell cfs get foo
Output:
bar
shell cfs list
foo bar
BSD-3-Clause