You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 7 years ago | |
README.md | 2 years ago | |
bolt_model.go | 2 years ago | |
cursor.go | 7 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 3 years ago | |
mainloop.go | 7 years ago | |
mainloop_windows.go | 5 years ago | |
screen.go | 3 years ago | |
screen_about.go | 3 years ago | |
screen_browser.go | 2 years ago | |
stringify.go | 3 years ago | |
style.go | 7 years ago |
README.md
boltbrowser
A CLI Browser for BoltDB Files
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.