-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
durdraw.1
98 lines (98 loc) · 2.94 KB
/
durdraw.1
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.\" I edited it. Bad boys, bad boys. -Sam
.\" __ __
.\" _| |__ __ _____ __| |_____ _____ __ __ __
.\" / _ | | | __| _ | __| _ | | | |\
.\" /_____|_____|__|__|_____|__|___\____|________| |
.\" \_____________________________________________\|
.TH DURDRAW "1" "March 2024" "durdraw 0.26.0" "User Commands"
.SH NAME
durdraw \- versatile ASCII and ANSI Art text editor for drawing in terminal
.SH SYNOPSIS
.br
.B durdraw
[\-h] [\-p PLAY [PLAY ...]] [\-\-startup | \fB\-w\fR | \fB\-x\fR TIMES]
[\-\-256color | \fB\-\-16color]\fR [\-b] [\-W WIDTH] [\-H HEIGHT] [\-m]
[\-\-nomouse] [\-\-cursor CURSOR] [\-\-notheme] [\-\-theme THEME]
[\-\-cp437] [\-\-export\-ansi] [\-u UNDOSIZE] [\-V]
[filename]
.SH DESCRIPTION
Durdraw
is an ASCII, ANSI and Unicode art editor for UNIX-like systems (Linux,
macOS, etc). It runs in modern Utf-8 terminals and supports frame-based
animation, custom themes, 256 and 16 color modes, terminal mouse input,
DOS ANSI art viewing, CP437 and Unicode mixing and conversion, HTML output,
mIRC color output, and other interesting features.
.PP
Durdraw is heavily inspired by classic ANSI editing software for MS-DOS
and Windows, such as TheDraw, Aciddraw and Pablodraw, but with a modern Unix
twist.
.PP
.SS "positional arguments:"
.TP
filename
\&.dur or ascii file to load
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-p\fR PLAY [PLAY ...], \fB\-\-play\fR PLAY [PLAY ...]
Just play .dur file or files, then exit
.TP
\fB\-\-startup\fR
Show startup screen
.TP
\fB\-w\fR, \fB\-\-wait\fR
Pause at startup screen
.TP
\fB\-x\fR TIMES, \fB\-\-times\fR TIMES
Play X number of times (requires \fB\-p\fR)
.TP
\fB\-\-256color\fR
Try 256 color mode
.TP
\fB\-\-16color\fR
Try 16 color mode
.TP
\fB\-b\fR, \fB\-\-blackbg\fR
Use a black background color instead of terminal
default
.TP
\fB\-W\fR WIDTH, \fB\-\-width\fR WIDTH
Set canvas width
.TP
\fB\-H\fR HEIGHT, \fB\-\-height\fR HEIGHT
Set canvas height
.TP
\fB\-m\fR, \fB\-\-max\fR
Maximum canvas size for terminal (overrides \fB\-W\fR and \fB\-H\fR)
.TP
\fB\-\-nomouse\fR
Disable mouse support
.TP
\fB\-\-cursor\fR CURSOR
Cursor mode (block, underscore, or pipe)
.TP
\fB\-\-notheme\fR
Disable theme support (use default theme)
.TP
\fB\-\-theme\fR THEME
Load a custom theme file
.TP
\fB\-\-cp437\fR
Display extended characters on the screen using Code
Page 437 (IBM\-PC/MS\-DOS) encoding instead of Utf\-8.
(Requires CP437 capable terminal and font) (beta)
.TP
\fB\-\-export\-ansi\fR
Export loaded art to an .ansi file and exit
.TP
\fB\-u\fR UNDOSIZE, \fB\-\-undosize\fR UNDOSIZE
Set the number of undo history states \- default is
100. More requires more RAM, less saves RAM.
.TP
\fB\-V\fR, \fB\-\-version\fR
Show version number and exit
.SH AUTHOR
Durdraw is primarily written by Sam Foster <samfoster@gmail.com>. For a full list of contributors, please see the Github page: https://github.com/cmang/durdraw