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: flatten items of list returned from fzf.find #7

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

ajitid
Copy link
Owner

@ajitid ajitid commented Jul 21, 2021

This makes items in the list coming from fzf.find be flatten. In other words, instead of accessing entry.result.score, one now will be able to use entry.score. This is partly done so that the word "result" itself can't be misinterpreted with something else.

@netlify
Copy link

netlify bot commented Jul 21, 2021

✔️ Deploy Preview for fzf ready!

🔨 Explore the source changes: 79b5d9e

🔍 Inspect the deploy log: https://app.netlify.com/sites/fzf/deploys/60f86257fcc1050008459cfb

😎 Browse the preview: https://deploy-preview-7--fzf.netlify.app/

@ajitid ajitid changed the title feat: make entry item flat feat: flatten items of list returned from fzf.find Jul 21, 2021
@ajitid ajitid merged commit c896ee4 into dev Jul 21, 2021
@ajitid ajitid deleted the feat/flatten-result branch July 21, 2021 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant