Subcommands (4)
Options (3)
-t, --typebooleanSpecify the filetype of a file
Example:
mate {{[-t|--type]}} {{filetype}} {{path/to/file}}-w, --waitbooleanOpen and wait until finished editing a specific file
Example:
mate {{[-w|--wait]}} {{path/to/file}}-l, --linebooleanOpen a file with the cursor at a specific line and column
Example:
mate {{[-l|--line]}} {{line_number}}:{{column_number}} {{path/to/file}}Examples (5)
Start TextMate
Open specific files
mate path/to/file1 path/to/file2 ...Specify the filetype of a file
mate [-t|--type] filetype path/to/fileOpen and wait until finished editing a specific file
mate [-w|--wait] path/to/fileOpen a file with the cursor at a specific line and column
mate [-l|--line] line_number:column_number path/to/filemade by @shridhargupta | data from tldr-pages