Giter Club home page Giter Club logo

gos's Introduction

alt text

gOS is an operating system written in c# with the Cosmos OS Kit alt text

Commands

Power Commands

shutdown: Turns the OS and computer off.

reboot: Reboots the computer.

Console Commands

reinit: Reinitializes the OS (pseudo-reboot).

clear: Clears the console.

echo (message): Prints the specified message to the console, Not necessary in the current state of the OS right now but planned to be more fleshed out later.

theme (themeID): Changes the theme of the console. 1 = Ice (default), 2 = Plain, 3 = Inferno, 4 = Sahara, 5 = Magic.

Filesystem commands

ls: Shows all subdirectories and files within current directory.

cd (path): Changes current directory to specified path, if no path is specified it will change the current directory to root.

rm (path): Removes specified directory or file.

mkdir (path): Creates new directory in specified path.

touch (path): Creates new file in specified path.

cat (path): Prints all the lines of specified file.

grep (pattern) (path): Prints lines of text specifed file which match the specified pattern. use flag -h in gOS for more info.

WIP filesystem commands

These commands are not finished and are not reliable to use

write (path) (text): Writes to specified text to specified file.

writeline (path) (text): Creates new line and writes specified text to specified file.

Other Commands

beep (frequency): Plays a sound with the specified frequency throught the pc speakers

info: Shows system and OS information.

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.