{"id":13825573,"url":"https://github.com/mattn/vim-fz","last_synced_at":"2025-04-30T09:46:06.226Z","repository":{"id":55441692,"uuid":"99261962","full_name":"mattn/vim-fz","owner":"mattn","description":"Ultra Fast Fuzzy Finder for Vim8","archived":false,"fork":false,"pushed_at":"2020-12-30T18:32:45.000Z","size":256,"stargazers_count":64,"open_issues_count":9,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T06:41:24.879Z","etag":null,"topics":["fuzzyfinder","vim","vim8"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/mattn.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}},"created_at":"2017-08-03T18:12:22.000Z","updated_at":"2024-07-01T07:57:01.000Z","dependencies_parsed_at":"2022-08-15T00:20:45.396Z","dependency_job_id":null,"html_url":"https://github.com/mattn/vim-fz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-fz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-fz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-fz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fvim-fz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/vim-fz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242631139,"owners_count":20160830,"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":["fuzzyfinder","vim","vim8"],"created_at":"2024-08-04T09:01:23.579Z","updated_at":"2025-03-09T01:31:56.018Z","avatar_url":"https://github.com/mattn.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-fz\n\nUltra Fast Fuzzy finder for Vim8 and NeoVim.\n\nBut very very experimental!\n\n![Fz](https://raw.githubusercontent.com/mattn/vim-fz/master/screenshot.gif)\n\n## Usage\n\n```\n:Fz\n```\n\nOr type `,f`\n\n## APIs\n\n### type: cmd\n\n```vim\nnnoremap \u003cC-p\u003e :execute system('git rev-parse --is-inside-work-tree') =~ 'true'\n      \\ ? fz#run({ 'type': 'cmd', 'cmd': 'git ls-files' })\n      \\ : 'Fz'\u003cCR\u003e\n```\n\n### type: list\n\n```vim\ncommand! FzColors call fz#run({\n    \\ 'type': 'list',\n    \\ 'list': uniq(map(split(globpath(\u0026rtp, \"colors/*.vim\"), \"\\n\"), \"substitute(fnamemodify(v:val, ':t'), '\\\\..\\\\{-}$', '', '')\")),\n    \\ 'accept': {result-\u003eexecute('colorscheme ' . result['items'][0])},\n    \\ })\n```\n\n## Requirements\n\n* [gof](https://github.com/mattn/gof)\n* vim8 or neovim\n\n## Installation\n\n```\n$ go get github.com/mattn/gof\n```\n\n*  [Pathogen](https://github.com/tpope/vim-pathogen)\n    * `git clone https://github.com/mattn/vim-fz.git ~/.vim/bundle/vim-fz`\n*  [vim-plug](https://github.com/junegunn/vim-plug)\n    * `Plug 'mattn/vim-fz'`\n*  [Vim packages](http://vimhelp.appspot.com/repeat.txt.html#packages)\n    * `git clone https://github.com/mattn/vim-fz.git ~/.vim/pack/plugins/start/vim-fz`\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto (a.k.a. mattn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fvim-fz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fvim-fz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fvim-fz/lists"}