.gitignore | ||
bolt_model.go | ||
boltbrowser.go | ||
cursor.go | ||
LICENSE | ||
mainloop_windows.go | ||
mainloop.go | ||
README.md | ||
screen_about.go | ||
screen_browser.go | ||
screen.go | ||
style.go |
boltbrowser
A CLI Browser for BoltDB Files
![Image of About Screen] (http://bullercodeworks.com/boltbrowser/ss2.png)
![Image of Main Browser] (http://bullercodeworks.com/boltbrowser/ss1.png)
Installing
Install in the standard way:
go get github.com/br0xen/boltbrowser
Then you'll have boltbrowser
in your path.
Usage
Just provide a BoltDB filename to be opened as the first argument on the command line:
boltbrowser <filename>