Chapter 15. Command line options
--crapbook - start TEA with the Crapbook already opened.
--charset=charset_name - set the charset for the opening file. For example, you want to open file1 with CP1251 charset, and file2 with UTF-8. So you write: tea --charset=cp1251 file1 --charset=utf-8 file2