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
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/gitkv
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2017-04-30T17:03:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T06:03:36.000Z (over 5 years ago)
- Last Synced: 2025-01-18T15:53:40.656Z (10 months ago)
- Topics: agpl, executable, git, gitkv, key-value, shell-scripts
- Language: Shell
- Homepage: https://github.com/aureooms/gitkv
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```