summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-03-20 14:49:26 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-03-20 15:01:59 +0100
commit3999f3b8d91b341280b40f038ddb8d3cda0e2460 (patch)
treecc4c0b1370873b726490bb49c87062a35996f30a /helm-help.el
parent4f121a564d345e80fe6485810ea464fd276ba5d5 (diff)
Add touch action to HFF
* helm-files.el (helm-find-files-map): Bind it. (helm-find-files-actions): Add it to action. (helm-ff-touch-files): New, the action function. (helm-ff-run-touch-files): New, the command. * helm-help.el (helm-ff-help-message): Document command.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el21
1 files changed, 14 insertions, 7 deletions
diff --git a/helm-help.el b/helm-help.el
index 73214712..234505c3 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -791,6 +791,12 @@ buffer is kept and files are displayed next to it.
If you have mounted your filesystem with mountavfs,
you can expand archives in the \"~/.avfs\" directory with \\<helm-map>\\[helm-execute-persistent-action].
+*** Touch files
+
+In the completion buffer, you can choose the default which is the current-time, it is
+the first candidate or the timestamp of one of the selected files.
+If you need to use something else, use \\<helm-map>\\[next-history-element] and edit
+the date in minibuffer.
** Commands
\\<helm-find-files-map>
@@ -804,14 +810,15 @@ you can expand archives in the \"~/.avfs\" directory with \\<helm-map>\\[helm-ex
\\[helm-ff-run-git-grep]\t\tRun git-grep on current directory.
\\[helm-ff-run-gid]\t\tRun gid (id-utils).
\\[helm-ff-run-etags]\t\tRun Etags (`\\[universal-argument]' to use thing-at-point, `\\[universal-argument] \\[universal-argument]' to reload cache).
-\\[helm-ff-run-rename-file]\t\tRename File (`\\[universal-argument]' to follow).
+\\[helm-ff-run-rename-file]\t\tRename Files (`\\[universal-argument]' to follow).
\\[helm-ff-run-query-replace-fnames-on-marked]\t\tQuery replace on marked files.
-\\[helm-ff-run-copy-file]\t\tCopy File (`\\[universal-argument]' to follow).
-\\[helm-ff-run-byte-compile-file]\t\tByte Compile File (`\\[universal-argument]' to load).
-\\[helm-ff-run-load-file]\t\tLoad File.
-\\[helm-ff-run-symlink-file]\t\tSymlink File.
-\\[helm-ff-run-hardlink-file]\t\tHardlink file.
-\\[helm-ff-run-delete-file]\t\tDelete File.
+\\[helm-ff-run-copy-file]\t\tCopy Files (`\\[universal-argument]' to follow).
+\\[helm-ff-run-byte-compile-file]\t\tByte Compile Files (`\\[universal-argument]' to load).
+\\[helm-ff-run-load-file]\t\tLoad Files.
+\\[helm-ff-run-symlink-file]\t\tSymlink Files.
+\\[helm-ff-run-hardlink-file]\t\tHardlink files.
+\\[helm-ff-run-delete-file]\t\tDelete Files.
+\\[helm-ff-run-touch-files]\t\tTouch files.
\\[helm-ff-run-kill-buffer-persistent]\t\tKill buffer candidate without leaving Helm.
\\[helm-ff-persistent-delete]\t\tDelete file without leaving Helm.
\\[helm-ff-run-switch-to-eshell]\t\tSwitch to Eshell.