A Python-based Alfred 3 Workflow to toggle Mathematica Kernel to do computations.
- First, input the keyword
kernel, then input the query stringquery. - Then, the
querywill be sent to/usr/local/bin/wolframscript -code. - It's
stdoutis then handled by Python libraryAlfred-Workflow. - Hit
RETto copy the result to your clipboard or hitCommand+RETto directly paste the answer to the front most App. - Update is checked before every run.
cd to your workflows folder and execute:
$ git clone git@github.com:LingyuanJi/math-kernel-toggle.git
- You need to HAVE a Mathematica 11 installed into your macOS, along with the commandline executable
/usr/local/bin/wolframscript.
