7 releases (1 stable)
1.0.0 | Nov 27, 2022 |
---|---|
0.3.2 | Aug 14, 2022 |
0.2.1 | Aug 13, 2022 |
0.1.2 | Aug 13, 2022 |
#2854 in Command line utilities
9KB
225 lines
cfs
quickly save and retrieve values for shell scripts.
building from source
you will need the rust toolchain to run cargo
.
cargo install cfs
example usage
make sure $HOME/.cargo/bin
is in your PATH
variable.
cfs set foo bar
cfs get foo
output:
bar
help
exert of the output of cfs --help
.
Commands:
s, set : set a value
g, get : get a value
l, list : list all keys and values
i, init : inits config file
r, remove : remove a value
c, clear : clear your config file
license
Dependencies
~210KB