Skip to content

aviaryan/alfred-clc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred - CLC

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

Screenshot 1

Screenshot 2

Screenshot 3

External Requirements

insect

brew install insect
# or
npm install -g insect

⭐️ Donate ⭐️