Go to file
Brian Buller 184b3ef7cb Update links to screenshots & releases 2023-03-30 07:28:51 -05:00
build Update Dependencies 2023-03-30 07:12:16 -05:00
.gitignore Update Dependencies 2023-03-30 07:12:16 -05:00
LICENSE Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
README.md Update links to screenshots & releases 2023-03-30 07:28:51 -05:00
bolt_model.go Don't duplicate root values when root is bucket. 2021-05-31 10:03:53 -05:00
cursor.go Updating from gogs repo 2015-10-21 08:48:18 -05:00
go.mod Go mod tidy 2023-03-30 07:25:05 -05:00
go.sum Go mod tidy 2023-03-30 07:25:05 -05:00
main.go add -no-value option 2019-12-23 13:26:45 +02: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 Switching browser screen to buffer data then display 2019-10-16 17:41:29 -05:00
screen_about.go Switching browser screen to buffer data then display 2019-10-16 17:41:29 -05:00
screen_browser.go Read/Edit DBs with key/value pairs in root 2021-05-31 09:29:09 -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

Pre-build binaries are available on the Releases Page.

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.