tea - text editor with syntax highlighting and UTF-8 support
Contents
Description
tea is a modest and easy-to-use Qt-based editor with many useful features for HTML editing.
It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets,
templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous
HTML tools, preview in external browser, string manipulation functions, SRT subtitles editing, Morse-code
tools, bookmarks, syntax highlighting, and drag-and-drop support.
Examples
If you want to open file1.txt and file2.txt with window-1251 charset, and file3.txt with UTF-8:
$ tea --charset=window-1251 file1.txt file2.txt --charset=utf-8 file3.txt
Name
tea - text editor with syntax highlighting and UTF-8 support
Options
--m
Start tea in the multi mode (IDE).
--p
Start tea in the portable mode.
--charset=charset_name
Set the charset for the file to be opened.
Synopsis
tea [OPTION…] [FILE…]
