fzy
Summary
Section titled “Summary”Installs fzy (jhawthorn/fzy), a fast fuzzy text selector for the terminal, by compiling from source and placing the binary and helper scripts into $ZPFX.
Syntax / Usage
Section titled “Syntax / Usage”zi pack for jhawthorn/fzyzi pack"bgn" for jhawthorn/fzyAvailable profiles: default, bgn.
Details
Section titled “Details”- Provides:
fzybinary andcontrib/fzy-*helper scripts (e.g.fzy-tmux,fzy-cd) in$ZPFX/bin; man page in$ZPFX/man/man1. defaultprofile ices:as"null",nocompile,lucid,make"PREFIX=$ZPFX install",atclone"cp -vf contrib/fzy-* $ZPFX/bin/",atpull"%atclone". Requirescc,make,cp.bgnprofile ices:as"null",sbin"fzy;contrib/fzy-*",nocompile,lucid,make"",atclone"cp -vf fzy.1 $ZPFX/man/man1",atpull"%atclone". Requirescc,make, and thebin-gem-nodeannex.- The
bgnprofile usessbinshims instead of copying binaries, and skips themake installtarget.
Examples
Section titled “Examples”# Build and install to $ZPFXzi pack for jhawthorn/fzy
# Build with bin-gem-node shimszi pack"bgn" for jhawthorn/fzyCaveats / Common Mistakes
Section titled “Caveats / Common Mistakes”- Requires a C compiler (
cc) andmakeat install time. - The
bgnprofile requireszdharma-continuum/zinit-annex-bin-gem-node.
See Also
Section titled “See Also”- pkg-fzf — the more feature-rich fuzzy finder alternative
- pkg-overview — how
zi packworks