slitaz-tools view tazdrop/README @ rev 918

tazx: Add driver autodetect and bpp-edit features.
Auto: 2nd-level Dialog-item
or Command (tazx auto) without writing xorg.conf.d/
bpp: both generates xorg.conf.d:
(tazx bpp 16) or (tazx bpp) dialog
optimize (tazbox tazapps) speed.
Using existing i18n strings for new.
Fix fr.po syntax typos.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 14 21:18:57 2014 +0000 (2014-11-14)
parents 4e09b69a4f57
children
line source
1 SliTaz Drag N' Drop tool
2 ================================================================================
5 TazDrop is a small window which can run in a corner of a screen and as an
6 expanded panel and let you Drag N' Drop any kind of content and perform an
7 action on it. If you drop an URL to a site it will open a browser to its
8 location, if the URL is a file (tarball, ISO, PDF, etc) it will download it.
9 It can also handle email addresses, SliTaz Packages (drop one on TazDrop and
10 it will install it) and if you drop a folder it will create a tar.bz2 archive
11 of it. You can even drop one of its options, try to drop: --notes
13 Note: This tool is separate from tazboxes since it runs permanently and has
14 quite a few lines of code.
17 Auto start the DND window
18 -------------------------
19 To start TazDrop with your Window manager you have to put these lines in your
20 autostart script (For Openbox: ~/.config/openbox/autostart) to have a DND
21 window with some text:
23 # TazDrop Drag N' Drop handler
24 tazdrop --dnd &
26 To use an image as DND box, you can configure the image path via tazdrop.conf:
28 # TazDrop Drag N' Drop handler
29 tazdrop --dnd-image &
32 Misc notes
33 ----------
35 * Dropped folders will be archived to tar.bz2
36 * Text content is written to $HOME/.cache/tazdrop.notes
37 * Applications are logically configurable as well as the tool
38 behaviour
41 ================================================================================