Skip to content

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 fzf

Programs

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.0
  • 0.62.0, 0.61.3, 0.61.2, 0.61.1, 0.61.0
  • 0.60.3, 0.60.2, 0.60.1, 0.60.0, 0.59.0
  • 0.58.0, 0.57.0, 0.56.3, 0.56.2, 0.56.1
  • 0.56.0, 0.55.0, 0.54.3, 0.54.2, 0.54.1
  • 0.54.0, 0.53.0, 0.52.1, 0.52.0, 0.51.0
  • 0.50.0, 0.49.0, 0.48.1, 0.48.0, 0.47.0
  • 0.46.1, 0.46.0, 0.45.0, 0.44.1, 0.44.0
  • 0.43.0, 0.42.0, 0.41.1, 0.41.0, 0.40.0
  • 0.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 -i

Usage 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(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.