calc-macos
by Tashima42
Espanso package for doing basic arithmetic in the shell.
Basic calculation package for espanso that works in macOS.

:calc| Command | Match | Example | Result |
|---|---|---|---|
| Calculate | :calc | Input: 10 - 3 | 7 |
| Calculate and show account | :ecalc | Input: 10 - 3 | 10 - 3 = 7 |
This package uses bc to do the calculations
echo '10 * 4' | bc