aboutsummaryrefslogtreecommitdiffstats
path: root/gcmap.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-20 09:37:17 +0100
committerMattias Andrée <m@maandree.se>2025-12-20 09:37:17 +0100
commitb23fac332ff4084e2925233791f057f30b7ed337 (patch)
treea2faa226da7a5b97b81bdfccb4edc195f93437d7 /gcmap.1
downloadgcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.gz
gcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.bz2
gcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'gcmap.1')
-rw-r--r--gcmap.167
1 files changed, 67 insertions, 0 deletions
diff --git a/gcmap.1 b/gcmap.1
new file mode 100644
index 0000000..864efb9
--- /dev/null
+++ b/gcmap.1
@@ -0,0 +1,67 @@
+.TH GCMAP 1 gcmap
+.SH NAME
+gcmap \- graphical character selection utility
+
+.SH SYNOPSIS
+.B gcmap
+[-f
+.IR font-family ]
+[-s
+.RI [ font-size ][\fB/\fP[[ min ]\fB\-\fP[ max ]]]]
+[-B | -S] [-bi]
+
+.SH DESCRIPTION
+.B gcmap
+is a graphical utility for browsing and copying characters.
+
+.SH OPTIONS
+The
+.B gcmap
+utility conforms to the Base Definitions
+volume of POSIX.1-2017,
+.IR "Section 12.2" ,
+.IR "Utility Syntax Guidelines" .
+.PP
+The following options are supported:
+.TP
+.B -B
+Use listing by Unicode block by default.
+.TP
+.B -b
+Use bold font by default
+.TP
+.BR -f \ \fIfont-family\fP
+Use
+.I font-family
+as the default font family.
+.TP
+.B -i
+Use italic or oblique font by default.
+.TP
+.B -S
+Use listing by script by default.
+.TP
+.RI \fB-s\fP\ [ font-size ][\fB/\fP[[ min ]\fB-\fP[ max ]]]
+Set the default font size, in the character
+table, to
+.IR font-size .
+
+Set the minimum font size, in the character
+table, to
+.IR min .
+
+Set the maximum font size, in the character
+table, to
+.IR max .
+
+.SH OPERANDS
+No operands are supported.
+
+.SH ENVIRONMENT VARIABLES
+The execution of
+.B gcmap
+is affected by environment variables that
+affects its tooltik.
+
+.SH SEE ALSO
+None.