Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/br0xen/boltbrowser

A CLI Browser for BoltDB Files
https://github.com/br0xen/boltbrowser

Last synced: 3 months ago
JSON representation

A CLI Browser for BoltDB Files

Awesome Lists containing this project

README

        

boltbrowser
===========

A CLI Browser for BoltDB Files

![Image of About Screen](https://git.bullercodeworks.com/brian/boltbrowser/raw/branch/master/build/aboutscreen.png)

![Image of Main Browser](https://git.bullercodeworks.com/brian/boltbrowser/raw/branch/master/build/mainscreen.png)

Installing
----------

Install in the standard way:

```sh
go get github.com/br0xen/boltbrowser
```

Then you'll have `boltbrowser` in your path.

Pre-built Binaries
------------------
Pre-build binaries are available on the [Releases Page](https://github.com/br0xen/boltbrowser/releases).

Usage
-----

Just provide a BoltDB filename to be opened as the first argument on the command line:

```sh
boltbrowser
```

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.