From 5c78e99f44e73e8cc78c1eb6e6da8ef7ce778dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Vidovi=C4=87?= Date: Fri, 6 Dec 2019 14:12:56 +0100 Subject: [PATCH] Updated documentation --- README.md | 4 ++++ help/help.go | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a2d48c..1769635 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,10 @@ F5/5 - copy selected (or current if none selected) directories an - if selected is DataPower configuration create export of whole appliance (TODO) F7/7 - create directory F8/8 - create empty file + - create new DataPower configuration +F9/9 - clone current DataPower configuration under new name DEL/x - delete selected (or current if none selected) directories and files + - delete DataPower configuration d - diff current files/directories (must be "blocking" - see "Custom external commands" below) / - find string @@ -129,6 +132,7 @@ p - find previous string f - filter shown items by string . - enter location (full path) for local file system s - auto-synchronize selected directories (local to dp) +0 - toggle DataPower view from filestore view to object view q - quit any-other-char - show help (+ hex value of key pressed visible in status bar) diff --git a/help/help.go b/help/help.go index 655df09..ec4e4e3 100644 --- a/help/help.go +++ b/help/help.go @@ -43,9 +43,7 @@ p - find previous string f - filter shown items by string . - enter location (full path) for local file system s - auto-synchronize selected directories (local to dp) -0 - toggle DataPower view from filestore view to object view (TODO) -+ - when showing DataPower object view show only classes - for which objects exists (TODO) +0 - toggle DataPower view from filestore view to object view q - quit any-other-char - show help (+ hex value of key pressed visible in status bar)