-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Commandpalette Proof of Concept #2059
Conversation
Co-authored-by: Anja Kefala <anja.kefala@gmail.com> Co-authored-by: Saul Pwanson <code@saul.pw>
Co-authored-by: Saul Pwanson <code@saul.pw>
c6b4c86
to
9e3681c
Compare
@saulpw i think this is ready for review from my point of view. There's one TODO left that I won't manage to finish today, but feel free to move the keystrokes around if want to have it in this PR :) My head is already fuzzy from all the fuzziness. PS: just seeing that the tests are failing. Not sure what's going on there. But I'll be logging off for today, sorry! 🙈 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, @zormit! Thanks so much for putting the time into this.
Thank you! |
With the help of @anjakefala and @saulpw I've created this little prototype for #247.
Here's a demo that shows how it works, https://asciinema.org/a/616455. Notes on the features demonstrated:
I've decided to port over the fzf algorithm for this, such that we can do this without dependencies.