Tested with Alfred 3
This workflow adds a powerful calculator right in your Alfred bar.
Installing
Install insect
brew install insect
Then download CLC workflow file and double click to open it with Alfred.
Using
clc [expression]
Example expressions
sqrt(1.4^2 + 1.5^2) * cos(pi/3)^2
2 min + 30 s
40 kg * 9.8 m/s^2 * 150 cm
60 mph -> m/s
6 Mbit/s * 1.5 h -> GB
# sum of the first ten squares
sum(k^2, k, 1, 10)
NOTE: Since this workflow uses insect for the calculations, please see its README for more possible types of expressions.
Screenshots
External Requirements
brew install insect
# or
npm install -g insect
⭐️ Donate ⭐️