Skip to content

Releases: LightYourWay/ma-tools

v0.2.1

23 Jan 22:22
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

First working alpha version of ma-tools ready to be tested and tooled around with by operators & developers. 🎉

It only supports a very minimal featureset of three functions right now:

  • ma.cli() - opens text input and asks for cmd
  • ma.cli("cd /") - parses input and executes the ma-tools function
  • ma.cli{"Printf", Version()} - directly executes the ma-tools function
  • ma.cli(true) - opens popup over and over
  • ma.cli("Fixture 1") - selects Fixture 1
  • ma.ui.gotoSequ(display_handle, 1) - spawns Goto Popup for Sequ 1
  • ma.utils.dump(table) - returns string to allow for printing tables

Have fun! ✨