Skip to content

Commit

Permalink
README: Update to reflect new capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhz committed Dec 23, 2022
1 parent b2e3618 commit eb6ea8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Flags:
|Suspend |<kbd>Ctrl</kbd>+<kbd>z</kbd>|
|Quit |<kbd>Ctrl</kbd>+<kbd>q</kbd>|

#### Configuration/Mounts only
#### Configuration/Mounts only
|Operation |Keybinding |
|-------------------------------------|-------------------------------------------------|
|Select button |<kbd>Enter</kbd> |
Expand Down Expand Up @@ -97,6 +97,7 @@ Flags:
|Delete selected items |<kbd>d</kbd>|
|Make directory |<kbd>M</kbd>|
|Generate public link for item|<kbd>;</kbd>|
|Show remote information |<kbd>i</kbd>|

### Mounts

Expand Down
1 change: 1 addition & 0 deletions ui/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit eb6ea8b

Please sign in to comment.