| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2017-04-06 |
|
[22290f] Started a README and added a .gitignore |
| README.md | 2017-04-08 |
|
[18c510] Updated README |
| logo.gif | 2017-03-31 |
|
[377926] Added logo.gif |
| shell.py | 2017-04-15 |
|
[19e698] Updated shell.py |

Type commands in the bottom-right text box and press Enter to execute. You can also use the menu at the top.
| Command | Help | Example |
|---|---|---|
help |
Shows a list of commands | help |
load <module name> |
Load a module | load time |
clear |
Clears the screen | clear |
bind <button (1-5)> <module> |
Binds a quickload button to a specific module | bind 1 time |
unbind <button (1-5/*)> |
Unbinds a quickload button | unbind * |
checkbinds |
Shows all current bindings | checkbinds |
define <module name> <new name> |
Define a module with a custom name | define time t |
deldef <definition> |
Delete a definition | deldef t |
checkdefs |
List all definitions | checkdefs |