-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for evaluating mathematical expressions #37
Comments
Hi there, thank you for a proposal and sorry for a long response!
Personally I use a python interpreter for that case (any other interpreted language also should work fine). Is there any problem with that solution for you? What kind of complexity from these expressions do you expect, only a basic arithmetic (i.e. |
Or just advanced app launcher 😆
We can just use fastval crate or something like that.
I also use python for that, but it takes some time to launch and it's easier to just use $mod+d and write expression.
Basic arithmetic would be great, however functions like sqrt() or cos() would be great to add.
Yeah that would be great.
Not sure about that, Spotlight solves that by expanding search view.
If you don't find this feature useful, it's completely fine. Thanks for response |
Cool, thanks for detailed answers!
So far, it's easier implement it without handling that case. For now there's no handling for overflowed input value. |
Math expr evaluations is something that I miss the most from OSX too (paste & copy the result also). |
Hello, Spotlight search from MacOS had this feature and in my opinion it was great and useful. What do you think about adding this feature?
The text was updated successfully, but these errors were encountered: