All Projects → barrettotte → TempleOS-and-HolyC

barrettotte / TempleOS-and-HolyC

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

Programming Languages

HolyC
11 projects

Projects that are alternatives of or similar to TempleOS-and-HolyC

GKey
German Keyboard Layout for TempleOS
Stars: ✭ 20 (-58.33%)
Mutual labels:  templeos, holyc
TempleOS-Screenfetch
Screenfetch for TempleOS
Stars: ✭ 18 (-62.5%)
Mutual labels:  templeos, holyc
TempleTiler
Window tiling hotkeys for TempleOS
Stars: ✭ 25 (-47.92%)
Mutual labels:  templeos, holyc
Lsh
Lambda Shell for TempleOS
Stars: ✭ 48 (+0%)
Mutual labels:  templeos, holyc
TempleOS-EE
TempleOS Explorers Edition
Stars: ✭ 45 (-6.25%)
Mutual labels:  templeos, holyc
TempleOSNotes
Various notes on using TempleOS and writing HolyC
Stars: ✭ 19 (-60.42%)
Mutual labels:  templeos, holyc
holyc-compiler
Compiler & tool recreation of TempleOS's HolyC language
Stars: ✭ 135 (+181.25%)
Mutual labels:  holyc
HolyGL
A divinely inspired graphics library for ZealOS.
Stars: ✭ 23 (-52.08%)
Mutual labels:  templeos

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].