aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-24 22:01:15 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-25 08:30:26 +0530
commit28ef959e7119e0ff8eed426f636f19744825e4dd (patch)
tree2e13e4c46c223b1ebda144639cdff9f07e5e2e4e
parentb6c66a78c01384ea1cc255c5c16db4a436136109 (diff)
downloadnnn-28ef959e7119e0ff8eed426f636f19744825e4dd.tar.gz
Update docs
-rw-r--r--README.md4
-rw-r--r--user-scripts/README.md4
2 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0957f77..d6bc95b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
<p align="center"><i>video of nnn in action (an earlier release)</i></a></p>
-`nnn` is one of the fastest and most lightweight file managers you have ever used (binary size `~50KB`, resident memory usage `~3.5MB`). And yet, it doesn't lack in features!
+`nnn` is one of the fastest and most lightweight file managers you have ever used (`~50KB` binary, `~3.5MB` resident memory usage, [highly optimized](https://github.com/jarun/nnn/wiki/performance-factors) code). And yet, it doesn't lack in features!
`nnn` works seamlessly with your DE and favourite GUI utilities. It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows and Termux on Android.
@@ -72,7 +72,7 @@ Have as many scripts as you want to extend the power of `nnn`! Pick from the [sc
- Modes
- Detail (default), light
- Disk usage analyzer (block/apparent)
- - File picker, vim (or neovim) plugin
+ - File picker, (neo)vim plugin
- Navigation
- *Navigate-as-you-type* with auto-select directory
- *Wild load* for *navigate-as-you-type*
diff --git a/user-scripts/README.md b/user-scripts/README.md
index bc71c70..18ed906 100644
--- a/user-scripts/README.md
+++ b/user-scripts/README.md
@@ -1,6 +1,4 @@
-#### Alphabetical list of scripts
-
-| Script | Description |
+| Script (a-z) | Description |
| --- | --- |
| copier | Copy selection to clipboard |
| edit | Fuzzy find a file in directory subtree with fzy and edit in vim |