X-Git-Url: http://git.tdb.fi/?p=pmount-gui.git;a=blobdiff_plain;f=README.txt;h=f1b7db47a802543a6aaefc8947311aa1f463468b;hp=2f6ebe60aa1f92a122c21dc418570700a09e0c44;hb=refs%2Fheads%2Fmaster;hpb=d04845b185006875376ca066efd571dae69696dc diff --git a/README.txt b/README.txt index 2f6ebe6..f1b7db4 100644 --- a/README.txt +++ b/README.txt @@ -5,13 +5,31 @@ one to mount. Default selection is the device which was connected to the system last, making it easy to quickly mount the USB memory stick you just plugged in. -In addition, there are two command-line switches: +In addition, there are some command-line switches: - -u Unmount a device. - -v Increases verbosity. Useful if pmount-gui is misbehaving. + -u + Unmount a device instead of mounting. -Suggested usage pattern is to bind pmount-gui to a shortcut key in your window -manager to provide quick access. + -v + Increases verbosity. Useful if pmount-gui is misbehaving. + + -r + Runs a command after mounting, for example a terminal emulator or a file + manager. The command is run without arguments in the directory where the + device was mounted. + + -m + Starts pmount-gui in mount manager mode. Devices may be both mounted and + unmounted, and the application won't terminate after an operation. + + -M + Similar to -m, but the window is temporarily hidden when there are no + mountable devices present. + + -h + Displays a summary of options. + +Options can be passed to pmount by adding them after the special -- argument. pmount-gui was written by Mikko Rasa and is distributed under the BSD license. See the file LICENSE.txt for full license text.