Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 908 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 908 Bytes

MathKernelToggle

A Python-based Alfred 3 Workflow to toggle Mathematica Kernel to do computations.

Main Features

alt text

  • First, input the keyword kernel, then input the query string query.
  • Then, the query will be sent to /usr/local/bin/wolframscript -code.
  • It's stdout is then handled by Python library Alfred-Workflow.
  • Hit RET to copy the result to your clipboard or hit Command+RET to directly paste the answer to the front most App.
  • Update is checked before every run.

Installation

cd to your workflows folder and execute:
$ git clone git@github.com:LingyuanJi/math-kernel-toggle.git

Caution

  • You need to HAVE a Mathematica 11 installed into your macOS, along with the commandline executable /usr/local/bin/wolframscript.