aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 18:41:23 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 18:41:35 +0300
commit5117ed86d5a1b1a264cc05ff660a296d638b2ed9 (patch)
tree3394962fddac3908824640cdc79ddea1f6e4a68f
parent7e1a69e43832a7ada128e3f47c9d71071e1336c1 (diff)
downloadufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.tar.gz
ufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.tar.bz2
ufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.zip
readme: write about usage and available controlsv0.2.0
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index b405b47..73dba15 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,28 @@ ShellPkg/Application/UfmApp/UfmApp.inf
```
UfmCommandLib|Include/Library/UfmCommandLib.h
```
+
+## Usage:
+
+```
+Shell> ufm
+```
+
+This example of launching an application is possible if it's integrated in the Shell. In other case, go to the desired file system and run **UfmApp.efi**
+
+The app doesn't currently support command line arguments
+
+### Controls:
+
+There is no mouse support.
+
+Keyboard Inputs:
+
+```
+- UP ARROW / DOWN ARROW: move to the next / prev item or scroll a line up / down
+- TAB: move to the next panel
+- ENTER: follow the current link
+- SPACE: select the file
+- F1-F10: special commands
+```
+