.TH "TXT2REGEX" 1 "May 21, 2020" "" .SH NAME .P \fBtxt2regex\fR \-\- console regular expression wizard .SH SYNOPSIS .P \fBtxt2regex\fR [\fB\-\-nocolor\fR|\fB\-\-whitebg\fR] [\fB\-\-all\fR|\fB\-\-prog\fR \fIprograms\fR] .P \fBtxt2regex\fR \fB\-\-showmeta\fR .P \fBtxt2regex\fR \fB\-\-showinfo\fR \fIprogram\fR [\fB\-\-nocolor\fR] .P \fBtxt2regex\fR \fB\-\-history\fR \fIvalue\fR [\fB\-\-all\fR|\fB\-\-prog\fR \fIprograms\fR] .P \fBtxt2regex\fR \fB\-\-make\fR \fIlabel\fR [\fB\-\-all\fR|\fB\-\-prog\fR \fIprograms\fR] .SH DESCRIPTION .P \fBtxt2regex\fR is a regular expression wizard that converts human sentences to regexes. .P In a simple interactive console interface, the user answer questions and \fBtxt2regex\fR builds the regexes for more than 20 programs. .P \fIhttps://aurelio.net/projects/txt2regex/\fR .SH OPTIONS .TP \fB\-\-all\fR Select all the available programs. Be aware that the list of available programs is long. You will need a terminal window with more than 40 lines for the user interface to fit. Also make sure that the \fB$LINES\fR shell variable is exported, so \fBtxt2regex\fR can detect the current number of available lines. .TP \fB\-h\fR, \fB\-\-help\fR Print the help message and quit. .TP \fB\-\-history \fR Print a regex from the given history data. The history value is shown in the last screen of the wizard, when you quit. .TP \fB\-\-make