nouney / bolter

Command-line app for viewing BoltDB file in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bolter

View BoltDB file in your terminal

Install

$ go get -u github.com/hasit/bolter

Usage

NAME:
  bolter - view boltdb file in your terminal

VERSION:
  1.0.0

USAGE:
  bolter [global options]

GLOBAL OPTIONS:
  --file FILE, -f FILE		boltdb FILE to view
  --bucket BUCKET, -b BUCKET	boltdb BUCKET to view
  --help, -h			show help
  --version, -v			print the version

AUTHOR:
  Hasit Mistry <hasitnm@gmail.com>

List all buckets

List all buckets

List all items in bucket

List all items

Contribute

Feel free to ask questions, post issues and open pull requests. My only requirement is that you run gofmt on your code before you send in a PR.

About

Command-line app for viewing BoltDB file in your terminal

License:MIT License


Languages

Language:Go 100.0%