Go to file
Brian Buller f289915a70 Merge pull request #20 from andrewslotin/18-timeout_if_db_is_locked
Timeout if DB is locked
2017-10-13 12:03:53 -05:00
Godeps Vendored Dependencies 2017-08-30 08:55:08 -05:00
vendor Updated Dependency (Fix Ctrl+U Behavior) 2017-09-04 09:32:57 -05:00
.gitignore Add *.db to .gitignore 2017-10-12 11:46:12 +07:00
LICENSE Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
README.md Update README 2017-10-13 22:23:02 +07:00
bolt_model.go Fixed bug that occurred with sub-buckets around level 4 2017-05-18 08:17:58 -05:00
boltbrowser.go Print out usage message to STDERR 2017-10-13 22:23:02 +07:00
cursor.go Updating from gogs repo 2015-10-21 08:48:18 -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 Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
screen_about.go Added export functions 2016-12-29 15:23:58 -06:00
screen_browser.go Vendored Dependencies 2017-08-30 08:55:08 -05:00
style.go Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00

README.md

boltbrowser

A CLI Browser for BoltDB Files

Image of About Screen

Image of Main Browser

Installing

Install in the standard way:

go get github.com/br0xen/boltbrowser

Then you'll have boltbrowser in your path.

Pre-built Binaries

Here are pre-built binaries:

Usage

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

boltbrowser <filename>

To see all options that are available, run:

boltbrowser --help