boltbrowser/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2015-05-18 14:47:08 +00:00
boltbrowser
===========
2015-05-18 15:10:01 +00:00
A CLI Browser for BoltDB Files
2017-04-24 04:06:21 +00:00
![Image of About Screen](http://bullercodeworks.com/boltbrowser/ss2.png)
2015-05-18 15:10:01 +00:00
2017-04-24 04:06:21 +00:00
![Image of Main Browser](http://bullercodeworks.com/boltbrowser/ss1.png)
Installing
----------
Install in the standard way:
```sh
go get github.com/br0xen/boltbrowser
```
Then you'll have `boltbrowser` in your path.
2017-08-30 14:10:43 +00:00
Pre-built Binaries
------------------
Here are pre-built binaries:
* [Linux 64-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linux64)
* [Linux 32-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linux386)
* [Linux Arm](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.linuxarm)
* [Windows 64-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.win64.exe)
* [Windows 32-bit](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.win386.exe)
* [Mac OS](https://bullercodeworks.com/downloads/boltbrowser/boltbrowser.darwin64)
Usage
-----
Just provide a BoltDB filename to be opened as the first argument on the command line:
```sh
boltbrowser <filename>
```