From b8fecc048583f706efafe9ad645de78991cb5b1b Mon Sep 17 00:00:00 2001 From: Ethan Kinnear Date: Thu, 14 Jul 2022 00:25:43 -0500 Subject: [PATCH] mate: add page (#8206) --- pages/osx/mate.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/osx/mate.md diff --git a/pages/osx/mate.md b/pages/osx/mate.md new file mode 100644 index 0000000000..981985254b --- /dev/null +++ b/pages/osx/mate.md @@ -0,0 +1,24 @@ +# mate + +> General-purpose text editor for macOS. +> More information: . + +- Start TextMate: + +`mate` + +- Open specific files: + +`mate {{path/to/file1 path/to/file2 ...}}` + +- Specify the filetype of a file: + +`mate --type {{filetype}} {{path/to/file}}` + +- Open and wait until finished editing a specific file: + +`mate --wait {{path/to/file}}` + +- Open a file with the cursor at a specific line and column: + +`mate --line {{line_number}}:{{column_number}} {{path/to/file}}`