Y
Hacker News
new
|
ask
|
show
|
jobs
by
iAinsley
4747 days ago
Use AlfredApp for arithmetic ;)
2 comments
lloeki
4747 days ago
The fact that Spotlight does arithmetic seems like it's regularly overlooked.
link
gee_totes
4747 days ago
or the command line utility
bc
link
lloeki
4747 days ago
If you use bash, you can also use
$(( 3 + 2 ))
. More often than not, if it gets cumbersome to fit it into Spotlight, I'm going to fire up a Python console.
link