summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-06-11 13:05:39 +0200
committerYorhel <git@yorhel.nl>2021-06-11 13:12:00 +0200
commit618972b82bfb08c30b21366491494b79f1e2ad37 (patch)
treed9e0a2a7264b2de024e11b9b1dcf011c39584976 /README.md
parentd910ed8b9f2442db3453b59b490c7c528483b21a (diff)
Add item info window
Doesn't display the item's path anymore (seems rather redundant) but adds a few more other fields.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93de39f..668c978 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ backported to the C version, depending on how viable a proper Zig release is.
Missing features:
-- Lots of informational UI windows
+- Listing paths for the same hard link
+- Help window
- Directory refresh
- File deletion
- Opening a shell
@@ -70,6 +71,18 @@ Aside from this implementation being unfinished:
- Not nearly as well tested.
- Directories that could not be opened are displayed as files.
+### Minor UI differences
+
+Not sure if these count as improvements or regressions, so I'll just list these
+separately:
+
+- Some columns in the file browser are hidden automatically if the terminal is
+ not wide enough to display them.
+- Browsing keys other than changing the currently selected item don't work
+ anymore while the info window is being displayed.
+- The file's path is not displayed in the item window anymore (it's redundant).
+- The item window's height is dynamic based on its contents.
+
## Requirements
- Latest Zig compiler