-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
You will need:
- A working Python interpreter, version 3 and up
- The pygame module installed
Run stub.py either by double-clicking on it (in Windows) or using the command line.
When you open it up through the virtual terminal, you will be put in input mode, which means whatever you type will be written into the file. vis is a line-based editor, meaning you can only edit the line you're on.
Enter vis <filename> to start editing a file. Press Enter whenever you have finished editing a line. The line will be immediately saved and cannot be altered again in this editing session. Press Esc to exit vis.
Everything you created in Winnux 58 will go into the files.img virtual disk. You can view them using the cat command in the virtual terminal. Note that files.img is NOT a traditional disk image, so don't try to mount that!
This program is brought to you under the GNU AGPL-3.0 License.