Git Product home page Git Product logo

templeos-and-holyc's Introduction

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

templeos-and-holyc's People

Contributors

barrettotte avatar meitdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.