A CLI Browser for BoltDB Files
- Change the theme
- Change the command name to
bolt
Note: This is simply my personal preference!
Install in the standard way:
go get github.com/br0xen/boltbrowserThen you'll have boltbrowser in your path.
Here are pre-built binaries:
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

