Skip to content
/ root Public

Restructured and Optimized Operating Terminal (ROOT) is a command-line tool for Windows, and is a programmable alternative to the Windows "cmd".

License

Notifications You must be signed in to change notification settings

Sergix/root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root

What is ROOT?

Restructured and Optimized Operating Terminal (ROOT) is a command-line tool for Windows, and is a programmable alternative to the Windows "cmd".

Why use ROOT?

  • Seperate User
  • Packages
  • Custom, simple interpreted language
  • Open-Source

How can I contribute?

The ROOT project on GitHub is always accepting new ideas. If you think of something that would be great to add, open a new PR! You can either develop the addition on your own and attach the code, or simply open the PR as a request. If you ever find any bugs, please open a new Issue. There are MANY unfixed bugs that need to be found.

Technical notes on this project:

  • Compiled with GNU C++ compiler (MinGW g++)
  • Coded in the Code::Blocks IDE on Windows 10 Anniversary
  • Conforms to the C++11 language standard
  • Implements Windows libraries (windows.h) for specific tools (key press, folder creation), but otherwise is a portable program. (If you know how to do this without the Windows libraries, please open a PR!)

Where do I get it?

You can either clone this repository and complile it yourself, or run the executable located in the /release folder in this repository. Compiled with the g++ compiler.

About

Restructured and Optimized Operating Terminal (ROOT) is a command-line tool for Windows, and is a programmable alternative to the Windows "cmd".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages