summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-05-11 12:55:15 +0200
committerYorhel <git@yorhel.nl>2021-05-11 13:16:47 +0200
commit4cc422d628993d19b38731736ccfec19931ea2ef (patch)
tree360ddd27dac3c709db0002a993e23e356ec5f3a9 /README.md
parentb0e81ea4e9cb79c86d87c157deae3f6457acc349 (diff)
Implement confirm quit
(+ 2 minor crash fixes due to out-of-bounds cursor_idx)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1407b0c..4200858 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,8 @@ Potentially to be implemented:
- Faster --exclude-pattern matching
- Multithreaded scanning
+- Exporting a JSON dump after scanning into RAM
+- Transparent dump (de)compression by piping through gzip/bzip2/etc
### Regressions compared to the C version
@@ -67,6 +69,9 @@ Aside from this implementation being unfinished:
- Assumes a UTF-8 locale and terminal.
- No doubt somewhat less portable.
+- Listing all paths for a particular hard link requires a full search through
+ the in-memory directory tree.
+- Not nearly as well tested.
## Requirements