Skip to content

barrettotte/TempleOS-and-HolyC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages