Install the complete package with local command reference and every published mode.
install mfmfCreate or touch a file, optionally set its permissions and open it directly in edit or code.
mf <file> [-MODE|-m MODE|-edit|-code]mf <file>create a file (or update its modification time)
mf <file> -0644create (or touch) the file and set octal permissions
mf <file> -m 0644set permissions in UNIX mode format (with the mode option)
mf <file> -edit @editcreate (or touch) the file and open it in the text editor
mf <file> -code @codecreate (or touch) the file and open it in the Code Editor
The editor options combine filesystem preparation and the next editing step without duplicating editor logic:
The parent directory must already exist. Directories are never replaced by files. Editor handoff is available only when the corresponding module is installed. After a normal successful change
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 mfInstall the reduced package. Local reference is omitted;
install mf -mInstall exactly this published version.
install mf -v 1.2.2Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade mfRemove the extension block while leaving the core and unrelated modules intact.
install mf -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\tmp | mf notes.txt | code $tmp/
notes.txt created; $ now points to it
code $ opens the new filemf report.txt -0644tmp/mf private.txt -m 0600tmp/
(private.txt created; mode 0600)mf draft.txt -editeditor tmp/draft.txt
mode text
new yesmf script.php -codeeditor tmp/script.php
mode php
new yesmf missing/notes.txtDirectory not found: missingsandbox/tmp/README.txtThe example uses a file or directory from the protected /sandbox/ documentation workspace.
lil-terminal sandbox temporary workspace
Commands in the public documentation use this directory for disposable copies,
archives, uploads and files created during examples. Review destructive commands
before running them and restore the sandbox from the release package when needed.
Current stable release of