To start using BoltGUI, install Go and run go get
:
$ go get github.com/Hek1t/BoltGUI
This will install the BoltGUI
command line utility into
your $GOBIN
path.
$ BoltGUI -path ~/bolt.db -port 8080
or just run
$ BoltGUI
and enter path to bolt file in stdin. Server will started on 8080 port
- Add support for nested buckets
- Search over bucket
- Load entries while scrolling
- File picker
- More pleasant interface