make-github-pseudonymous-again / gitkv

:floppy_disk: Easy key-value storage via git

Home Page:https://github.com/aureooms/gitkv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitkv

Easy key-value storage via git.

Install

make DESTDIR=/ PREFIX=/usr install

Usage

gitkv <cwd> <command> <...args>

init

gitkv <cwd> init <remote>

put

gitkv <cwd> put <key> <value>

del

gitkv <cwd> del <key>

get

gitkv <cwd> get <key>

pull

gitkv <cwd> pull

push

gitkv <cwd> push

sync

gitkv <cwd> sync

About

:floppy_disk: Easy key-value storage via git

https://github.com/aureooms/gitkv

License:GNU Affero General Public License v3.0


Languages

Language:Shell 89.1%Language:Makefile 10.9%