Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 546 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 546 Bytes

BoltGUI

Getting Started

Installing

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.

Usage

$ BoltGUI -path ~/bolt.db -port 8080

or just run

$ BoltGUI

and enter path to bolt file in stdin. Server will started on 8080 port

TODO

  • Add support for nested buckets
  • Search over bucket
  • Load entries while scrolling
  • File picker
  • More pleasant interface