You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,16 +75,19 @@ You can execute the following commands from the built-in shell:
75
75
76
76
| Command | Description |
77
77
| :--- | :--- |
78
-
|`nm`| Starts the TUI Network Manager |
79
-
|`fm`| Starts the TUI File Manager |
80
-
|`vi`| Opens the vi port |
81
-
|`fc`| Font Configuration Utility |
82
78
|`clear`| Clears the screen |
79
+
|`fav`| Built-in shell aliases |
80
+
|`fc`| Font Configuration Utility |
81
+
|`fm`| Starts the TUI File Manager |
82
+
|`ftpd`| Launches a FTP Server on `/` with user `admin` and pwd `admin`|
83
83
|`irc`| Connects to an IRC channel given a server, port, nickname and channel |
84
+
|`menu`| An interactive shortcut menu for commands |
85
+
|`ms`| Opens the minesweeper clone |
86
+
|`nm`| Starts the TUI Network Manager |
84
87
|`rss`| RSS Reader; connect to an http or https rss endpoint and retreives the titles |
85
-
|`telnet`| Connects to a telnet server (try `telehack.com` or `bbs.retrocampus.com`) |
88
+
|`telnet`| Connects to a telnet server |
89
+
|`vi`| Opens the vi port |
86
90
|`zm`| Launches `dfrotz`, the ZMachine interpreter |
87
-
|`ftpd`| Launches a FTP Server on `/` with user `admin` and pwd `admin`|
88
91
89
92
To get out of the shell, type `exit`. This will bring you to the MicroPython shell, where you can type in python expressions. To get back to the built-in shell, type `sh` in the MicroPython shell.
0 commit comments