1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-01 09:35:45 +01:00

Added :write !cmd and :write >>file.

This commit is contained in:
Kris Maglione
2010-10-04 19:36:19 -04:00
parent 9b3e28cb42
commit a21c2510e3
4 changed files with 57 additions and 7 deletions

View File

@@ -415,6 +415,26 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
</description>
</item>
<item>
<spec>:write >> <a>file</a></spec>
<description>
<p>
Appends the current web page to the file <a>file</a>. The given
file must already exist.
</p>
</description>
</item>
<item>
<spec>:write !<a>cmd</a></spec>
<description>
<p>
Writes the current web page to <a>cmd</a> and prints the command's
output.
</p>
</description>
</item>
<h2 tag="quitting save-session">Quitting</h2>
<item>