]> git.tdb.fi Git - pmount-gui.git/blob - README.txt
Add pmount options
[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 some command-line switches:
9
10   -u
11     Unmount a device instead of mounting.
12
13   -v
14     Increases verbosity.  Useful if pmount-gui is misbehaving.
15
16   -r <command>
17     Runs a command after mounting, for example a terminal emulator or a file
18     manager.  The command is run without arguments in the directory where the
19     device was mounted.
20
21   -h
22     Displays a summary of options.
23
24 Suggested usage pattern is to bind pmount-gui to a shortcut key in your window
25 manager to provide quick access.
26
27 pmount-gui was written by Mikko Rasa and is distributed under the BSD license.
28 See the file LICENSE.txt for full license text.