bboltEditor

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

README

bboltEditor

bboltEditor is a tool to view and edit bbolt database files
bboltEditor is built with cogentcore, a cross-platform framework for building powerful, fast, elegant 2D and 3D apps

Screenshot

main window

Startup

bboltEditor will open test.db in the current directory or database file passed as command line parameter
If database file does not exist, it is created
The main window consists of a toolbar, a tree view of buckets/keys and a details pane

Toolbar

the toolbar provides buttons to

  • open file selection dialog
  • open settings dialog
  • open bucket actions menu
  • open key actions menu
  • quit application

Database Tree

the left pane displays a tree view of the database
upon selections, details of the bucket or key will be displayed in details pane. right clicking on bucket or key name will display a context menu

Details Pane

Bucket

displays path and name of bucket

Key

displays path, name and value of key
key value is displayed as json if key is valid json or as string otherwise
key value can be updated directly in details pane

Bucket Context Menus
  • Create Bucket
  • Delete Bucket
  • Empty Bucket
  • Add Key
  • Move Bucket
  • Rename Bucket
  • Copy Bucket
Key Context Menu
  • Delete Key
  • Move Key
  • Rename Key
  • Copy Key

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL