Install the complete package with local command reference and every published mode.
install editeditUse
edit <file> [options]edit <file>open a file in the text editor
-ncreate a missing file and open it
help hotkeysshow editor keyboard shortcuts
Use
The target must be a regular readable and writable text file. Binary data is rejected and files larger than 2 MiB are not opened. With -n, the parent directory must already exist; an existing file is never recreated.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install editInstall the reduced package. Local reference is omitted;
install edit -mInstall exactly this published version.
install edit -v 1.2.4Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade editRemove the extension block while leaving the core and unrelated modules intact.
install edit -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
cd \sandbox | edit data/sample.txteditor sandbox/data/sample.txt
new noedit \sandbox\data\sample.txteditor sandbox/data/sample.txt
new noedit \sandbox\tmp\review.txt -neditor sandbox/tmp/review.txt
new yesedit \sandbox\missing.txtFile not foundsandbox/data/sample.txtThe example uses a file or directory from the protected /sandbox/ documentation workspace.
lil-terminal sandbox text file
This file is safe to read, copy, rename, replace, hash and archive.
File creation is documented once as the -n option instead of repeating the full command.