diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2023-01-07 17:18:04 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-08 13:35:29 +0100 |
commit | 66a68a952335770e363b68a199dcb56bb843a4a9 (patch) | |
tree | f33174c495b6dd33d2b635b3244616d3189c7f9a /Base/usr/share/man/man1/TextEditor.md | |
parent | b89be9610d913c744c2755a8d8d302e627397946 (diff) | |
download | serenity-66a68a952335770e363b68a199dcb56bb843a4a9.zip |
Base: Move GUI application man pages into their own subsection
We do not want to move POSIX utilities into subsections since they have
standard names, but we can do whatever we want with Applications :^).
This is particularly advantageous as many applications contain several
images, which declutters the man1 directory.
Diffstat (limited to 'Base/usr/share/man/man1/TextEditor.md')
-rw-r--r-- | Base/usr/share/man/man1/TextEditor.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Base/usr/share/man/man1/TextEditor.md b/Base/usr/share/man/man1/TextEditor.md deleted file mode 100644 index c58cf310f8..0000000000 --- a/Base/usr/share/man/man1/TextEditor.md +++ /dev/null @@ -1,31 +0,0 @@ -## Name - -![Icon](/res/icons/16x16/app-text-editor.png) TextEditor - SerenityOS text editor - -[Open](file:///bin/TextEditor) - -## Synopsis - -```**sh -$ TextEditor [--preview-mode mode] [file[:line[:column]]] -``` - -## Description - -TextEditor is a text document editor for SerenityOS featuring a preview mode -which allows automatic live rendering of HTML and Markdown documents. - -## Options - -* `--preview-mode mode`: Preview mode, one of 'none', 'html', 'markdown', 'auto' - -## Arguments - -* `file[:line[:column]]`: File to edit, with optional starting line and column number - -## Examples - -```sh -$ TextEditor /home/anon/Documents/emoji.txt -$ TextEditor /home/anon/Documents/emoji.txt:5:12 -``` |