Go to file
Brian Buller fcc13603da Merge branch 'master' of github.com:br0xen/boltbrowser 2023-05-31 09:37:31 -05:00
build Update Dependencies 2023-03-30 07:12:16 -05:00
.gitignore Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/boltbrowser 2023-05-24 07:37:35 -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 change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
cursor.go Updating from gogs repo 2015-10-21 08:48:18 -05:00
go.mod change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
go.sum change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
main.go change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
mainloop.go change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
mainloop_windows.go Update build tag to latest format 2023-05-12 14:32:28 +01:00
screen.go Switching browser screen to buffer data then display 2019-10-16 17:41:29 -05:00
screen_about.go Add support to importing of value from a file 2023-05-12 14:27:40 +01:00
screen_browser.go Add support to importing of value from a file 2023-05-12 14:27:40 +01: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.