Disable case sensitivity for short plugin commands? #3874
Unanswered
FirefoxQuantumDev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
To clarify are these plugin action keywords you are referring to? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using some plugins with short commands (like ip, up, etc.), and Flow Launcher currently treats them as case-sensitive.
This leads to annoying mismatches like:
typing IP doesn't trigger the same result as ip
Up ≠ up
WiFi ≠ wifi
I think for short or exact-match plugin commands, it would make more sense if they were treated case-insensitively, at least as an option in plugin.json or per-plugin config.
Beta Was this translation helpful? Give feedback.
All reactions