Skip to content

z-shell/fzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo ❮ ZI ❯ Package - Fzy

Package source: Tarball Binary Git Node Gem
Status: ✔️ (default) ✔️


Available pack'' invocations

# Download the package with the default ice list
zi pack for fzy
# Download the package with the bin-gem-node annex-utilizing ice list
zi pack"bgn" for fzy
# Download with the bin-gem-node annex-utilizing ice list FROM GIT REPOSITORY
zi pack"bgn" git for fzy
# Download normal ice list and override atclone'' ice to skip the contrib scripts
zi pack"bgn" atclone'' for fzy

Default Profile

Provides the fuzzy finder via Makefile-installation of the fzy binary under $ZPFX/bin.

zi lucid as"program" pick"$ZPFX/bin/fzy*" \
  atclone"cp contrib/fzy-* $ZPFX/bin" \
  make"PREFIX=$ZPFX install" \
    …

Bin-Gem-Node Profile

Provides the fuzzy finder via shims, i.e.: automatic forwarder scripts created under $ZPFX/bin (which is added to the $PATH by default). It needs the bin-gem-node annex.

zi lucid as"null" make sbin"fzy;contrib/fzy-*"

This repository compatible with ZI

The jhawthorn/fzy zsh package that uses the zsh-string-lib to automatically:

  • get the plugin's Git repository OR release-package URL,
  • get the list of the recommended ices for the plugin,
    • there can be multiple lists of ices,
    • the ice lists are stored in profiles; there's at least one profile, default,
    • the ices can be selectively overridden.