Install the complete package with local command reference and every published mode.
install historyhistoryBrowser command
history [-c|-o|-l [on|off|status|clear]]historyshow numbered browser command
history -cclear browser command
history -oshow the last terminal result stored in the current PHP session
history -lshow the persistent terminal transcript
history -l onenable persistent command and output recording
history -l offdisable persistent recording without deleting the transcript
history -l statusshow whether persistent recording is enabled
history -l cleardelete the persistent transcript
Persistent recording is disabled by default. Its enabled state is stored in the .lil.key. The transcript is stored separately in .lil.log.php as bounded newline-delimited JSON. The file starts with an executable PHP 404 guard, is limited to 400 entries and 1 MiB, rejects symbolic links and is written atomically with restrictive permissions.
When persistent
Terminal output can contain paths, database rows, environment values or other project data. Enable persistent
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 historyInstall the reduced package. Local reference is omitted;
install history -mInstall exactly this published version.
install history -v 1.2.3Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade historyRemove the extension block while leaving the core and unrelated modules intact.
install history -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
pwd | cd \sandbox | history/home/account/public_html
001 pwd
002 cd \sandbox
003 historyhistory -o001 help
002 pwd
003 historyhistory -o > history.log001 help
002 pwd
003 historyhistory -o > history.log -r001 help
002 pwd
003 historyhistory -l onpersistent transcript onhistory -l statuspersistent transcript on
file .lil.log.phphistory -l clear001 pwd
002 cd sandbox
003 historyhistory -cbrowser command history clearedhistory -l maybe?Plain @clear no longer removes the persistent transcript. Persistent recording is deleted only by an explicit