Go to file
Brian Buller 22ffda8d13 Some work, I guess 2022-11-18 13:43:52 -06:00
cmd V3 is in the works 2022-04-20 16:22:43 -05:00
models Some work, I guess 2022-11-18 13:43:52 -06:00
ui Some work, I guess 2022-11-18 13:43:52 -06:00
util V3 is off to a great start! 2022-04-27 17:13:05 -05:00
.gitignore V3 is off to a great start! 2022-04-27 17:13:05 -05:00
LICENSE Started Work on v3 2022-04-14 11:32:39 -05:00
Makefile V3 is in the works 2022-04-20 16:22:43 -05:00
README.md Update links to binaries for v2.1 2021-05-31 09:39:19 -05:00
go.mod Update Dependencies 2022-04-28 07:06:18 -05:00
go.sum Update Dependencies 2022-04-20 16:26:46 -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.