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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user