shell-cache

shell cache


Keywords
cache, cli
License
Unlicense
Install
pip install shell-cache==2020.12.3

Documentation

Installation

$ [sudo] pip install shell-cache
$ [sudo] npm i -g shell-cache

How it works

$SHELL_CACHE/<hash> # ~/.cache/shell-cache/<hash> by default

Config

optional. environment variables:

$ export SHELL_CACHE=~/.cache/shell-cache # $XDG_CACHE_HOME/shell-cache by default

Examples

$ shell-cache "key" "value ..."
$ shell-cache "key"
"value ..."

readme42.com