1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
.TH CODE-MINIMAP "1" "November 2024" "code-minimap 0.6.7" "User Commands"
.SH NAME
code-minimap \- Generate minimap of source code
.SH SYNOPSIS
code-minimap takes source code and generates a minimap consisting of pixels.
.SH
.B code-minimap
[\fI\,OPTIONS\/\fR] [\fI\,FILE\/\fR] [\fI\,COMMAND\/\fR]
.SH DESCRIPTION
A high performance code minimap generator
.SS "Commands:"
.IP
help
.IP
Print this message or the help of the given subcommand(s)
.SS "Arguments:"
.IP
[FILE]
.IP
File to read
.SH OPTIONS
.HP
\fB\-H\fR, \fB\-\-horizontal\-scale\fR <HSCALE>
.IP
Specify horizontal scale factor [default: 1.0]
.HP
\fB\-V\fR, \fB\-\-vertical\-scale\fR <VSCALE>
.IP
Specify vertical scale factor [default: 1.0]
.HP
\fB\-\-padding\fR <PADDING>
.IP
Specify padding width
.HP
\fB\-\-encoding\fR <ENCODING>
.IP
Specify input encoding [default: utf8\-lossy] [possible values: utf8\-lossy, utf8]
.HP
\fB\-\-version\fR
.IP
Print version
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
Print help
.SH AUTHOR
.TP
Matthias Geiger <werdahias@debian.org>
.SH COPYRIGHT
.PP
Copyright \[co] 2024 Matthias Geiger
.PP
This manual page was written for the Debian system (and may be used by
others).
.PP
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License, Version 3 or (at your
option) any later version published by the Free Software Foundation.
|