Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShell plugin needs an initial space to trigger / Make keywords match without spaces #1853
Comments
|
Wox, as do many other launchers, works on a basis of keywords. Some other plugins, like the Color plugin can be invoked without a space because the keyword for it is set to none. What it does then is check if the first character in a query is While this is an extreme case as its rare to actually have a file named All of that said, Another option is actually adding the option of having keywords match without spaces, which is more global and makes more sense. Definitely a good suggestion, thanks. |


Are you submitting a bug report?
Yes
Steps to reproduce
Type
>ping 127.0.0.1, nothing happens.Type
> ping 127.0.0.1, the plugin starts to work.I am not sure if it is expected or not, but in either way, it's annoying since the space is redundant (we already have ">" as the trigger).
Screenshots (optional)
No result shows
It needs an initial space to work