SKATE(1) Skate, a personal key value store. SKATE(1) NAME skate - Skate, a personal key value store. SYNOPSIS skate [options...] [argument...] DESCRIPTION COMMANDS delete KEY[@DB] Delete a key with an optional @ db. delete-db [@DB] Delete a database get KEY[@DB] Get a value for a key with an optional @ db. OPTIONS --b --show-binary print binary values help [command] Help about any command list [@DB] List key value pairs with an optional @ db. OPTIONS --d --delimiter delimiter to separate keys and values --k --keys-only only print keys and don't fetch values from the db --r --reverse list in reverse lexicographic order --b --show-binary print binary values --v --values-only only print values list-dbs List databases. set KEY[@DB] [VALUE] Set a value for a key with an optional @ db. If VALUE is omitted, read value from the standard input. COPYRIGHT (C) 2021-2024 Charmbracelet, Inc. Released under MIT license. skate 2025-03-06 SKATE(1)