Command reference

August 18, 2026 ยท View on GitHub

This page is a compact map of the public CLI. lla --help and lla <subcommand> --help are authoritative for the installed version.

lla [OPTIONS] [directory] [SUBCOMMAND]

The directory defaults to . and may also be a supported archive or one file.

Views

OptionShortPurpose
--long-lDetailed metadata.
--tree-tHierarchical tree.
--table-TColumn-oriented table.
--grid-gTerminal-width grid.
--grid-ignoreIgnore terminal width in grid view.
--sizemap-SVisual size map.
--timelineGroup entries by time period.
--git-GGit status and repository information.
--fuzzy-FInteractive fuzzy finder.
--recursive-RRecursive listing.
--depth <n>-dTree or recursive depth.

See Views and display for screenshots and examples.

Sorting and selection

OptionShortPurpose
--sort name|size|date-sSelect the sort key.
--sort-reverse-rReverse ordering.
--sort-dirs-firstPut directories first.
--sort-case-sensitiveUse case-sensitive sorting.
--sort-naturalSort embedded numbers naturally.
--filter <pattern>-fFilter names or extensions.
--preset <name>Apply a configured preset; repeatable.
--size <range>Filter by file size.
--modified <range>Filter by modification time.
--created <range>Filter by creation time.
--case-sensitive-cUse case-sensitive filtering.
--refine <pattern>Apply sequential name/path refinements; repeatable.
--respect-gitignoreApply Git ignore rules.
--no-gitignoreOverride configured Git-ignore behavior.

Entry types and symlinks

OptionPurpose
--dirs-only, --files-only, --symlinks-onlyShow only one entry type.
--no-dirs, --no-files, --no-symlinksHide one entry type.
--show-symlinksInclude links whose targets match file/directory-only filters.
--dereference (-X)Use symlink-target metadata.
--no-symlink-targetHide the rendered target suffix.
--all (-a)Show dotfiles.
--almost-all (-A)Show dotfiles except . and ...
--no-dotfilesHide dotfiles.
--dotfiles-onlyShow only dotfiles.

See Filtering and search for pattern and range syntax.

Metadata and presentation

OptionShortPurpose
--icons, --no-iconsOverride icon display.
--hyperlink [always|auto|never]Control OSC 8 links.
--no-colorDisable colors.
--include-dirsCalculate recursive directory sizes.
--permission-format <format>Choose symbolic, octal, binary, verbose, or compact.
--hide-groupHide the long-view group column.
--relative-datesUse relative long-view timestamps.
--date-format <format>Set the Chrono date format.
--inode-iShow inode numbers.
--links-HShow hard-link counts.
--allocated-sizeShow allocated bytes.
--extended-@Show extended attributes.
--context-ZShow ACL or SELinux context.
--mounts-MShow mount information.

Search and machine output

OptionPurpose
--search <pattern>Search file contents with ripgrep.
--search-context <n>Set surrounding context lines.
--search-pipe <plugin:action[:arg...]>Send matching paths to a plugin; repeatable.
--jsonEmit one JSON array.
--ndjsonEmit one object per line.
--csvEmit a CSV header and rows.
--prettyPretty-print --json.

See Machine output for schemas.

Plugin overrides

OptionPurpose
--enable-plugin <name>Enable a plugin for the invocation; repeatable.
--disable-plugin <name>Disable a plugin for the invocation; repeatable.
--plugins-dir <path>Override the writable plugin directory.

Subcommands

CommandPurposeDetailed guide
cleanRemove invalid plugins.Plugins
completionGenerate shell completion scripts.Configuration
configView or modify configuration.Configuration
diffCompare paths or a path against Git.Views
initCreate configuration interactively or from defaults.Getting started
installInstall prebuilt, Git, or local plugins.Plugins
jumpManage bookmarks/history and select a directory.Navigation
list-pluginsList discovered plugins.Plugins
pluginRun actions or inspect, validate, and migrate packages.Plugins
shortcutManage plugin-action shortcuts.Configuration
themeManage, install, and preview themes.Configuration
updateUpdate all plugins or a named plugin.Plugins
upgradeUpgrade the lla executable.Getting started
useOpen the interactive plugin manager.Plugins

General options

OptionShortPurpose
--help-hPrint help.
--version-VPrint the version.