{"id":21650573,"url":"https://github.com/sakkke/vfzf","last_synced_at":"2026-01-04T01:43:28.499Z","repository":{"id":62696594,"uuid":"561747223","full_name":"sakkke/vfzf","owner":"sakkke","description":"⛱️ A V wrapper for fzf.","archived":false,"fork":false,"pushed_at":"2024-12-05T02:29:39.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T05:27:09.268Z","etag":null,"topics":["fzf","v","v-module","v-package","vlang","vlang-module","vlang-package"],"latest_commit_sha":null,"homepage":"https://vpm.vlang.io/mod/sakkke.vfzf","language":"V","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/sakkke.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":"2022-11-04T11:58:55.000Z","updated_at":"2024-12-05T02:29:05.000Z","dependencies_parsed_at":"2022-11-04T15:47:05.751Z","dependency_job_id":null,"html_url":"https://github.com/sakkke/vfzf","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fvfzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fvfzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fvfzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fvfzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakkke","download_url":"https://codeload.github.com/sakkke/vfzf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244543997,"owners_count":20469591,"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":["fzf","v","v-module","v-package","vlang","vlang-module","vlang-package"],"created_at":"2024-11-25T07:41:21.687Z","updated_at":"2026-01-04T01:43:28.460Z","avatar_url":"https://github.com/sakkke.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vfzf\n[![](https://img.shields.io/github/license/sakkke/vfzf?style=for-the-badge)](https://github.com/sakkke/vfzf/blob/main/LICENSE)\n[![](https://img.shields.io/badge/VPM-sakkke.vfzf-5D87BF?style=for-the-badge)](https://vpm.vlang.io/mod/sakkke.vfzf)\n\nA V wrapper for [fzf].\nThis is a V port of [pyfzf].\n\n## Requirements\n\n- [V](https://github.com/vlang/v)\n- [fzf]\n\n## Installation\n\n```shell\nv install sakkke.vfzf\n```\n\n## Usage\n\n```v\nimport sakkke.vfzf { new_fzf_prompt }\nfzf := new_fzf_prompt()\n```\n\nIf fzf is not available on PATH, you can specify a location:\n\n```v\nfzf := new_fzf_prompt(executable_path: '/path/to/fzf')\n```\n\nSimply pass a array of options to the prompt function to invoke fzf:\n\n```v\nfzf.prompt(choices: ['1', '2', '3'])\n```\n\nYou can pass additional arguments to fzf as `fzf_options`:\n\n```v\nfzf.prompt(choices: ['1', '2', '3'], fzf_options: '--multi --cycle')\n```\n\nInput items are written to a temporary file which is then passed to fzf. The items are delimited with `\\n` by default, you can also change the delimiter (useful for multiline items):\n\n```v\nfzf.prompt(choices: ['1', '2', '3'], fzf_options: '--read0', delimiter: '\\0')\n```\n\n## License\n\nMIT\n\n## Thanks\n\n- [@nk412](https://github.com/nk412) is the original author of [pyfzf].\n\n[fzf]: https://github.com/junegunn/fzf\n[pyfzf]: https://github.com/nk412/pyfzf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakkke%2Fvfzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakkke%2Fvfzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakkke%2Fvfzf/lists"}