slitaz-tools view tazdrop/doc/tazdrop.en.html @ rev 813

Current state, features stabilized and open for bugfixes and translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Sep 09 03:27:04 2013 +0300 (2013-09-09)
parents
children c79e656b37a5
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <title>TazDrop Manual (en)</title>
6 <link rel="stylesheet" type="text/css" href="../slitaz-doc.css" />
7 <script type="text/javascript" src="../slitaz-doc.js"></script>
8 </head>
9 <body>
11 <header>
12 <h1>TazDrop Manual</h1>
13 </header>
15 <div id="content">
17 <h2>SliTaz Drag N' Drop tool</h2>
19 <p>TazDrop is a small window which can run in a corner of a screen and as an
20 expanded panel and let you Drag N' Drop any kind of content and perform an
21 action on it. If you drop an URL to a site it will open a browser to its
22 location, if the URL is a file (tarball, ISO, PDF, etc) it will download it.
23 It can also handle email addresses, SliTaz Packages (drop one on TazDrop and
24 it will install it) and if you drop a folder it will create a tar.bz2 archive
25 of it. You can even drop one of its options, try to drop: <tt>--notes</tt></p>
27 <p><b>Note:</b> This tool is separate from tazboxes since it runs permanently
28 and has quite a few lines of code.</p>
31 <h2>Auto start the DND window</h2>
33 <p>To start TazDrop with your Window manager you have to put these lines in your
34 autostart script (For Openbox: <tt>~/.config/openbox/autostart</tt>) to have
35 a DND window with some text:</p>
37 <pre>
38 # TazDrop Drag N' Drop handler
39 tazdrop --dnd &amp;
40 </pre>
42 <p>To use an image as DND box, you can configure the image path via
43 <tt>tazdrop.conf</tt>:</p>
45 <pre>
46 # TazDrop Drag N' Drop handler
47 tazdrop --dnd-image &amp;
48 </pre>
51 <h2>Misc notes</h2>
53 <ul>
54 <li>Dropped folders will be archived to tar.bz2</li>
55 <li>Text content is written to <tt>$HOME/.cache/tazdrop.notes</tt></li>
56 <li>Applications are logically configurable as well as the tool behaviour</li>
57 </ul>
59 </div>
61 <footer>
62 Copyright © 2013 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
63 </footer>
65 </body>
66 </html>