Skip to content

eza

Modern, maintained replacement for ls

Package Information

  • Domain: crates.io/eza
  • Name: eza
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install eza

Programs

This package provides the following executable programs:

  • eza

Available Versions

Show all 83 versions
  • 0.23.1, 0.23.0, 0.22.1, 0.22.0, 0.21.6
  • 0.21.5, 0.21.4, 0.21.3, 0.21.2, 0.21.1
  • 0.21.0, 0.20.24, 0.20.23, 0.20.22, 0.20.21
  • 0.20.20, 0.20.19, 0.20.18, 0.20.17, 0.20.16
  • 0.20.15, 0.20.14, 0.20.13, 0.20.12, 0.20.11
  • 0.20.10, 0.20.9, 0.20.8, 0.20.7, 0.20.6
  • 0.20.5, 0.20.4, 0.20.3, 0.20.2, 0.20.1
  • 0.20.0, 0.19.4, 0.19.3, 0.19.2, 0.19.1
  • 0.19.0, 0.18.24, 0.18.23, 0.18.22, 0.18.21
  • 0.18.20, 0.18.19, 0.18.18, 0.18.17, 0.18.16
  • 0.18.15, 0.18.14, 0.18.13, 0.18.11, 0.18.10
  • 0.18.9, 0.18.8, 0.18.7, 0.18.6, 0.18.5
  • 0.18.4, 0.18.3, 0.18.2, 0.18.1, 0.18.0
  • 0.17.3, 0.17.2, 0.17.1, 0.17.0, 0.16.3
  • 0.16.2, 0.16.1, 0.16.0, 0.15.3, 0.15.2
  • 0.15.1, 0.15.0, 0.14.2, 0.14.1, 0.14.0
  • 0.13.1, 0.13.0, 0.12.0

Latest Version: 0.23.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) eza -- $SHELL -i

Dependencies

This package depends on:

  • libgit2.org~1.7 # links to libgit2.so.1.7

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.eza

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.