aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-21 20:15:54 +0100
committerMattias Andrée <m@maandree.se>2025-12-21 20:15:54 +0100
commit3acf497ecf360459f314f8db3bda6ae564dcca0c (patch)
tree576547c1249ff73dd283316e062110d31fa22667 /README
downloadcmap-3acf497ecf360459f314f8db3bda6ae564dcca0c.tar.gz
cmap-3acf497ecf360459f314f8db3bda6ae564dcca0c.tar.bz2
cmap-3acf497ecf360459f314f8db3bda6ae564dcca0c.tar.xz
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 46 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ea051ab
--- /dev/null
+++ b/README
@@ -0,0 +1,46 @@
+NAME
+ cmap - character selection utility for the terminal
+
+SYNOPSIS
+ cmap [-f font-family] [-s [font-size][/[[min]-[max]]]] [-B | -S] [-bi]
+
+DESCRIPTION
+ cmap is an interactive terminal utility for browsing and copying
+ characters.
+
+OPTIONS
+ The cmap 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
+ gcmap(3)