-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is there a way to show all available commands when the user hasn't typed anything yet? #15
Comments
Hmm, no, not by default. However, you should be able to subclass |
I'd love to contribute actually. I have a few things I'd like to add, I'll keep each change simple and in separate pull requests so that you can consider them independently. Do you have any coding style or unit tests I need to know about? |
Sweet!
There's a contributing document that talks about both of those: https://github.com/1egoman/fuzzy-picker/blob/master/CONTRIBUTING.md. Let me know if you have any specific comments and I'd be happy to address them. |
Cheers, just getting started. I forked, cloned and did the But I get the following error relating to the 'hoek' module. Any idea what this is all about?
|
I'm working on Windows, which seems pertinent. |
Ok, problem solved. I'm making a slight tweak to your contribution guide (what I need to get started). I'll make a pull request so we can test the integration process! |
Ok, sweet! This process may be a bit rough around the edges, it's been a while since I did any real development on this project. It seems like in general it's gone relatively well so far! I merged #16, and I also pushed a commit to change the versions of node that travis ci builds with as some dependencies have updated to no longer support node 5 and 6 (travis now builds with node 8 and 10). That will hopefully fix up the ci process. |
Yeah it's definitely a good start for what I need. One issue I have is that it won't dismiss when I hit enter. Should that already work? |
It should if an item is selected - ie, in https://1egoman.github.io/fuzzy-picker/ or with |
Not currently, but it's probably my fault. Pretty tired at the moment and still hacking away. |
These are things I want to add to it:
Potentially later:
|
BTW this is the app that I'm building: |
That looks pretty cool! |
Also I'd like to show hotkeys for the commands in the fuzzy picker. But that's low priority. |
It also needs a dark theme ;) |
Also, all those ideas sound great! I'd say that it'd be nice if all of them could be enabled or disabled such that someone could pick how minimal or extensible of a picker they'd like. Ha, and I agree on the dark theme too, it's something that I tend to do in applications as well. |
Hi, great component!
Just wondering if there is any way that I can show all commands before the user has typed anything?
The way VS code does it:
Thanks so much!
Ash
The text was updated successfully, but these errors were encountered: