TempleOS-and-HolyC icon indicating copy to clipboard operation
TempleOS-and-HolyC copied to clipboard

A very brief adventure in TempleOS and HolyC. RIP Terry Davis

TempleOS-and-HolyC

A very brief adventure in TempleOS and HolyC.

RIP Terry Davis

Cheatsheet

  • "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";

Sources

  • 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/

Screenshots

(https://github.com/barrettotte/TempleOS-and-HolyC/blob/master/screenshots/screen01.PNG

(https://github.com/barrettotte/TempleOS-and-HolyC/blob/master/screenshots/screen02.PNG