1WORDGRINDER(1) Simple word processor for writing first drafts WORDGRINDER(1)
2
3
4
6 wordgrinder - console-based word processor
7
8
9
10
12 wordgrinder [options] [filename]
13
14
15
16
18 wordgrinder is a simple character cell word processor that runs on the
19 console. It is primarily designed for text entry. It's designed to get
20 the hell out of your way and let you write; it does very little, but
21 what it does it does well.
22
23 It supports Unicode, basic paragraph styles, basic character styles,
24 basic screen markup, a menu interface that means you don't have to
25 remember complex key sequences, HTML import and export, and some other
26 useful features.
27
28 When running, pressing ESC (or ALT + menu shortcut key) will open the
29 menu.
30
31
32
33
35 These options follow the usual GNU command line syntax, with long
36 options starting with two dashes (`-').
37
38
39 -h, --help
40 Show summary of options.
41
42
43 --lua filename
44 Loads and executes a Lua file instead of starting normally.
45
46
47 --convert srcfile destfile
48 Converts from srcfile to destfile and then exits.
49
50 The type of the file is autodetected from the extension of the
51 filename. The source file may have a document name suffixed with
52 a : for use when importing or exporting WordGrinder files.
53
54
55 --config file.lua
56 Sets the name of the user config file.
57
58
59
61 The user config file is a Lua file which is loaded and executed before
62 the program starts up. It defaults to:
63
64
65 ~/.wordgrinder/startup.lua
66
67
68
70 wordgrinder was written by David Given.
71 http://cowlark.com/wordgrinder
72
73
74
750.8 WORDGRINDER(1)