Skip to content

guggero/boltbrowser

 
 

Repository files navigation

boltbrowser

A CLI Browser for BoltDB Files

Image of About Screen

Image of Main Browser

Installing

Install in the standard way:

git clone https://github.com/guggero/boltbrowser.git
cd boltbrowser
go install ./...

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.

About

A CLI Browser for BoltDB Files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 100.0%