Flow-Launcher / Flow.Launcher

:mag: Quick file search & app launcher for Windows with community-made plugins
https://flowlauncher.com
MIT License
7.66k stars 301 forks source link

Case sensitive action keywords #2846

Open indigofairyx opened 1 month ago

indigofairyx commented 1 month ago

Checks

Problem Description

Use CAPS on on plugin commands breakers plugins from functioning.

Eg, "url github.com" works. While "URL github.com" wont.

Same for my web plugins, I use "goo" to search Google, if I use "GOO", in caps, it won't send to the browser.

This seems to effect eternal plugins too.

Just saw this post from a 3rd party plugin https://github.com/Garulf/Steam-Search/issues/65

To Reproduce

  1. ...
  2. ...
  3. ...

Screenshots

No response

Flow Launcher Version

1.18. Pre release

Windows Build Number

  1. Current

Error Log

```shell Replace this line with the important log contents. ```
deefrawley commented 1 month ago

This is not a bug but a feature. Keywords are supposed to be case sensitive. That way users have more options to create keywords.

onesounds commented 1 month ago

This is not a bug but a feature. Keywords are supposed to be case sensitive. That way users have more options to create keywords.

No. This hinders fast input because it makes the user distinguish case. We are right not to distinguish this. At least it should be provided as an option.

deefrawley commented 1 month ago

Then let's change it to an enhancement not a bug.