Andrew Slotin 6bfd6215e6 Exit with status code 2 if no files were given
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.
2017-10-12 11:52:33 +07:00
2017-08-30 08:55:08 -05:00
2017-10-12 11:46:12 +07:00
2015-10-21 08:48:18 -05:00
2015-12-01 15:20:52 -06:00
2016-05-06 05:04:04 +08:00
2017-08-30 09:10:43 -05:00
2016-12-29 15:23:58 -06:00
2017-08-30 08:55:08 -05:00
2015-12-01 15:20:52 -06:00
2015-12-01 15:20:52 -06:00

boltbrowser

A CLI Browser for BoltDB Files

Image of About Screen

Image of Main Browser

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>
Description
No description provided
Readme 3.7 MiB
Version 2.0 Latest
2019-10-17 15:49:08 +00:00
Languages
Go 100%