Install the complete package with local command reference and every published mode.
install pwdpwdShow the current directory, the saved ~ base and the \ installation root; the current directory can become the new ~ base.
Use lil.php. Paths such as ~tmp and \tmp stay short even when the current directory changes, so file operations and .lil workflows can reuse the same destinations without rebuilding long absolute paths.
Keep three locations distinct: the current directory, the saved ~ base and the fixed \ installation root.
pwd [~|\|-b|-s]pwdshow the current directory
pwd ~show the selected directory used by ~ paths
pwd -b | pwd \show the directory containing lil.php, used by \ paths
pwd -s | pwd setset the current directory as the ~ base
lil.php. Path forms such as ~tmp and \tmp therefore resolve from two different stable locations.
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 pwdInstall the reduced package. Local reference is omitted;
install pwd -mInstall exactly this published version.
install pwd -v 1.1.3Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade pwdRemove the extension block while leaving the core and unrelated modules intact.
install pwd -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 | pwd | pwd -s | pwd ~/home/account/public_html
/home/account/public_html/sandbox
/home/account/public_html/sandbox
/home/account/public_html/sandboxpwd ~sandbox/workspace~ points to the working base saved with
pwd -bsandboxlil.php; this root is independent from the working base selected with
pwd -sbase sandboxAfter
pwd -x?Separates the user-selected ~ base from the fixed \ root containing lil.php and adds explicit inspection forms for both.