aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/share/man')
-rw-r--r--src/usr/share/man/man1/gmm-gtk.1.txt33
-rw-r--r--src/usr/share/man/man1/gmm-tk.1.txt33
-rw-r--r--src/usr/share/man/man1/gmm.1.txt33
3 files changed, 99 insertions, 0 deletions
diff --git a/src/usr/share/man/man1/gmm-gtk.1.txt b/src/usr/share/man/man1/gmm-gtk.1.txt
new file mode 100644
index 0000000..47fe3e5
--- /dev/null
+++ b/src/usr/share/man/man1/gmm-gtk.1.txt
@@ -0,0 +1,33 @@
+title gmm-gtk
+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(1)`,`gmm-tk(1)`
diff --git a/src/usr/share/man/man1/gmm-tk.1.txt b/src/usr/share/man/man1/gmm-tk.1.txt
new file mode 100644
index 0000000..b220c21
--- /dev/null
+++ b/src/usr/share/man/man1/gmm-tk.1.txt
@@ -0,0 +1,33 @@
+title gmm-tk
+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(1)`,`gmm-gtk(1)`
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)`
bgstack15