mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Added a rough list of available api tools.
This commit is contained in:
parent
f107a762df
commit
bbb873d7b8
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@ if __name__ == '__main__':
|
||||||
<p>Or you could use <code>curl</code>:
|
<p>Or you could use <code>curl</code>:
|
||||||
<code>alias dpaste="curl -F 'content=<-' http://dpaste.de/api/</code></p>
|
<code>alias dpaste="curl -F 'content=<-' http://dpaste.de/api/</code></p>
|
||||||
|
|
||||||
|
<h2>Applications using the API:</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/bartTC/dpasteGUI/wiki">dpasteGUI</a>, a OS X interface</li>
|
||||||
|
<li><a href="https://github.com/bartTC/SubDpaste">a dpaste Sublime 2 plugin</a></li>
|
||||||
|
<li><a href="http://marmalade-repo.org/packages/dpaste_de">Marmalade</a>, a Emacs plugin</li>
|
||||||
|
</ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue