Skip to content

VihaanGitHub/HaanOS-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaanOS-Terminal

A very minimal version of the terminal of my operating system Haan OS. Still a work in progress. Made in C++ Here are a list of stuff you can do:

  • Python (enters python)
  • hsl -u linux (enter linux)
  • echo [text] (says the text back)
  • touch "[filename]" (create a file)
  • touch "[filename]" content "[content]"
  • find [filename/folder] (finds if a specified file/folder exists or not)
  • rm [filename] (deletes a file)
  • sudo rm [filename] (deletes a file with elevated privileges, system, user, drivers etc.)
  • [filename] (used for example if you use touch and create a file called code.py. then in the content put print("Hello World!"). Simply typing code.py later will execute the python code.)

Enjoy playing around with HaanOS Terminal!

About

A very minimal version of the terminal of my operating system Haan OS. Still a work in progress. Made in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors