.\" Generated by manscript from tilde.1.txt .TH "TILDE" "1" "2018/03/18" "1.1.2" "An intuitive terminal text editor" .SH NAME tilde \- an intuitive text editor for the console/terminal .SH SYNOPSIS \fBtilde\fR [\fIOPTIONS\fR] [\fIFILE\fR[:\fILINE\fR[:\fICOLUMN\fR]]]... .SH DESCRIPTION \fBTilde\fR is a text editor for the console/terminal, which tries to be as intuitive as possible for users who are accustomed to GUI environments such as Gnome, KDE and Windows. For example, the short-cut to copy the current selection is Control-C, and to paste the previously copied text the short-cut Control-V can be used. As another example, the File menu can be accessed by pressing Meta-F. .SH OPTIONS \fBTilde\fR accepts the following options: .PP .TP \fB\-b\fR, \fB\-\-black\-white\fR Force \fBTilde\fR to use black & white mode. Only attributes such as reverse video, underline and bold text will be used to create the interface. This option overrides the setting from the configuration file. .TP \fB\-c\fR, \fB\-\-color\fR Request \fBTilde\fR to use color mode. This option overrides the setting from the configuration file. If the terminal does not support color, or does not provide sufficient colors, this option will be ignored. .TP \fB\-C\fR \fIconfig\fR, \fB\-\-config\fR=\fIconfig\fR Use configuration file \fIconfig\fR instead of the default configuration file, which is typically ~/.config/tilde/config. .TP \fB\-e\fR \fIencoding\fR, \fB\-\-encoding\fR=\fIencoding\fR Open any files named on the command line using character encoding \fIencoding\fR, instead of the default UTF-8 encoding. .TP \fB\-h\fR, \fB\-\-help\fR Display a short help message. .TP \fB\-I\fR, \fB\-\-select\-input\-method\fR Ask the user to select the input handling method immediately after start-up, as if the user had not previously selected one for the current terminal type. .TP \fB\-J\fR, \fB\-\-no\-parse\-file\-position\fR Do not attempt parse the line and column from the file names passed on the command line. Without this option, if the file name ends in a colon followed by a number, or two such numbers, they will be interpreted as the position in the file to jump to. With this option, those colons and numbers will be interpreted as part of the file name. .TP \fB\-P\fR, \fB\-\-no\-primary\-selection\fR Disable the use of the primary selection mechanism (a.k.a. "middle-button paste") for the external clipboard. This can be useful for using \fBTilde\fR over SSH connections in combination with a Clipboard Manager which can result in slow-downs when selecting text. .TP \fB\-T\fR \fIterminal\fR, \fB\-\-terminal\fR=\fIterminal\fR Set the terminal type to terminal, overriding the TERM environment variable. .TP \fB\-V\fR, \fB\-\-version\fR Print version and copyright information. .TP \fB\-x\fR, \fB\-\-no\-ext\-clipboard\fR Tells \fBTilde\fR not to attempt to connect to the X11 clipboard. .PP To stop \fBTilde\fR from interpreting file names that start with a dash as options, one can specify a double dash (\-\-) after which \fBTilde\fR will interpret any following arguments as files to read. .SH BUGS If you think you have found a bug, please check that you are using the latest version of \fBTilde\fR . A bugtracker is available at . When reporting bugs, please include a minimal example that demonstrates the problem. .SH AUTHOR G.P. Halkes .SH COPYRIGHT Copyright \(co 2011\-2016,2018 G.P. Halkes .br \fBTilde\fR is licensed under the GNU General Public License version 3. .br For more details on the license, see the file COPYING in the documentation directory. On Un*x systems this is usually /usr/share/doc/tilde.