Linux on the Web (Hint: '$ import fs; import gui;') (lotwtesting.appspot.com) 1 points by dennykane 9y ago ↗ HN
[–] [dead] dennykane 9y ago ↗ The import statement just loads new commands into the command line environment.You can get to a desktop (after importing the gui commands) via:$ deskThe screen will appear blank. (The default desktop is black.)The shortcut to open a terminal window while in the gui is Alt+t.The file explorer is Alt+o.Create new folders with: Ctrl+Alt+f.I know these shortcuts work on ChromeOS, haven't tested them on any other platforms.After nearly 5 years of development, there is soooooooooooooo much more to this thing.
1 comment
[ 2.7 ms ] story [ 14.5 ms ] threadYou can get to a desktop (after importing the gui commands) via:
$ desk
The screen will appear blank. (The default desktop is black.)
The shortcut to open a terminal window while in the gui is Alt+t.
The file explorer is Alt+o.
Create new folders with: Ctrl+Alt+f.
I know these shortcuts work on ChromeOS, haven't tested them on any other platforms.
After nearly 5 years of development, there is soooooooooooooo much more to this thing.