Skip to content

nbokovoy/BoltGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4849fcf · Jan 10, 2019

History

29 Commits
Aug 4, 2015
Oct 22, 2015
Sep 8, 2018
Dec 30, 2015
Oct 22, 2015

Repository files navigation

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