6bfd6215e6
By convention exit(1) is reserved for general errors, while exit(2) means command misuse. Stdlib `flags` package invokes `os.Exit(2)` after printing out the usage message. This commit changes the empty files list exit code to be aligned with this behavior. |
||
---|---|---|
Godeps | ||
vendor | ||
.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
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>