Added export functions

* (x) - Export value as string
* (X) - Export key/value or bucket as JSON
This commit is contained in:
2016-12-29 15:23:58 -06:00
parent 6a2dc9f776
commit e1430823a8
3 changed files with 162 additions and 3 deletions
+1
View File
@@ -112,6 +112,7 @@ 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"},
{"?", "this screen"},
{"q", "quit program"},