https://github.com/dervexdev/evaluate-math-expression
A Raycast extension that reads current selection, evaluates the math expression, and shows it in a desired way
https://github.com/dervexdev/evaluate-math-expression
Last synced: 12 months ago
JSON representation
A Raycast extension that reads current selection, evaluates the math expression, and shows it in a desired way
- Host: GitHub
- URL: https://github.com/dervexdev/evaluate-math-expression
- Owner: DervexDev
- License: mit
- Created: 2025-02-15T20:54:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:08:32.000Z (over 1 year ago)
- Last Synced: 2025-06-06T03:11:45.647Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.raycast.com/Dervex/evaluate-math-expression
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Evaluate Math Expression
A [Raycast](https://www.raycast.com/) extension that reads current selection, evaluates the math expression, and shows it in a desired way.
## Available Settings
| Title | Description | Default |
| ----------------- | --------------------------------------------------- | ------- |
| Max Decimals | Maximum number of decimals to include in the result | `3` |
| Output Options | Replace the current selection with the result | `true` |
| Copy To Clipboard | Copy the result to clipboard | `false` |
| Display Result | Display the result in a notification | `false` |
## Examples
Select one of the two below lines, run the command, and see the result.
- `1/3`
- `x=2; y=5; x^2`