Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Dec 8, 2018
1 parent b83766c commit 899e9ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/ClipboardTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header>
<h1><a href="./index.html">docs</a> &raquo; ClipboardTool</h1>
<p>Keep a history of the clipboard for text entries and manage the entries with a context menu</p>
<p>Originally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu
<p>Originally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu
and on <a href="https://github.com/VFS/.hammerspoon/blob/master/tools/clipboard.lua">code by VFS</a>, but with many changes and some contributions and inspiration from <a href="https://github.com/asmagill/hammerspoon-config/blob/master/utils/_menus/newClipper.lua">asmagill</a>.</p>
<p>Download: <a href="https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip">https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip</a></p>

Expand Down
4 changes: 2 additions & 2 deletions docs/Seal.plugins.urlformats.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ <h5><a href="#providersTable">providersTable</a></h5>
<p>Notes:</p>
<ul>
<li>An example table might look like:<div class="highlight"><pre><span></span><span class="p">{</span>
<span class="n">rhbz</span> <span class="o">=</span> <span class="p">{</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;</span><span class="s">Red Hat Bugzilla&quot;</span><span class="p">,</span> <span class="n">url</span> <span class="o">=</span> <span class="s2">&quot;</span><span class="s">https://bugzilla.redhat.com/show_bug.cgi?id=%s&quot;</span><span class="p">,</span> <span class="p">},</span>
<span class="n">lp</span> <span class="o">=</span> <span class="p">{</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;</span><span class="s">Launchpad Bug&quot;</span><span class="p">,</span> <span class="n">url</span> <span class="o">=</span> <span class="s2">&quot;</span><span class="s">https://launchpad.net/bugs/%s&quot;</span><span class="p">,</span> <span class="p">},</span>
<span class="n">rhbz</span> <span class="o">=</span> <span class="p">{</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;Red Hat Bugzilla&quot;</span><span class="p">,</span> <span class="n">url</span> <span class="o">=</span> <span class="s2">&quot;https://bugzilla.redhat.com/show_bug.cgi?id=%s&quot;</span><span class="p">,</span> <span class="p">},</span>
<span class="n">lp</span> <span class="o">=</span> <span class="p">{</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;Launchpad Bug&quot;</span><span class="p">,</span> <span class="n">url</span> <span class="o">=</span> <span class="s2">&quot;https://launchpad.net/bugs/%s&quot;</span><span class="p">,</span> <span class="p">},</span>
<span class="p">}</span>
</pre></div>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
}
],
"desc": "Keep a history of the clipboard for text entries and manage the entries with a context menu",
"doc": "Keep a history of the clipboard for text entries and manage the entries with a context menu\n\nOriginally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu \nand on [code by VFS](https://github.com/VFS/.hammerspoon/blob/master/tools/clipboard.lua), but with many changes and some contributions and inspiration from [asmagill](https://github.com/asmagill/hammerspoon-config/blob/master/utils/_menus/newClipper.lua).\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip)",
"doc": "Keep a history of the clipboard for text entries and manage the entries with a context menu\n\nOriginally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu\nand on [code by VFS](https://github.com/VFS/.hammerspoon/blob/master/tools/clipboard.lua), but with many changes and some contributions and inspiration from [asmagill](https://github.com/asmagill/hammerspoon-config/blob/master/utils/_menus/newClipper.lua).\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip)",
"items": [
{
"def": "ClipboardTool:bindHotkeys(mapping)",
Expand Down Expand Up @@ -862,7 +862,7 @@
}
],
"name": "ClipboardTool",
"stripped_doc": "\nOriginally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu \nand on [code by VFS](https://github.com/VFS/.hammerspoon/blob/master/tools/clipboard.lua), but with many changes and some contributions and inspiration from [asmagill](https://github.com/asmagill/hammerspoon-config/blob/master/utils/_menus/newClipper.lua).\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip)",
"stripped_doc": "\nOriginally based on TextClipboardHistory.spoon by Diego Zamboni with additional functions provided by a context menu\nand on [code by VFS](https://github.com/VFS/.hammerspoon/blob/master/tools/clipboard.lua), but with many changes and some contributions and inspiration from [asmagill](https://github.com/asmagill/hammerspoon-config/blob/master/utils/_menus/newClipper.lua).\n\nDownload: [https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip](https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ClipboardTool.spoon.zip)",
"submodules": [],
"type": "Module"
},
Expand Down

0 comments on commit 899e9ac

Please sign in to comment.