Skip to content

A simple command line virtual operating system, written in python (under development)

License

Notifications You must be signed in to change notification settings

orlandohuang/virtual-operating-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual operating system

A simple virtual operating system written in python. (Under development). Currently, the following commands are supported:

Command Usage Syntax Example
echo To print content on screen cd <your content here> cd Hello Virtual operating system!
cd To change current working directory cd <your dir here> cd ../
dir To list all files and folders in a directory dir to list all files and folders in current working directory, dir <path to parent directory> to look for files in another directory dir, dir ../
shutdown To shutdown the virtual operating system shutdown shutdown

I am adding more commands! If you would like a command to be added, feel free to open an issue for that! While you wait for virtual os to be completed, check my other interesting projects:

About

A simple command line virtual operating system, written in python (under development)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%