An open API service indexing awesome lists of open source software.

https://github.com/z-shell/fzy

📦 ❮ ZI ❯ Package - Fzy
https://github.com/z-shell/fzy

fzy zpackage zsh zshell

Last synced: 3 months ago
JSON representation

📦 ❮ ZI ❯ Package - Fzy

Awesome Lists containing this project

README

        



Logo


❮ ZI ❯ Package - Fzy





Package source:
Tarball
Binary
Git
Node
Gem


Status:
✔️ (default)

✔️




### Available `pack''` invocations

```shell
# Download the package with the default ice list
zi pack for fzy
```

```shell
# Download the package with the bin-gem-node annex-utilizing ice list
zi pack"bgn" for fzy
```

```shell
# Download with the bin-gem-node annex-utilizing ice list FROM GIT REPOSITORY
zi pack"bgn" git for fzy
```

```shell
# 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`.

```shell
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](https://github.com/z-shell/z-a-bin-gem-node) annex.

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

---

> This repository compatible with [ZI](https://github.com/z-shell/zi)

The [jhawthorn/fzy](https://github.com/jhawthorn/fzy) zsh package that uses the [zsh-string-lib](https://github.com/z-shell/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.