summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-05-09 20:58:17 +0200
committerYorhel <git@yorhel.nl>2021-05-09 20:59:09 +0200
commitb0e81ea4e9cb79c86d87c157deae3f6457acc349 (patch)
treebfab6a080d2c60da239e403e889e9e1bb92557dd /README.md
parent9b59d3dac4c9aa6e11349b7d09e148af98275a5e (diff)
Implement scanning UI (-0,-1,-2)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d1989b..1407b0c 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ Missing features:
- Export/import
- Most directory listing settings
-- Scaning UI
- Lots of informational UI windows
- Directory refresh
- File deletion
- Opening a shell
+- OOM handling
### Improvements compared to the C version
@@ -54,6 +54,7 @@ Already implemented:
(Implemented in the data model, but not displayed in the UI yet)
- Faster --exclude-kernfs thanks to `statfs()` caching.
- Improved handling of Unicode and special characters.
+- Remembers item position when switching directories.
Potentially to be implemented: