aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-13 19:22:19 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-12-13 19:38:28 +0530
commit78830781ee8b24fc2cb260802ec468cd10de5d68 (patch)
treea048e869079cda3adbe806494f9e1ddb4e7d5982
parent2886abc90c2f05292ec35196de8a9e6d4b678703 (diff)
downloadnnn-78830781ee8b24fc2cb260802ec468cd10de5d68.tar.gz
Update docs
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index e5bc4c4..0a01a3c 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,8 @@ Add to that an awesome [Wiki](https://github.com/jarun/nnn/wiki)!
2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
3. Optionally open all text files in `$EDITOR` (fallback vi): `export NNN_USE_EDITOR=1`.
4. For additional functionality [install plugins](https://github.com/jarun/nnn/tree/master/plugins#installing-plugins).
+5. To copy selected file paths to system clipboard and show notis on cp, mv, rm completion use option `-x`.
+6. For a strictly CLI-only experience, see plugin `nuke`. It's a sample opener you can customize.
Notes:
@@ -90,7 +92,7 @@ Notes:
#### Library dependencies
-A curses library with wide char support (e.g. ncursesw), libreadline (`make O_NORL=1` to drop) and standard libc.
+A curses library with wide char support (e.g. ncursesw), libreadline (optional) and standard libc.
#### Utility dependencies
@@ -134,9 +136,13 @@ Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are auto-generated wi
Download the latest stable release or clone this repository (*risky*), install deps and compile. On Ubuntu 18.04:
$ sudo apt-get install pkg-config libncursesw5-dev libreadline-dev
- $ make
$ sudo make strip install
+To compile _without_ libreadline:
+
+ $ sudo apt-get install pkg-config libncursesw5-dev
+ $ sudo make O_NORL=1 strip install
+
`PREFIX` is supported, in case you want to install to a different location.
Visit the [developer guides](https://github.com/jarun/nnn/wiki/Developer-guides) for compilation notes on the Pi, Cygwin and other compilation modes.
@@ -241,7 +247,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
Notes:
1. Help & settings, file details and archive listing are shown in the `$PAGER`.
-2. To change shortcuts modify key bindings in `nnn.h` and compile.
+2. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions.
| Mouse click | Function |
|---| --- |