An open API service indexing awesome lists of open source software.

https://github.com/make-github-pseudonymous-again/gitkv

:floppy_disk: Easy key-value storage via git
https://github.com/make-github-pseudonymous-again/gitkv

agpl executable git gitkv key-value shell-scripts

Last synced: 8 months ago
JSON representation

:floppy_disk: Easy key-value storage via git

Awesome Lists containing this project

README

          

# gitkv

Easy key-value storage via git.

## Install

```sh
make DESTDIR=/ PREFIX=/usr install
```

## Usage

```sh
gitkv <...args>
```

### init

```sh
gitkv init
```

### put

```sh
gitkv put
```

### del

```sh
gitkv del
```

### get

```sh
gitkv get
```

### pull

```sh
gitkv pull
```

### push

```sh
gitkv push
```

### sync

```sh
gitkv sync
```