cfs

Crates.iocfs
lib.rscfs
version1.0.0
sourcesrc
created_at2022-08-13 18:30:45.559141
updated_at2022-11-27 00:11:35.258099
descriptionQuickly save and retrieve values for shell scripts
homepagehttps://github.com/minsk-dev/cfs
repositoryhttps://github.com/minsk-dev/cfs
max_upload_size
id644979
size10,394
Marla Albuquerque (marlalain)

documentation

README

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

BSD-3-Clause

Commit count: 18

cargo fmt