mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Concepts (markdown)
parent
624b752d72
commit
6a4c256db8
@ -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.
|
Loading…
Reference in New Issue
Block a user