lsd
Clone of ls with colorful output, file type icons, and more
Package Information
- Domain:
github.com/peltoche/lsd
- Name:
lsd
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install lsd
Programs
This package provides the following executable programs:
lsd
Available Versions
Show all 7 versions
1.1.5
,1.1.3
,1.1.2
,1.1.1
,1.1.0
1.0.0
,0.23.1
Latest Version: 1.1.5
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) lsd -- $SHELL -i
Dependencies
This package depends on:
libgit2.org~1.7
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.lsd
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.