diff options
author | Christian Zangl <laktak@cdak.net> | 2019-07-18 14:33:30 +0200 |
---|---|---|
committer | Christian Zangl <laktak@cdak.net> | 2019-07-18 15:05:11 +0200 |
commit | c51e5af03f06b8a126a40a1a5af4f2b03277374a (patch) | |
tree | df02a7dffd6711dba35bc919aa521dd6728c89b8 /doc | |
parent | 5003eb7ef0486f6563fa7e57864d51e3aa5b28b0 (diff) | |
download | ranger-c51e5af03f06b8a126a40a1a5af4f2b03277374a.tar.gz |
Added a make_safe_path parameter to paste
It allows you to specify your own function to generate the path for conflicting files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 17a9fdc8..3a98df86 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -527,8 +527,8 @@ also "da", "dr" and "dt" shortcuts equivalent to "ya", "yr" and "yt".) Paste the files which were previously copied or cut, like pressing Ctrl+V in modern GUI programs. -Conflicts will be renamed by appending an _ to the file extension. To change -this see the paste command. +Conflicts will be renamed by appending an _ to the full file name. To change +this and insert a _ before the file extension see commands.py. =item po |