From eb6ea8b6d63a69e5fce70088288d518d642755d8 Mon Sep 17 00:00:00 2001 From: darkhz Date: Fri, 23 Dec 2022 11:47:47 +0530 Subject: [PATCH] README: Update to reflect new capabilities --- README.md | 3 ++- ui/help.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9dde02..25e75e3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Flags: |Suspend |Ctrl+z| |Quit |Ctrl+q| -#### Configuration/Mounts only +#### Configuration/Mounts only |Operation |Keybinding | |-------------------------------------|-------------------------------------------------| |Select button |Enter | @@ -97,6 +97,7 @@ Flags: |Delete selected items |d| |Make directory |M| |Generate public link for item|;| +|Show remote information |i| ### Mounts diff --git a/ui/help.go b/ui/help.go index faee4eb..94f0e38 100644 --- a/ui/help.go +++ b/ui/help.go @@ -65,6 +65,7 @@ var helpMap = map[string]map[string][]Help{ {"Delete selected items", "d"}, {"Make directory", "M"}, {"Generate public link for item", ";"}, + {"Show remote information", "i"}, }, }, "Mounts": {