Skip to content

exa

A modern replacement for ‘ls’.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install exa

Programs

This package provides the following executable programs:

  • exa

Available Versions

Show all 1 versions
  • 0.10.1

Latest Version: 0.10.1

Install Specific Version

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

Dependencies

This package depends on:

  • darwin:zlib.net^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.exa

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.