macOS
brew install lrlocal Homebrew formula metadata
brew
File list utility with features from ls(1), find(1), stat(1), and du(1). Version 2.0.1 via Homebrew; verified from local package data.
install
brew install lrlocal Homebrew formula metadata
sudo apt install lrDebian stable package indexes · lr · source: deb.debian.org
nix profile install nixpkgs#lrnixpkgs package indexes · pkgs/by-name/lr/lr/package.nix · source: api.github.com
overview
File list utility with features from ls(1), find(1), stat(1), and du(1)
history
lr is a recursive file-listing command that combines parts of `ls`, `find`, `stat`, and `du` into one Unix-style CLI.
Leah Neukirchen's GitHub repository describes lr as a tool for generating file listings with selected features from `ls(1)`, `find(1)`, `stat(1)`, and `du(1)`. The repository was created in October 2015 and the first tagged release, v0.1, followed in November 2015.
The NEWS file shows the tool maturing through Unix-flavored features: chmod-style mode checks, timestamp selection, colorized symlink targets, broken-link display, Linux ACL/capability/xattr display, breadth-first traversal, shell quoting, OSC 8 hyperlinks, and permission-error behavior.
The supplied package-manager facts list Homebrew, Debian, Ubuntu, and Nix packaging. That spread fits lr's niche: it is not a coreutils replacement, but it appeals to users who want recursive listings and filter expressions without assembling long `find` pipelines.
GitHub metadata shows a modest but real audience, with 165 stars and ongoing repository activity through 2025.
lr is run directly as `lr` over one or more paths. The README includes a 'Rosetta stone' mapping common `ls` and `find` invocations to lr commands, and documents filters, sort keys, custom formats, depth control, symlink handling, NUL-delimited input/output, and long-output formats.
The tool has no documented config file or credentials; behavior is controlled through command-line flags and filter expressions.
lr is interesting to package nerds because it sits between canonical Unix tools rather than replacing only one of them. It packages a personal Unix workflow into a small C utility with manpage-style semantics, making it attractive to people who care about composable file enumeration.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lr | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/leahneukirchen/lr
install metadata
| Package key | brew:lr |
|---|---|
| Version | 2.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lr |
| Homepage | https://github.com/leahneukirchen/lr |
| Repository | https://github.com/leahneukirchen/lr |
| Upstream docs | https://github.com/leahneukirchen/lr#readme |
| License | MIT |
| Source archive | https://github.com/leahneukirchen/lr/archive/refs/tags/v2.0.1.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lr |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
lr 1.5.1-3
list files, recursively
https://git.vuxu.org/lr/about/
sudo apt install lrlr
nix profile install nixpkgs#lrlr 1.5.1-3
list files, recursively
https://git.vuxu.org/lr/about/
sudo apt install lrsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.