A personal key value store. 🛼
Skate is a key value store that you can use to save and retrieve valuable bits of data. It's fully encrypted, backed up to the cloud (that you can self-host if you want) and linkable to any machine you use.
skate set gh_token GITHUB_TOKEN
echo "export GITHUB_TOKEN=$(skate get gh_token)" >> ~/.bashrc
skate set [email protected] PASSWORD
skate get [email protected]
#!/bin/bash
skate set saved_stuff $1
echo "We just saved $(skate get saved_stuff)"
Use your fave package manager:
Skate is backed by the Charm Cloud. By default it will use the Charm hosted
cloud, but if you want to self-host you can download
charm and run you own cloud with
charm serve
. Then set the CHARM_HOST
environment variable to the hostname
of your Charm Cloud server.
Charm热爱开源! / Charm loves open source!