fzf
🌸 A command-line fuzzy finder
Package Information
- Domain:
github.com/junegunn/fzf - Name:
fzf - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install fzfPrograms
This package provides the following executable programs:
fzf
Available Versions
Show all 50 versions
0.65.2,0.65.1,0.65.0,0.64.0,0.63.00.62.0,0.61.3,0.61.2,0.61.1,0.61.00.60.3,0.60.2,0.60.1,0.60.0,0.59.00.58.0,0.57.0,0.56.3,0.56.2,0.56.10.56.0,0.55.0,0.54.3,0.54.2,0.54.10.54.0,0.53.0,0.52.1,0.52.0,0.51.00.50.0,0.49.0,0.48.1,0.48.0,0.47.00.46.1,0.46.0,0.45.0,0.44.1,0.44.00.43.0,0.42.0,0.41.1,0.41.0,0.40.00.39.0,0.38.0,0.37.0,0.36.0,0.35.1
Latest Version: 0.65.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) fzf -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.fzf
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.