summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-10-17 09:49:26 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-10-17 09:52:33 +0200
commitd5c4b2209a405b173d34dc72181b06215fa72be9 (patch)
tree37d7891917b46875011e9c9d32cfbc54781f88a6 /helm-help.el
parentf688221cfd556bb817c011615747b0a1af43eb3d (diff)
Update documentation about external programs on files
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/helm-help.el b/helm-help.el
index 63cfe71c..993f9870 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -446,6 +446,10 @@ prefix arg Helm will see if there is an application suitable in
mailcap files. If you want to specify which external application
to use (and its options) use a prefix arg.
+If you have to pass arguments after filename use `%s' in your command e.g. \"foo %s -a -b\"
+If you want to detach your program from Emacs, you can use e.g. \"(foo %s &)\" (only supported on Linux/Unix).
+When using `%s' do not quote it (i.e. \"%s\"), helm is already quoting filename argument.
+
Note: What you configure for Helm in `helm-external-programs-associations'
will take precedence on mailcap files.
@@ -455,8 +459,7 @@ Same as above but doesn't quit Helm session, it is apersistent action.
- Open file externally with default tool (`\\[helm-ff-run-open-file-with-default-tool]').
-This uses xdg-open which sucks most of the time, but perhaps it
-works fine on Windows. This is why it is kept in Helm.
+Use `xdg-open' to open files.
*** Toggle auto-completion