/bash-key-value

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Key-Value-Store for bash

Insert

kvset key < value

Remove

kvdel key

Get Value

kvget key

Contains Key

kvcontains key

Purge Key-Value Dictionary

kvclear

Amount of Items in Dictionary

kvcount

List all Keys in Dictionary

kvlist