bash-kv

Crates.iobash-kv
lib.rsbash-kv
version1.0.0
sourcesrc
created_at2022-02-22 15:11:09.591291
updated_at2022-02-22 15:11:09.591291
descriptionA simple bash kv store
homepage
repositoryhttps://github.com/minhajuddin/kv
max_upload_size
id537323
size14,312
Khaja Minhajuddin (minhajuddin)

documentation

https://docs.rs/bash-kv

README

kv

A simple key-value store. Helps you in storing urls and other misc.

Usage

kv set es_url https://prd.es.hyperngn.com
# ^ 0 exit code and no output

kv get es_url
# ^ 0 exit code with following output on  
# https://prd.es.hyperngn.com

kv del es_url
# ^ 0 exit code and no output

kv list
# ^ 0 exit code with following output on  
#es_url\thttps://prd.es.hyperngn.com
Commit count: 10

cargo fmt