LinuxCommandLibrary

lla

Blazing fast ls replacement with superpowers

TLDR

List files in the current directory
$ lla
copy
List files in long format
$ lla -l
copy
List files as a tree
$ lla -t
copy
List files in a table layout
$ lla -T
copy
List files in a grid
$ lla -g
copy

SYNOPSIS

lla [options] [path...]

DESCRIPTION

lla is a modern ls replacement built in Rust with multiple view modes (default, long, tree, table, grid), Git integration with status visualization, smart search with complex filtering patterns (OR, AND, NOT, XOR), regex support, and content search.
Additional features include a diff command for directory or file comparisons, timeline view, storage analysis, interactive directory navigation with bookmarks and history, size filters with human-readable units, and time filters supporting ISO dates and relative durations.

PARAMETERS

-l, --long

Display in long format with detailed information.
-t, --tree
Display as a tree structure.
-T, --table
Display in table layout.
-g, --grid
Display in grid layout.
-s, --sort CRITERIA
Sort by criteria (name, size, date).

CAVEATS

Some features like Git integration require a Git repository. Plugin ecosystem extends functionality but adds complexity.

HISTORY

lla was created by chaqchase and is written in Rust.

SEE ALSO

ls(1), eza(1), lsd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard