1
0
Fork
You've already forked gcmap
0
Work in progress
  • C 95.8%
  • Roff 2.2%
  • Makefile 2%
Find a file
Mattias Andrée bcd42c2ab6
Change default font size to 14
Signed-off-by: Mattias Andrée <m@maandree.se>
2026年06月09日 21:08:26 +02:00
.gitignore First commit 2025年12月20日 09:37:17 +01:00
char-table.c m 2026年06月07日 20:11:32 +02:00
char-table.h Misc 2026年06月07日 17:04:14 +02:00
colour.c Implement basic character table 2026年06月07日 10:42:40 +02:00
common.h Implement basic character table 2026年06月07日 10:42:40 +02:00
config.mk Implement basic character table 2026年06月07日 10:42:40 +02:00
gcmap.1 misc 2026年06月06日 20:39:36 +02:00
gcmap.c Change default font size to 14 2026年06月09日 21:08:26 +02:00
LICENSE misc 2026年06月06日 20:39:36 +02:00
Makefile Implement basic character table 2026年06月07日 10:42:40 +02:00
README misc 2026年06月06日 20:39:36 +02:00

NAME
	gcmap - graphical character selection utility
SYNOPSIS
	gcmap [-f font-family] [-s [font-size][/[[min]-[max]]]] [-B | -S] [-bi]
DESCRIPTION
	gcmap is a graphical utility for browsing and copying characters.
OPTIONS
	The gcmap utility conforms to the Base Definitions
	volume of POSIX.1-2017, Section 12.2, Utility Syntax Guidelines.
	The following options are supported:
	-B
		Use listing by Unicode block by default.
	-b
		Use bold font by default
	-f font-family
		Use font-family as the default font family.
	-i
		Use italic or oblique font by default.
	-S
		Use listing by script by default.
	-s [font-size][/[[min]-[max]]]
		Set the default font size, in the character
		table, to font-size.
		Set the minimum font size, in the character
		table, to min.
		Set the maximum font size, in the character
		table, to max.
OPERANDS
	No operands are supported.
SEE ALSO
	cmap(1)