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

Control Text Files - Edit Files with mg | Online Free DevTools by Hexmos

Edit text files efficiently with mg, a lightweight `emacs`-based editor. Open, modify, and save files quickly. Free online tool, no registration required.

mg

A small, fast, and portable text editor based on emacs. More information: https://manned.org/mg.

  • Open a file for editing:

mg {{path/to/file}}

  • Open a file at a specified line number:

mg +{{line_number}} {{path/to/file}}

  • Open files in a read-only mode:

mg -R {{path/to/file1 path/to/file2 ...}}

  • Disable ~ backup files while editing:

mg -n {{path/to/file}}

See Also