# lstr mit Homebrew, Nix, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lstr in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:lstr
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install lstr
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lstr
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ls/lstr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id bgreenwell.lstr -e
```

  Evidenz: Windows Package Manager source index: bgreenwell.lstr from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:lstr
- **Paketmanager:** Homebrew
- **Version:** 0.4.0
- **Quellzusammenfassung:** Fast, minimalist directory tree viewer
- **Homepage:** <https://github.com/bgreenwell/lstr>
- **Repository:** <https://github.com/bgreenwell/lstr>
- **Zuletzt aktualisiert:** 2026-07-14T05:31:51Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- lstr (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.4.0
## Projektgeschichte und Nutzung

lstr is a Rust directory tree viewer inspired by the classic `tree` command. Its README describes a fast, minimalist tool with both classic tree output and an optional interactive terminal UI.

### Projektgeschichte

The GitHub repository was created in 2025 and the crate was published to crates.io the same month. The README presents the project as a small Rust CLI focused on essential tree-viewing features without broad configuration surface.

The project combines familiar `tree` behavior with modern terminal conveniences: LS_COLORS-aware coloring, optional icons, file sizes and permissions, git status markers, .gitignore-aware filtering, OSC 8 hyperlinks, and an interactive mode with keyboard navigation.

### Adoptionsgeschichte

lstr is newer than long-established tools such as tree, but it has already been packaged for Homebrew and Nix in the supplied package facts, and the README notes NetBSD package availability. The GitHub repository shows substantial early interest for a young filesystem CLI.

### Wie es verwendet wird

The basic CLI form is `lstr [OPTIONS] [PATH]`, defaulting to the current directory. Users can limit depth, show only directories, respect ignore files, sort by name, size, modification time, or extension, and pipe classic output to tools such as fzf, less, or bat.

The interactive mode is launched with `lstr interactive [OPTIONS] [PATH]`. The README documents keyboard controls for moving, expanding directories, opening files in `$EDITOR`, quitting, and printing a selected path to stdout for shell integration.

### Warum Paket-Nerds sich dafür interessieren

lstr is representative of a modern wave of Rust replacements and companions for familiar Unix tools: not a wholesale reinvention of the shell, but a focused binary that adds git awareness, color conventions, icons, and TUI ergonomics while staying close to the `tree` mental model.

### Zeitleiste

- 2025: GitHub repository created.
- 2025: crates.io metadata shows the lstr crate first published.
- 2025: README documents Homebrew, source, and NetBSD installation paths.

### Related projects

- Related tools include tree, eza, lsd, fzf, bat, Rust terminal UI libraries, LS_COLORS-aware file browsers, and git-aware filesystem viewers.

### Quellen

- <https://api.github.com/repos/bgreenwell/lstr>
- <https://crates.io/crates/lstr>
- <https://github.com/bgreenwell/lstr>
- <https://github.com/bgreenwell/lstr#readme>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - lstr: normalized package name match | nixpkgs package indexes: pkgs/by-name/ls/lstr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - bgreenwell.lstr: normalized package name match | Windows Package Manager source index: bgreenwell.lstr from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/lstr.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lstr.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
