https://github.com/aviaryan/alfred-clc
Powerful Calculator for Alfred
https://github.com/aviaryan/alfred-clc
alfred alfred-3 alfred-workflow alfred3-workflow calculator
Last synced: 7 months ago
JSON representation
Powerful Calculator for Alfred
- Host: GitHub
- URL: https://github.com/aviaryan/alfred-clc
- Owner: aviaryan
- License: mit
- Created: 2017-08-31T14:11:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T16:19:24.000Z (over 3 years ago)
- Last Synced: 2023-10-15T15:26:40.448Z (over 1 year ago)
- Topics: alfred, alfred-3, alfred-workflow, alfred3-workflow, calculator
- Language: Shell
- Homepage: https://www.alfredforum.com/topic/10652-clc-powerful-calculator-for-alfred/
- Size: 68.4 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred - CLC
![]()
**Tested with Alfred 3**
This workflow adds a powerful calculator right in your Alfred bar.
## Installing
Install [insect](https://github.com/sharkdp/insect)
```sh
brew install insect
```Then download [CLC workflow file](https://github.com/aviaryan/alfred-clc/raw/master/clc.alfredworkflow) and double click to open it with Alfred.
## Using
```
clc [expression]
```## Example expressions
```sh
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](https://github.com/sharkdp/insect) for the calculations, please see its
[README](https://github.com/sharkdp/insect) for more possible types of expressions.## Screenshots



## External Requirements
[insect](https://github.com/sharkdp/insect)
```sh
brew install insect
# or
npm install -g insect
```----
⭐️ [Donate](https://www.paypal.me/aviaryan) ⭐️