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
- Host: GitHub
- URL: https://github.com/z-shell/fzy
- Owner: z-shell
- License: mit
- Created: 2021-11-06T02:15:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T22:13:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T04:04:57.716Z (3 months ago)
- Topics: fzy, zpackage, zsh, zshell
- Homepage: https://z.digitalclouds.dev/ecosystem/packages
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
❮ 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.