Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.96 KB

terminal-interface-cheat-sheet.md

File metadata and controls

76 lines (44 loc) · 1.96 KB

Cheat Sheet for Terminal Interface

A cheat sheet for all custom commands in Terminal Interface

Sometimes you want to run mlog in the terminal pretty easily, but unfortunately it takes this cheat sheet to do that. This cheat sheet will list all custom commands* in the Terminal Interface.

*easter-egg commands will probably come later

Here is the list of almost all custom commands, with description, with examples, ranked by importance.

  • run

    Runs the last mlog commands since the last run related execution.

    Example:

    example

  • run-limit

    Same as run, but with a limit of how many mlog operations it can run. Prevents infinite loops.

    Example:

    another example

  • run-all

    Same as run, but instead of the last execution, it re-runs all mlog commands from the start.

    Example:

    also another example

  • exit

    This is how you exit the session without Ctrl+Cing.

    Example:

    please forgive me for using powershell

  • settings

    Shows all display settings. These include:

    • total lines number
    • relative lines number (lines since the last run related command)
    • debug instructions (shows all tokens when doing any run related command)

    Example:

    do not question the Debug Instructions setting

  • full code

    Displays the full code from the start. This is what run-all executes.

    Example:

    example

  • edit line

    Edits lines within the full code.

    Example:

    connected example

  • blackhole

    A new start. Removes almost all data saved.

    Example:

    also another connected example

  • check printB

    Displays what's in the print buffer.

    Example:

    print buffer demonstration