Skip to content
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

[Request Feature] Add Math Expression #7

Open
OilSubjectLoss7 opened this issue Sep 23, 2023 · 3 comments
Open

[Request Feature] Add Math Expression #7

OilSubjectLoss7 opened this issue Sep 23, 2023 · 3 comments

Comments

@OilSubjectLoss7
Copy link

could be useful

@lochidev
Copy link
Owner

I'm not entirely sure about what you mean, can you provide some examples? I'll try to include this when I release the update for android 14, if I have time 👍

@OilSubjectLoss7
Copy link
Author

OilSubjectLoss7 commented Sep 23, 2023

Addition:
# Addition
result = 5 + 3
print(result)  # Output: 8

Subtraction:
# Subtraction
result = 10 - 4
print(result)  # Output: 6

Multiplication:
# Multiplication
result = 6 * 2
print(result)  # Output: 12

Division:
# Division
result = 15 / 3
print(result)  # Output: 5.0

but with date and other stuff.
you could also add more complex math, and please make it built-in and not rely on cmd/shell.

@lochidev
Copy link
Owner

Lots of things to think about! I will get to it but may take some time since espanso doesn't seem to have this and designing, coding and testing this might take a bunch of hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants