←back to thread

305 points evolve2k | 1 comments | | HN request time: 0s | source
Show context
depsypher ◴[] No.5877961[source]
The only thing stopping me from making this switch is that doing arithmetic in the url bar stops working... I use that quite a bit. Is this some deep integration with chrome or can it be made to work with ddg as well?
replies(3): >>5877980 #>>5878028 #>>5882689 #
iAinsley ◴[] No.5877980[source]
Use AlfredApp for arithmetic ;)
replies(2): >>5877990 #>>5878671 #
gee_totes ◴[] No.5877990[source]
or the command line utility bc
replies(1): >>5878681 #
1. lloeki ◴[] No.5878681[source]
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.