Add support to importing of value from a file

This commit is contained in:
James Hewitt
2023-05-12 14:27:33 +01:00
parent ab21f99955
commit 8a508a45ee
3 changed files with 79 additions and 15 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/br0xen/termbox-util"
termboxUtil "github.com/br0xen/termbox-util"
"github.com/nsf/termbox-go"
)
@@ -111,9 +111,9 @@ func (screen *AboutScreen) drawScreen(style Style) {
{"e", "edit value of pair"},
{"r", "rename pair/bucket"},
{"", ""},
{"", ""},
{"D", "delete item"},
{"x,X", "export as string/json to file"},
{"i", "import file to value of pair"},
{"", ""},
{"?", "this screen"},
{"q", "quit program"},