{"id":14982858,"url":"https://github.com/z-shell/fzy","last_synced_at":"2025-10-29T18:31:20.934Z","repository":{"id":103553751,"uuid":"425135134","full_name":"z-shell/fzy","owner":"z-shell","description":"📦 ❮ ZI ❯ Package - Fzy","archived":false,"fork":false,"pushed_at":"2022-06-09T22:13:29.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T04:04:57.716Z","etag":null,"topics":["fzy","zpackage","zsh","zshell"],"latest_commit_sha":null,"homepage":"https://z.digitalclouds.dev/ecosystem/packages","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z-shell.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-06T02:15:02.000Z","updated_at":"2022-06-15T19:00:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d9f1471-239f-41ef-9443-5c2f6e405c98","html_url":"https://github.com/z-shell/fzy","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"9dc2194fcae9c5db3d80e013ea41345b744c78ef"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-shell%2Ffzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-shell%2Ffzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-shell%2Ffzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z-shell%2Ffzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z-shell","download_url":"https://codeload.github.com/z-shell/fzy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874132,"owners_count":19545119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fzy","zpackage","zsh","zshell"],"created_at":"2024-09-24T14:06:18.992Z","updated_at":"2025-10-29T18:31:20.550Z","avatar_url":"https://github.com/z-shell.png","language":null,"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/z-shell/zi\"\u003e\n  \u003cp\u003e\u003cimg src=\"https://github.com/z-shell/zi/raw/main/docs/images/logo.svg\" alt=\"Logo\" width=\"60px\" height=\"60px\" /\u003e\u003c/a\u003e\n  ❮ ZI ❯ Package - Fzy \u003c/p\u003e\n\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003e\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cb\u003ePackage source:\u003c/b\u003e\u003c/td\u003e\n        \u003ctd\u003eTarball\u003c/td\u003e\n        \u003ctd\u003eBinary\u003c/td\u003e\n        \u003ctd\u003eGit\u003c/td\u003e\n        \u003ctd\u003eNode\u003c/td\u003e\n        \u003ctd\u003eGem\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cb\u003eStatus:\u003c/b\u003e\u003c/td\u003e\n        \u003ctd\u003e✔️ (default)\u003c/td\u003e\n        \u003ctd\u003e❌\u003c/td\u003e\n        \u003ctd\u003e✔️\u003c/td\u003e\n        \u003ctd\u003e❌\u003c/td\u003e\n        \u003ctd\u003e❌\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\u003c/h3\u003e\u003chr /\u003e\n\n### Available `pack''` invocations\n\n```shell\n# Download the package with the default ice list\nzi pack for fzy\n```\n\n```shell\n# Download the package with the bin-gem-node annex-utilizing ice list\nzi pack\"bgn\" for fzy\n```\n\n```shell\n# Download with the bin-gem-node annex-utilizing ice list FROM GIT REPOSITORY\nzi pack\"bgn\" git for fzy\n```\n\n```shell\n# Download normal ice list and override atclone'' ice to skip the contrib scripts\nzi pack\"bgn\" atclone'' for fzy\n```\n\n### Default Profile\n\nProvides the fuzzy finder via Makefile-installation of the `fzy` binary under `$ZPFX/bin`.\n\n```shell\nzi lucid as\"program\" pick\"$ZPFX/bin/fzy*\" \\\n  atclone\"cp contrib/fzy-* $ZPFX/bin\" \\\n  make\"PREFIX=$ZPFX install\" \\\n    …\n```\n\n### `Bin-Gem-Node` Profile\n\nProvides the fuzzy finder via _shims_, i.e.: automatic forwarder scripts created under `$ZPFX/bin` (which is added to the `$PATH` by default).\nIt needs the [bin-gem-node](https://github.com/z-shell/z-a-bin-gem-node) annex.\n\n```shell\nzi lucid as\"null\" make sbin\"fzy;contrib/fzy-*\" …\n```\n\n---\n\n\u003e This repository compatible with [ZI](https://github.com/z-shell/zi)\n\nThe [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:\n\n- get the plugin's Git repository OR release-package URL,\n- get the list of the recommended ices for the plugin,\n  - there can be multiple lists of ices,\n  - the ice lists are stored in _profiles_; there's at least one profile, _default_,\n  - the ices can be selectively overridden.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-shell%2Ffzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz-shell%2Ffzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz-shell%2Ffzy/lists"}