bolter icon indicating copy to clipboard operation
bolter copied to clipboard

Command-line app for viewing BoltDB file in your terminal

Results 13 bolter issues
Sort by recently updated
recently updated
newest added

when I use go get -u github.com/hasit/bolter. an error has occurred. go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more...

``` rvn@moa:~$ go get -u github.com/hasit/bolter # github.com/hasit/bolter go/src/github.com/hasit/bolter/bolter.go:43:14: cannot use []cli.Author literal (type []cli.Author) as type []*cli.Author in assignment rvn@moa:~$ go install github.com/hasit/bolter # github.com/hasit/bolter go/src/github.com/hasit/bolter/bolter.go:43:14: cannot use []cli.Author...

Thanks for the tool! I found it hard to use with database of moderate size. Added two features. 1. `--no-values` cli option to not print values. For the case when...

Hi, it's strange the -b bucket in README seemingly disappears? ``` $./bolter NAME: bolter - view boltdb file interactively in your terminal VERSION: 2.0.1 USAGE: bolter [global options] GLOBAL OPTIONS:...

Makes the CLI arg parameters match the main bolter branch while maintaining the legacy functionality of 'old'. Connected to hasit/bolter#16

User should be able to use `bolter` to view files on remote location (via ssh perhaps?). Proposal: Use a `-r` flag to denote remote file like so. ```bash bolter -fr...

enhancement

`-m` flag should accept `json`, `csv` or `xml` values to print output in.

enhancement

cc @ross-spencer, @nouney How do we test an interactive system like this one? Any thoughts?

enhancement
help wanted

Update the README.md file to reflect the new changes of the interactive mode update.

help wanted

pull request 22 looks suspiciously like the error I am seeing. I first tried running using go get / go install github.com/hasit/bolter (not really sure why I found that tip...