aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-08-15 08:39:31 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-08-16 20:13:31 +0530
commitf0ca1e778544d852ef04cf637d64ea1f94e43ddc (patch)
tree6c8f1dfefe7eaf15606e5142fe89785181755d21 /README.md
parent1d6a36ae18dea3d2bfcb5f4a839acf343a220533 (diff)
downloadnnn-f0ca1e778544d852ef04cf637d64ea1f94e43ddc.tar.gz
Document that filenames are not unquoted
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7fd3e3..4f0f72d 100644
--- a/README.md
+++ b/README.md
@@ -389,6 +389,8 @@ To wrap each file path within single quotes, export `NNN_QUOTE_ON`:
export NNN_QUOTE_ON=1
This is particularly useful if you are planning to copy the whole string to the shell to run a command. Quotes can be toggled at runtime using <kbd>^T</kbd>.
+Note that the filename is not escaped. So copying may still fail for filenames having quote(s) in them.
+
#### copy file paths when X is missing
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$USER`.