1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Concepts (markdown)

Arun 2022-07-16 22:41:05 +05:30
parent 6a4c256db8
commit d761873750

@ -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: 14. Directory updates are disabled in the following modes:
- disk usage: re-scans are issued on every change in dir - disk usage: re-scans are issued on every change in dir
- filter mode: content refresh is very disruptive in the workflow - filter mode: content refresh is very disruptive in the workflow
15. Limited (4) number of contexts; for more, please refer to [make options](https://github.com/jarun/nnn/wiki/Developer-guides#make-options) 15. Limited (4) number of contexts; for more, please refer to [make option `O_CTX8`](https://github.com/jarun/nnn/wiki/Developer-guides#compile-in-8-contexts)
- file paths copy-paste should work seamlessly between contexts and instances of `nnn` - 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. 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.