diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-10-04 19:36:19 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-10-04 19:36:19 -0400 |
commit | a21c2510e3d7c5105322ada59a2a1752ea17e61e (patch) | |
tree | edae98ba59fd6e1ac0a6c9f428c722e5aef01ceb /common/locale/en-US/browsing.xml | |
parent | 9b3e28cb4217654cc8df25beb8e729a66a4492ef (diff) | |
download | pentadactyl-a21c2510e3d7c5105322ada59a2a1752ea17e61e.tar.gz |
Added :write !cmd and :write >>file.
Diffstat (limited to 'common/locale/en-US/browsing.xml')
-rw-r--r-- | common/locale/en-US/browsing.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index db139c85..77c40487 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -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> |