diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-10 02:01:20 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-10 02:01:20 +0530 |
commit | d463c4f0dfa550a0fa7d08f7deb0a87c47d44af7 (patch) | |
tree | aad0d7ef21a70f626869e6607f606d0901788e06 /README.md | |
parent | 4c0210ce2b50dab849874e86f7d61549a667d138 (diff) | |
download | nnn-d463c4f0dfa550a0fa7d08f7deb0a87c47d44af7.tar.gz |
Update docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ Visit the [Wiki](https://github.com/jarun/nnn/wiki) for concepts, program usage, ## Features +- Resource sensitive + - Typically needs < 3.5MB resident memory + - Works with 8-bit colors + - Disk-IO sensitive (few disk reads and writes) + - No config file to read on each start + - No FPU usage (all integer calculations, even for file size) - Modes - Light (default), detail - Disk usage analyzer (block/apparent) |