lla
Blazing fast ls replacement with superpowers
TLDR
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.

