bolter
bolter copied to clipboard
Command-line app for viewing BoltDB file in your terminal
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...
`-m` flag should accept `json`, `csv` or `xml` values to print output in.
cc @ross-spencer, @nouney How do we test an interactive system like this one? Any thoughts?
Update the README.md file to reflect the new changes of the interactive mode update.
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...