Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: re-implement fzf as a built-in plugin #884

Merged
merged 1 commit into from
Apr 7, 2024
Merged

feat: re-implement fzf as a built-in plugin #884

merged 1 commit into from
Apr 7, 2024

Conversation

sxyazi
Copy link
Owner

@sxyazi sxyazi commented Apr 7, 2024

This PR addresses some long-standing issues in Yazi's fzf implementation and refactors the fzf implementation into a plugin for greater flexibility.

It provides a preset fzf plugin template, allowing users to easily modify it and create fzf plugins that fit their workflow, by copying https://github.com/sxyazi/yazi/blob/main/yazi-plugin/preset/plugins/fzf.lua as ~/.config/yazi/plugins/fzf.yazi/init.lua - Yazi will load it automatically, without the need to recompile Yazi or add code to the Yazi codebase.

See #865 for details


Potentially addressing:

@sxyazi sxyazi merged commit 0cfb50b into main Apr 7, 2024
5 checks passed
@sxyazi sxyazi deleted the pr-bc06c422 branch April 7, 2024 11:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

selection with fzf, carried on yazi ? [Feature Request] add rg search preview
1 participant