]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 1 Dec 2018 23:40:19 +0000 (05:10 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 1 Dec 2018 23:46:52 +0000 (05:16 +0530)
README.md
nnn.1

index 24480cdcf2a7b576dbd7b86953a649b581798ff1..bfb51b4408cd33000ae8bc8e46c94c29218aac2a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ Noice is Not Noice, a noicer fork...
 
 `nnn` is probably the [fastest and most resource-sensitive](#memory-usage) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
 
-[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, or use it as a [vim file picker](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
+[Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, or use it as a [(neo)vim plugin](https://github.com/jarun/nnn#neovim-plugin); `nnn` supports as many scripts as you need!
 
-It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux.
+It runs on Linux, macOS, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux.
 
 [Quickstart](#quickstart) and see how `nnn` simplifies those long desktop sessions... Missing a feature? Want to contribute? Head to the rolling [ToDo list](https://github.com/jarun/nnn/issues/137).
 
@@ -142,7 +142,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors)
 
 #### Dependencies
 
-`nnn` needs libncursesw (on Linux or ncurses on OS X) and standard libc.
+`nnn` needs libncursesw (on Linux or ncurses on macOS) and standard libc.
 
 #### From a package manager
 
@@ -322,13 +322,13 @@ The following indicators are used in the detail view:
 
 | External dependency | Operation |
 | --- | --- |
-| xdg-open (Linux), open(1) (OS X), cygstart (Cygwin) | desktop opener |
+| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | desktop opener |
 | file | determine file type |
 | cp, mv, rm, xargs (from findutils on Linux)  | copy, move and remove files |
 | mediainfo, exiftool | multimedia file details |
 | atool, patool ([integration](#integrate-patool)) | create, list and extract archives |
 | vidir (from moreutils) | batch rename, move, delete dir entries |
-| vlock (Linux), bashlock (OS X), lock(1) (BSD) | terminal locker |
+| vlock (Linux), bashlock (macOS), lock(1) (BSD) | terminal locker |
 | $EDITOR (overridden by $VISUAL, if defined) | edit files (fallback vi) |
 | $PAGER | page through files (fallback less) |
 | $SHELL | spawn a shell, run script (fallback sh) |
@@ -417,7 +417,7 @@ so you can easily handle files together:
 
 ##### to clipboard
 
-Along with default copy, `nnn` can pipe the absolute path of the current file or multiple files to a copier script. For example, you can use `xsel` on Linux or `pbcopy` on OS X. Here's a sample [copier script](https://github.com/jarun/nnn/tree/master/scripts/copier).
+Along with default copy, `nnn` can pipe the absolute path of the current file or multiple files to a copier script. For example, you can use `xsel` on Linux or `pbcopy` on macOS. Here's a sample [copier script](https://github.com/jarun/nnn/tree/master/scripts/copier).
 
 To inform `nnn` of the executable copier script location:
 
diff --git a/nnn.1 b/nnn.1
index f271bd8e6d41b577b449fcc11fe0d8c25a150a12..cdce894ad0680f8f7c12e535dd159c0d3e8a5980 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -192,7 +192,7 @@ supports the following options:
         show program help and exit
 .Sh CONFIGURATION
 .Nm
-uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on OS X) as the desktop opener.
+uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on macOS) as the desktop opener.
 .Pp
 There is no configuration file. Settings work on environment variables. Please
 refer to the ENVIRONMENT section below.