Flow-Launcher / Flow-Launcher/Flow.Launcher
Calculator plugin - Treat both , and . as decimal separators
- Dominant language
- C#
- Stars
- 15.6k
- Forks
- 644
- Avg merge
- 16h 51m
- Merged PRs (30d)
- 3
Description
**Is your feature request related to a problem? Please describe.**
On Flow Launcher, one can either configure comma, dot or system locale as the decimal separator. However it's very common for one to copy+paste numbers from different locales and as such sometimes do calculations using one or the other without changing the locale.
**Describe the solution you'd like**
It would be great if the calculator could treat both as decimal separator and/or ignore any thousands separator. This works like a charm in other launchers like Wox v1 or Raycast without having to configure anything, but I would be ok if the solution here involved a configuration.
Flow:
Raycast:
Wox v1:
**Describe alternatives you've considered**
I can obviously see it is wrong and edit the separator myself, but it is annoying.
**Additional context**
My system uses comma for decimal and dot for thousand and I cannot understand how the thousand separator works, seems like it just strips it and treats as a whole number:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.