A very brief adventure in TempleOS and HolyC.
RIP Terry Davis
- "Adam is the father of all tasks"
- When in doubt, look at the help menu (Shows HolyC source code)
- If terminals closed, flashing "TERM" in lower right starts new instance.
- Exit Current Window
SHIFT+ESCAPE - Save changes
CTRL+S - Execute when in file
F5 - CD Root
Cd("::"); - Show Directories
Dir; - Delete File
Del "File.ext"; - Delete Recursive
DelTree "SomeDir"; - Edit File
Ed("File.ext"); - Make new file
Ed("newFile.TXT");(Like vi) - Print file to terminal
Type("newFile.TXT");(Like cat) - Make Directory in Home Directory
DirMk("~/Test"); - Copy File
Copy("File.ext", "~Test");(Also overwrites files) - Find Instances in File
Find("SOMETHING", "File.ext"); - Find and Replace
Find("SOMETHING", "File.ext", "", "ELSE"); - Reboot
Reboot; - Run File
- Place cursor over file, hit enter
- Menu pops up -> Include -> spacebar
- OR
#include "C:/FilePath/SomeFile.HC.Z";
- Intro + Changing Wallpaper in TempleOS https://www.youtube.com/watch?v=JIw4vPdv5X4
- Terry Davis Hello World https://www.youtube.com/watch?v=CE41J-DZlq8
- TempleOS Download http://templeos.org/