This is a cli module for RemoteConnect
start_code(port:"Port to Start Code"=10000, password:"Password to Start Code"=None, tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None)
Starts Code Server
start_jupyter(port:"Port to Start Jupyter"=9000, ui:"Interface to start"='notebook', tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None, subdomain:"Add a subdomain only for localtunnel"=None, install_code:"Flag to install code"=False, install_julia:"Flag to install code"=False)
Starts Jupyter
start_pluto(port:"Port to Start Jupyter"=9000, tunnel:"Tunel Type"='ngrok', authtoken:"Tunnel Authtoken for ngrok"=None)
Starts Pluto.jl reactive notebook
fsize(fldr:"Pathstring of folder to measure size"='.')