Launches the Minga text editor.
Usage
mix minga [filename]
mix minga +gui [filename]Options
+gui Launch the native macOS GUI instead of the TUIThe +gui flag uses a + prefix to avoid conflicts with Mix's
built-in option parser.
Examples
mix minga README.md # Open a file in TUI
mix minga +gui README.md # Open a file in GUI
mix minga # Start with empty buffer