diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-10 10:40:35 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-10 10:40:35 -0500 |
commit | 35b46f635ee0089db5e2a8a302f29990c0ace8c6 (patch) | |
tree | 3fb0a03c1ff9e29ada20984ea839a9982e056976 /src/usr/share/man/man1/gmm.1.txt | |
download | gmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.tar.gz gmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.tar.bz2 gmm-35b46f635ee0089db5e2a8a302f29990c0ace8c6.zip |
initial commit
Diffstat (limited to 'src/usr/share/man/man1/gmm.1.txt')
-rw-r--r-- | src/usr/share/man/man1/gmm.1.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/usr/share/man/man1/gmm.1.txt b/src/usr/share/man/man1/gmm.1.txt new file mode 100644 index 0000000..3733e58 --- /dev/null +++ b/src/usr/share/man/man1/gmm.1.txt @@ -0,0 +1,33 @@ +title gmm +section 1 +project gmm +volume General Commands Manual +date December 2024 +===== +NAME + gmm - graphical mount manager +SYNPOSIS + gmm [-h] [-d {0..10}] [-V] [-g | --gui | --no-gui] [-l] [-o {tsv,raw,json}] [-u] [-a] [-c CONF] [paths ...] +OPTIONS + -h --help Show help message + -d {0..10} Set debug level, with 10 as maximum verbosity. + -c <conffile> Use this config file instead of default which is `${HOME}/.config/gmm/config`. + -g --gui Show the window, regardless of any other behavior. + --no-gui Do not show the window, regardless. + --list List mounted isos and paths and then exit. + -o --output {tsv, raw, json} Change output format for --list. + -u --unmount If used with one or more <paths>, unmount them instead of mounting. + -a --all Useful only with --unmount. Unmount all paths in configured mounts_dir. +ENVIRONMENT +Not a lot of gmm is controlled with environment variables. Parameters, and graphical interaction, are the main way to use gmm. +DESCRIPTION + Gmm is designed to make it easy to mount and access iso files. Two different toolkits are available to use: `gmm-tk` and `gmm-gtk`. The tk one does not support drag-and-drop, but gtk does. + Do not run gmm with sudo! Gmm calls helper script gmm-mount-helper.py with sudo. Then, the help script validates the input and calls `mount`. +BUGS + Please report bugs to the author. +AUTHOR + <bgstack15@gmail.com> +COPYRIGHT + Copyright 2024 bgstack15, GPL-3.0-only +SEE ALSO + `gmm-gtk(1)`,`gmm-tk(1)` |