Hacker News new | ask | show | jobs
by iAinsley 4747 days ago
Use AlfredApp for arithmetic ;)
2 comments

The fact that Spotlight does arithmetic seems like it's regularly overlooked.
or the command line utility bc
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.