{"id":16882713,"url":"https://github.com/lildude/fzf-prezto","last_synced_at":"2025-09-04T18:43:37.589Z","repository":{"id":66330296,"uuid":"350299267","full_name":"lildude/fzf-prezto","owner":"lildude","description":"fzf module for Prezto ZSH framework","archived":false,"fork":false,"pushed_at":"2021-10-15T12:24:59.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T11:07:55.812Z","etag":null,"topics":["plugin","prezto","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/lildude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-22T10:22:39.000Z","updated_at":"2024-11-17T20:01:00.000Z","dependencies_parsed_at":"2023-07-10T09:19:46.125Z","dependency_job_id":null,"html_url":"https://github.com/lildude/fzf-prezto","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lildude/fzf-prezto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lildude%2Ffzf-prezto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lildude%2Ffzf-prezto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lildude%2Ffzf-prezto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lildude%2Ffzf-prezto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lildude","download_url":"https://codeload.github.com/lildude/fzf-prezto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lildude%2Ffzf-prezto/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261282320,"owners_count":23134940,"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":["plugin","prezto","zsh","zsh-plugin"],"created_at":"2024-10-13T16:08:25.569Z","updated_at":"2025-06-22T11:08:03.817Z","avatar_url":"https://github.com/lildude.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# fzf Module for Prezto\n\nThis plugin tries to find [junegunn's fzf](https://github.com/junegunn/fzf) based on where it has been installed, and enables its fuzzy auto-completion and key bindings, for use with the [Prezto](https://github.com/sorin-ionescu/prezto) ZSH configuration framework.\n\nThis plugin essentially adds Prezto `zstyle` configuration options to the [Oh My ZSH plugin](https://github.com/ohmyzsh/ohmyzsh/blob/95a06f3927a286db257dc99791b02caba757fe33/plugins/fzf/fzf.plugin.zsh) with inspiration drawn from \u003chttps://github.com/gpanders/fzf-prezto\u003e.\n\n## Installation\n\nPrezto will load external modules found in the `$ZDOTDIR/.zprezto/contrib` directory so this is a good place to install this plugin:\n\n```zsh\nmkdir -p $ZDOTDIR/.zprezto/contrib\ngit submodule add -f https://github.com/lildude/fzf-prezto contrib/fzf\n```\n\n## Settings\n\nEnable the plugin by adding `fzf` to the `zstyle ':prezto:load' pmodule` list in your `.preztorc` file.\n\nYou can then add the following configuration options to your `.preztorc` to customise the behaviour:\n\n```zsh\n# Forcefully Set to fzf installation directory path - default will try to detect the correct location\nzstyle ':prezto:module:fzf' fzf-base '/path/to/fzf/install/dir'\n\n# Set the default command to use when input is tty - default is to set it to these in the order in which they're found:\n# - `rg --files --hidden --glob \"!.git/*\"`\n# - `fd --type f --hidden --exclude .git`\n# - `ag -l --hidden -g \"\" --ignore .git`,\nzstyle ':prezto:module:fzf' fzf-default-command '\u003cyour fzf default commmand\u003e'\n\n# Disable keybindings - default: no\nzstyle ':prezto:module:fzf' disable-key-bindings 'yes'\n\n# Disable completion - default: no\nzstyle ':prezto:module:fzf' disable-completion 'yes'\n\n# Set height of the fzf results - default: full height\nzstyle ':prezto:module:fzf' height '30%'\n\n# Show file preview with ctrl+t and directory contents preview (needs tree) with alt-c\nzstyle ':prezto:module:fzf' preview 'yes'\n\n# Open fzf results in a tmux pane, if using tmux - default: no\nzstyle ':prezto:module:fzf' tmux 'yes'\n\n# Order output in reverse order - default: no\nzstyle ':prezto:module:fzf' reverse 'yes'\n\n# Set the color scheme\nzstyle ':prezto:module:fzf' color-scheme 'Solarized Light'\n```\n\n## Color Schemes\n\nThe `colors.zsh` file currently contains fourteen color schemes from \u003chttps://github.com/junegunn/fzf/wiki/Color-schemes\u003e and the four defaults: `dark`, `light`, `16` and `bw`. You can add your own schemes to the `colors.zsh` file and set the scheme in your `.zpreztorc`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flildude%2Ffzf-prezto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flildude%2Ffzf-prezto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flildude%2Ffzf-prezto/lists"}