From b4e5b243791cba0152f79e16fb4d3ca1a9db69b0 Mon Sep 17 00:00:00 2001 From: "Sijmen J. Mulder" Date: Mon, 17 Dec 2018 17:11:42 +0100 Subject: [PATCH 1/4] Tweak list of supported platforms - Add BSD - Raspberry Pi is not an OS - Non-exhaustive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1596cd74..5fce8a45 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Noice is Not Noice, a noicer fork... [Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, transfer selected files using lftp 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, macOS, Raspberry Pi, Cygwin, Linux subsystem for Windows and Termux. +It runs on Linux, macOS, BSD, Cygwin, Linux subsystem for Windows, Termux, and more. [Quickstart](#quickstart) and see how `nnn` simplifies those long desktop sessions. From 670ffc06b84caa98471414c55938832cfdca838c Mon Sep 17 00:00:00 2001 From: "Sijmen J. Mulder" Date: Mon, 17 Dec 2018 17:12:31 +0100 Subject: [PATCH 2/4] Any wide character curses works E.g. BSD curses. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fce8a45..a79a63af 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors) #### Dependencies -`nnn` needs libncursesw (on Linux or ncurses on macOS) and standard libc. +`nnn` needs curses with wide character support (like ncursesw) and standard libc. #### From a package manager From 532c1435e52a2e6cf631a530928f04f74fbaa90a Mon Sep 17 00:00:00 2001 From: "Sijmen J. Mulder" Date: Mon, 17 Dec 2018 17:14:07 +0100 Subject: [PATCH 3/4] Link pkgsrc package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a79a63af..3d2591a6 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors) - [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/nnn) (`nix-env -i nnn`) - [OpenBSD](https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nnn/) (`pkg_add nnn`) - [openSUSE](https://software.opensuse.org/package/nnn) (and packages for several other distros) (`zypper in nnn`) +- [pkgrsc](http://pkgsrc.se/sysutils/nnn) (`pkg_add nnn`) - [Raspbian Testing](https://archive.raspbian.org/raspbian/pool/main/n/nnn/) (`apt-get install nnn`) - [Slackware](http://slackbuilds.org/repository/14.2/system/nnn/) (`slackpkg install nnn`) - [Solus](https://packages.getsol.us/shannon/n/nnn/) (`eopkg install nnn`) From b31f43a2cb0d7c8ff61287a03f7376e1f714ef4a Mon Sep 17 00:00:00 2001 From: "Sijmen J. Mulder" Date: Mon, 17 Dec 2018 23:21:42 +0100 Subject: [PATCH 4/4] Changes suggested by @jarun --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2591a6..016994ce 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Noice is Not Noice, a noicer fork... [Integrate utilities](https://github.com/jarun/nnn#sample-scripts) like sxiv or fzy easily, transfer selected files using lftp 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, macOS, BSD, Cygwin, Linux subsystem for Windows, Termux, and more. +It runs on Linux, macOS, BSD, Cygwin, Linux subsystem for Windows and Termux. [Quickstart](#quickstart) and see how `nnn` simplifies those long desktop sessions. @@ -146,7 +146,7 @@ Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors) #### Dependencies -`nnn` needs curses with wide character support (like ncursesw) and standard libc. +`nnn` needs a curses library with wide character support (like ncursesw) and standard libc. #### From a package manager