Skip to content

xplr.dev

A hackable, minimal, fast TUI file explorer

Package Information

  • Domain: xplr.dev
  • Name: xplr.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install xplr

Programs

This package provides the following executable programs:

  • xplr

Aliases

This package can also be accessed using these aliases:

  • xplr

Available Versions

Show all 4 versions
  • 1.0.0, 0.21.10, 0.21.9, 0.21.8

Latest Version: 1.0.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +xplr.dev@1.0.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.xplrdev

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.