logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Edit Text - Control Text with Mate Editor | Online Free DevTools by Hexmos

Edit Text with Mate Editor on macOS. Open, modify, and save files using the command line. Supports file type specification and line/column navigation. Free online tool, no registration required.

mate

General-purpose text editor for macOS. More information: https://macromates.com/.

  • 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}}

See Also