diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-27 18:29:46 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-27 18:29:46 +0530 |
commit | 338b3be7071a164289639cec7bde305ffcc51891 (patch) | |
tree | 5fa06ed56f38b7e2676930e92e4e0a9ca6b40c54 /nnn.1 | |
parent | 06ff738b4c569819fb40ea41df7b0e9c5853fa4b (diff) | |
download | nnn-338b3be7071a164289639cec7bde305ffcc51891.tar.gz |
Remove file path quoting
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -105,8 +105,6 @@ Toggle selection mode Copy entry absolute path .It Ic y Show selection list -.It Ic ^T -Toggle path quote .It Ic P Copy files from selection .It Ic V @@ -296,10 +294,6 @@ files. If it's not set, by default file paths are copied to the tmp file \fBDIR/.nnncp\fR, where 'DIR' (by priority) is: \fI$HOME\fR or, \fI$TMPDIR\fR or, \fI/tmp\fR. .Ed .Pp -\fBNNN_QUOTE_ON:\fR wrap copied paths within single quotes. Useful for pasting -names in the shell. Note that the filename is not escaped. So copying may still fail -for filenames having quote(s) in them. -.Pp \fBNNN_SCRIPT:\fR path to a custom script to invoke with currently selected file name as argument 1. .Bd -literal export NNN_SCRIPT=/usr/local/bin/nscript |