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 49 versions
0.65.1,0.65.0,0.64.0,0.63.0,0.62.00.61.3,0.61.2,0.61.1,0.61.0,0.60.30.60.2,0.60.1,0.60.0,0.59.0,0.58.00.57.0,0.56.3,0.56.2,0.56.1,0.56.00.55.0,0.54.3,0.54.2,0.54.1,0.54.00.53.0,0.52.1,0.52.0,0.51.0,0.50.00.49.0,0.48.1,0.48.0,0.47.0,0.46.10.46.0,0.45.0,0.44.1,0.44.0,0.43.00.42.0,0.41.1,0.41.0,0.40.0,0.39.00.38.0,0.37.0,0.36.0,0.35.1
Latest Version: 0.65.1
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.