Updated Concepts (markdown)

Arun 2022-07-16 22:39:59 +05:30
parent 624b752d72
commit 6a4c256db8
1 changed files with 1 additions and 1 deletions

@ -345,6 +345,6 @@ Here's a list of the design principles driving the core `nnn` program:
14. Directory updates are disabled in the following modes:
- disk usage: re-scans are issued on every change in dir
- filter mode: content refresh is very disruptive in the workflow
15. Limited (4) number of contexts; for more, use another instance
15. Limited (4) number of contexts; for more, please refer to [make options](https://github.com/jarun/nnn/wiki/Developer-guides#make-options)
- file paths copy-paste should work seamlessly between contexts and instances of `nnn`
16. Scan each directory on visit (even in disk usage analyzer mode) rather than storing all the information from the first scan. This keeps the information up to date. To compensate, use fast re-scan with highly optimized algorithms.