For now, the CLI helper is available only for MacOS.
The CLI helper allows you to open Tinkerwell within the current working directory right from your terminal. In the Advanced Settings you can install the CLI helper.
After that, type tinkerwell <your path>
or just tinkerwell
for the current directory and off you go!
If the installation fails or you're just curious how it works, here are the steps to install the CLI helper manually:
/Applications
directory./usr/local/bin
directory, create a symlink pointing to /Applications/Tinkerwell.app/Contents/Resources/tinkerwell/bin/darwin/tinkerwell.sh
like so:lrwxr-xr-x 1 root wheel 83 Jan 24 12:29 tinkerwell -> /Applications/Tinkerwell.app/Contents/Resources/tinkerwell/bin/darwin/tinkerwell.sh
tinkerwell <your-path>
or just tinkerwell
to open the working directory in Tinkerwell.