kill

kill removes lil-terminal completely, removes one installation layer, or clears lil-owned cache and temporary files. It never accepts a user-supplied path.

SystemVersion 1.2.2Stable
lil-terminal

Overview

kill never accepts an arbitrary path. It removes only known lil-terminal files and state: choose one layer with -install, -include or -cache, or use bare kill for complete removal.

Removal is limited to known lil-terminal layers

There is no path argument to aim at an arbitrary directory. Layer flags remove only extension, interface or cache state; complete kill also clears lil-terminal-owned authorization, history and browser state while preserving unrelated host-site session namespaces.

Syntax

lil-terminal
kill [-install|-include|-cache]

Reference

kill

delete lil-terminal completely, including lil-owned resources

kill -install

remove only the active extension file

kill -include

remove persistent and session interface assets

kill -cache

remove lil core cache and temporary files

Complete removal

A complete kill removes known terminal files, authorization data, installed extensions, interface assets, persistent .lil.log.php history, startup files, temporary core buffers, PHP session state and browser-side lil-terminal history. In protected web installations it also removes the generated private gateway and public setup files when they carry the expected lil-terminal structure.

Cache cleanup

kill -cache removes lil-owned transient files in the core directory, expires temporary download archives tracked by the current session and clears transient upload and last-result state. It does not remove the terminal or installed modules.

Interface cleanup

kill -include clears session interface blocks and removes persistent .lil.css and .lil.js. Legacy .shell.css and .shell.js are removed as well. The next page load uses the interface embedded in the current core.

Authorization dependency

Authenticated builds keep kill available because the authorization policy may invoke complete removal after its configured failure threshold. Installer therefore refuses to remove kill while authorization is active.

Safety

The command operates only on known lil-terminal paths and never accepts an arbitrary target. Signed or generated web files are removed only when their expected lil-terminal markers are present. If any owned file cannot be deleted, the remaining paths are reported instead of being ignored.

Interactive sandbox preview

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.

Remove persistent and session interface assets

Install and manage

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.

Base package

Install the complete package with local command reference and every published mode.

install kill
Minimum package

Install the reduced package. Local reference is omitted; help <cmd> -i opens the current server reference.

install kill -m
Exact public version

Install exactly this published version.

install kill -v 1.2.2
Check or update

Ask upgrade to check compatibility and replace the installed block only when needed.

upgrade kill
Remove module

Remove the extension block while leaving the core and unrelated modules intact.

install kill -u

Examples

Examples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.

Remove persistent and session interface assets
kill -include
lil.php
.lil.php
.lil.key
.lil.css
.lil.js
Remove only the active extension file
kill -install
lil.php
.lil.php
.lil.key
.lil.css
.lil.js
Delete lil-terminal completely, including lil-owned resources
kill
lil.php
.lil.php
.lil.key
.lil.css
.lil.js
Kill · nope
kill nope
?

Related documentation

Current public release

v1.2.22026-08-10

Core cache cleanup

Adds kill -cache for lil-owned cache and temporary files.