diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-26 17:50:31 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-26 17:50:31 +0530 |
commit | fa549aa5f78e6359d2c2c569e949f39c86c23c4e (patch) | |
tree | f9cac3f6a4c93824b9da41ed41a354f5b25e7336 /README.md | |
parent | 11dac5e3db997c633e1a8ebd096655191c7580f3 (diff) | |
download | nnn-fa549aa5f78e6359d2c2c569e949f39c86c23c4e.tar.gz |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -385,7 +385,11 @@ This is particularly useful if you are planning to copy the whole string to the A very common scenario on headless remote servers connected via SSH. As the clipboard is missing, `nnn` copies the path names to the tmp file `/tmp/nnncp`. -To use the copied paths from the cmdline, use command substitution: +`nnn` needs to know X is unavailable: + + export NNN_NO_X=1 + +Use <kbd>^Y</kbd> and/or <kbd>^K</kbd> to copy file paths as usual. To use the copied paths from the cmdline, use command substitution: # bash/zsh ls -ltr `cat /tmp/nnncp` |