logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tea - text editor with syntax highlighting and UTF-8 support

Author

tea was written by Peter Semiletov peter.semiletov@gmail.com.

       This manual page was written by Lior Kaplan kaplan@debian.org, for the Debian project (but may be used by
       others).

       It was updated and converted to AsciiDoc by Dr. Tobias Quathamer toddy@debian.org.

TEA                                                2024-09-30                                             TEA(1)

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]

See Also