aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs.html9
-rw-r--r--tools/index.html4
2 files changed, 11 insertions, 2 deletions
diff --git a/tools/emacs.html b/tools/emacs.html
index 6c52824..0438b73 100644
--- a/tools/emacs.html
+++ b/tools/emacs.html
@@ -434,6 +434,15 @@ supports <code>fido-vertical-mode</code> in case vertical mode is preferred.</p>
Info-history open info history in buffer
</code></pre>
+<h2 id="shell-commands"><a class="header" href="#shell-commands">shell commands</a></h2>
+<pre><code class="language-markdown"> key fn description
+---------------------------------------------
+ M-! shell-command run shell command synchronously
+ M-&amp; async-shell-command run shell command asynchronously
+ M-| shell-command-on-region run shell command on region;
+ prefix with C-u to replace region with
+ output of the command
+</code></pre>
</main>
diff --git a/tools/index.html b/tools/index.html
index e09bc7d..a25cd75 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -175,7 +175,7 @@
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
- <a rel="prev" href="../cli/paste.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
+ <a rel="prev" href="../cli/xargs.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
@@ -189,7 +189,7 @@
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
- <a rel="prev" href="../cli/paste.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
+ <a rel="prev" href="../cli/xargs.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>