Crates.io | cfs |
lib.rs | cfs |
version | 1.0.0 |
source | src |
created_at | 2022-08-13 18:30:45.559141 |
updated_at | 2022-11-27 00:11:35.258099 |
description | Quickly save and retrieve values for shell scripts |
homepage | https://github.com/minsk-dev/cfs |
repository | https://github.com/minsk-dev/cfs |
max_upload_size | |
id | 644979 |
size | 10,394 |
cfs
quickly save and retrieve values for shell scripts.
you will need the rust toolchain to run cargo
.
cargo install cfs
make sure $HOME/.cargo/bin
is in your PATH
variable.
cfs set foo bar
cfs get foo
output:
bar
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