Commit Graph

10 Commits

Author SHA1 Message Date
ajacoutot
3adf1211aa Update to toad-1.2. 2015-04-23 13:55:54 +00:00
ajacoutot
aa1060a44b Update to toad-1.1. 2014-03-09 22:29:39 +00:00
ajacoutot
c1af9f124c Update to toad-0.9. 2013-12-27 09:14:02 +00:00
ajacoutot
f76c5fab26 Update to toad-0.8. 2013-12-11 12:17:12 +00:00
ajacoutot
3e6d48f3dc Oops, quick update to toad-0.7 to unbreak toadd(8). 2013-12-09 11:44:37 +00:00
ajacoutot
c9ff72a451 Update to toad-0.6. 2013-12-09 09:23:47 +00:00
ajacoutot
740fa1a905 Update to toad-0.5.
Fix build with WARNINGS (from giovanni@).
2013-12-05 16:18:46 +00:00
ajacoutot
b9d31e9a74 Update to toad-0.4. 2013-12-04 15:56:20 +00:00
naddy
645e7d1f82 Install source man pages into the correct directory. 2013-10-15 13:48:59 +00:00
ajacoutot
3a2b2d9ade Import toad-0.3.
toad(8) (Toad Opens All Devices) is a utility meant to be started from
the OpenBSD hotplugd(8) attach and detach scripts. It will try to mount
all partitions found on the device under /run/media/username/device.
Where username is the active user login name and device is the type of
the device: usb or cd, followed by its number (from 0 to 9).
This follows the udev hierarchy in Linux which allows interaction with
GLib/GIO's GUnixMount.

That means it interacts natively with file managers like Thunar and
Nautilus (where you can directly unmount/eject devices).

It comes with toadd(8), a small daemon that will detect the insertion of
a medium in the optical drives of the machine by periodically reading
their disklabel(8) (every 8 seconds) and call toad(8) with the attach or
detach argument respectively.

NOTE: this is somewhat still a WIP and a moving target for sure
ok jasper@
2013-10-08 17:27:00 +00:00