summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-21 14:13:39 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-21 14:28:58 +0200
commitb574267ed210fa6ff539e7f872923cd13d331a9e (patch)
treec805d79047d8845c3f46f725fe83b0f749cf128a /helm-help.el
parent9580d8a3370c18e4b1033d0b65b877a1d83c9743 (diff)
Allow upcasing downcasing capitalizing and matching whole string in hff qr.
* helm-files.el (helm-ff-query-replace-on-filenames): Do it. * helm-help.el (helm-ff-help-message): Document new feature.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 4d6d9793..969cc7d8 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -374,10 +374,11 @@ Use the helm-file-globstar feature described in previous section by
entering at end of helm-find-files pattern \"**.JPG\", then hit `M-%`,
at first prompt enter \"JPG\", at second \"jpg\" and hit `RET`.
-Shortcut for basename without extension and only extension are available:
+Shortcut for basename without extension, only extension or all are available:
- Basename without extension => \"%.\"
- Only extension => \".%\"
+- All => \"%\"
If you want to rename a serie of files from number 001 to 00x use \\# inside the replacement
string when you will be prompted for it.
@@ -392,6 +393,12 @@ Note: You can do this with the serial renames actions you will find in the actio
for more sophisticated renaming, but using query replace regexp on filenames
is a fast way for most common serial replacements.
+Note also that unlike the serial renames action the renamed files stay in their initial directory
+and are not renamed to current directory, IOW use this to rename files inside current directory.
+
+In the second prompt (replace regexp with) shortcut for `upcase', `downcase' and `capitalize'
+are available, respectively `%u', `%d' and `%c'.
+
*** Copying renaming asynchronously
If you use async library (if you have installed helm from MELPA you do) you can enable