]> git.tdb.fi Git - pmount-gui.git/blob - README.txt
Display a mount/unmount button below the device list
[pmount-gui.git] / README.txt
1 pmount-gui is a simple graphical frontend for pmount.  It is geared towards
2 minimal dependencies and only requires udev, pmount and gtk.  When run, it
3 presents the user with a list of mountable devices and allows selecting the
4 one to mount.  Default selection is the device which was connected to the
5 system last, making it easy to quickly mount the USB memory stick you just
6 plugged in.
7
8 In addition, there are two command-line switches:
9
10   -u  Unmount a device.
11   -v  Increases verbosity.  Useful if pmount-gui is misbehaving.
12
13 Suggested usage pattern is to bind pmount-gui to a shortcut key in your window
14 manager to provide quick access.
15
16 pmount-gui was written by Mikko Rasa and is distributed under the BSD license.
17 See the file LICENSE.txt for full license text.