Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vvidovic committed Dec 6, 2019
1 parent a3e5f40 commit 5c78e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 1 addition & 3 deletions help/help.go
Expand Up @@ -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)
Expand Down

0 comments on commit 5c78e99

Please sign in to comment.