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

https://github.com/liubin/boltdb-shell

A simple interactive shell to explore and manage buckets, keys and its values for boltdb file.
https://github.com/liubin/boltdb-shell

bolt boltdb database

Last synced: 2 months ago
JSON representation

A simple interactive shell to explore and manage buckets, keys and its values for boltdb file.

Awesome Lists containing this project

README

          

# boltdb-shell

A simple BoltDB shell for exploring buckets and keys.

## Install

```
$ go get github.com/liubin/boltdb-shell

$ boltdb-shell meta.db
```

## Support commands

- `create `: create bucket(or `mkdir`/`create_bucket`)
- `rm |`: delete bucket or key.
- `put `: put key value
- `cd ` or `cd ..` or `cd /`
- `ls`: list buckets or keys under current path
- `pwd`: show current path(under which bucket)
- `int `: show int value of ``
- `time `: show golang time value of ``

## Demo

![](images/demo.gif)

converted by https://dstein64.github.io/gifcast/