Update docs

This commit is contained in:
Arun Prakash Jana 2019-03-24 22:01:15 +05:30
parent b6c66a78c0
commit 28ef959e71
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 3 additions and 5 deletions

View file

@ -20,7 +20,7 @@
<p align="center"><i>video of nnn in action (an earlier release)</i></a></p> <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. `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 - Modes
- Detail (default), light - Detail (default), light
- Disk usage analyzer (block/apparent) - Disk usage analyzer (block/apparent)
- File picker, vim (or neovim) plugin - File picker, (neo)vim plugin
- Navigation - Navigation
- *Navigate-as-you-type* with auto-select directory - *Navigate-as-you-type* with auto-select directory
- *Wild load* for *navigate-as-you-type* - *Wild load* for *navigate-as-you-type*

View file

@ -1,6 +1,4 @@
#### Alphabetical list of scripts | Script (a-z) | Description |
| Script | Description |
| --- | --- | | --- | --- |
| copier | Copy selection to clipboard | | copier | Copy selection to clipboard |
| edit | Fuzzy find a file in directory subtree with fzy and edit in vim | | edit | Fuzzy find a file in directory subtree with fzy and edit in vim |