TextEditor - SerenityOS text editor
$ TextEditor [--preview-mode mode] [file[:line[:column]]]
TextEditor is a text document editor for SerenityOS featuring a preview mode which allows automatic live rendering of HTML and Markdown documents.
--preview-mode mode
: Preview mode, one of 'none', 'html', 'markdown', 'auto'file[:line[:column]]
: File to edit, with optional starting line and column number$ TextEditor /home/anon/Documents/emoji.txt
$ TextEditor /home/anon/Documents/emoji.txt:5:12