Go to file
Brian Buller bbef340848 Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
.gitignore Wrap display of long bucket names/pairs 2015-12-01 14:44:18 -06:00
LICENSE Init commit 2015-04-24 16:20:05 -04:00
README.md Add install and usage info to the README 2016-12-31 00:40:07 +13:00
bolt_model.go Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
boltbrowser.go handle the case of single nonbolt file 2017-04-04 20:31:40 -07:00
cursor.go Initial Commit 2015-04-24 17:53:33 -05:00
mainloop.go Add default mainLoop with syscall 2016-05-06 05:04:04 +08:00
mainloop_windows.go Add comment explaining mainloop_windows.go 2016-06-27 07:23:56 -05:00
screen.go Updated all, linted 2015-09-17 11:52:02 -05:00
screen_about.go Added export functions 2016-12-29 15:23:58 -06:00
screen_browser.go Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
style.go Updated all, linted 2015-09-17 11:52:02 -05:00

README.md

boltbrowser

A CLI Browser for BoltDB Files

![Image of About Screen] (http://bullercodeworks.com/boltbrowser/ss2.png)

![Image of Main Browser] (http://bullercodeworks.com/boltbrowser/ss1.png)

Installing

Install in the standard way:

go get github.com/br0xen/boltbrowser

Then you'll have boltbrowser in your path.

Usage

Just provide a BoltDB filename to be opened as the first argument on the command line:

boltbrowser <filename>