Go to file
Brian Buller 1f3880f32e Stringify all buckets/keys/values
Resolves Issue #34
2019-10-16 15:13:38 -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.md 2018-10-24 09:31:50 -05:00
bolt_model.go Format and indent JSON values 2019-10-07 07:43:10 -05:00
cursor.go Updating from gogs repo 2015-10-21 08:48:18 -05:00
go.mod Stringify all buckets/keys/values 2019-10-16 15:13:38 -05:00
go.sum Format and indent JSON values 2019-10-07 07:43:10 -05:00
main.go Close file after exporting JSON 2019-02-18 09:04:38 -06:00
mainloop.go Add default mainLoop with syscall 2016-05-06 05:04:04 +08:00
mainloop_windows.go stringify key/val 2018-02-01 13:51:25 -02:00
screen.go Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
screen_about.go Rename boltbrowser.go to main.go 2019-02-18 08:55:48 -06:00
screen_browser.go Stringify all buckets/keys/values 2019-10-16 15:13:38 -05:00
stringify.go Stringify all buckets/keys/values 2019-10-16 15:13:38 -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

Troubleshooting

If you're having trouble with garbled characters being displayed on your screen, you may try a different value for TERM.
People tend to have the best luck with xterm-256color or something like that. Play around with it and see if it fixes your problems.