This is desktop-targeted convenient CLI for AngouriMath. The idea is to provide convenient easy-to-use and lightweight terminal to run some basic calculations in it.
The interface language is F#. If you're not familiar with it, check out a Jupyter notebook, an interactive graphical notebook to working with AngouriMath.
Refer for instructions here
It is available on NuGet, install it via
dotnet tool install --global AngouriMath.Terminal --version versionyoulike
To uninstall it, run
dotnet tool uninstall --global AngouriMath.Terminal