Go to file
Brian Buller 7cc06eeddc Started Work on v3 2022-04-14 11:32:39 -05:00
cmd Started Work on v3 2022-04-14 11:32:39 -05:00
models Started Work on v3 2022-04-14 11:32:39 -05:00
ui Started Work on v3 2022-04-14 11:32:39 -05:00
util Started Work on v3 2022-04-14 11:32:39 -05:00
.gitignore Add *.db to .gitignore 2017-10-12 11:46:12 +07:00
LICENSE Started Work on v3 2022-04-14 11:32:39 -05:00
Makefile Started Work on v3 2022-04-14 11:32:39 -05:00
README.md Update links to binaries for v2.1 2021-05-31 09:39:19 -05:00
go.mod Started Work on v3 2022-04-14 11:32:39 -05:00
go.sum Started Work on v3 2022-04-14 11:32:39 -05:00
main.go Started Work on v3 2022-04-14 11:32:39 -05: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.