From ea378f92062ca7cacea2e439800e27e775bb7da9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 3 Mar 2019 21:18:15 +0530 Subject: [PATCH] Fix #211 --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index dd827293..636316b2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Noice is Not Noice, a noicer fork...

nnn in action! (Thanks Luke Smith for the video!)

-`nnn` is smooth... like butter. It's also probably the [fastest and most lightweight](#comparison) file manager you have ever used. +`nnn` is smooth... like butter. It's also probably one of the fastest and most lightweight file managers you have ever used. `nnn` integrates seamlessly with your DE and favourite GUI utilities, has a unique _navigate-as-you-type_ mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning, quick notes and much more. @@ -41,7 +41,6 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows #### TABLE OF CONTENTS - [Features](#features) -- [Comparison](#comparison) - [Installation](#installation) - [Library dependencies](#library-dependencies) - [Utility dependencies](#utility-dependencies) @@ -124,18 +123,6 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows - Highly optimized, static analysis integrated code - Available on many distros -#### COMPARISON - -Stripped binary (or script) size and memory usage of `nnn` and some other similar utilities while viewing a directory with 13.5K files (0 directories), sorted by size/du: - -
-BINSZ    VIRT    RES    SHR S  %MEM   COMMAND
- 650K  139720  91220   8460 S   1.1   ranger
-   1M   50496  15328   4076 S   0.2   vifm
-   1M   72152  12468   7336 S   0.2   mc
-  55K   15740   4348   2460 S   0.1   nnn -S
-
- Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors). #### INSTALLATION -- 2.48.1