Skip to content

AOs for every system! A middle-ground between Windows Command Prompt and PowerShell.

Notifications You must be signed in to change notification settings

SrijanSriv211/AOs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOs

Important

AOs is now moved to: https://github.com/SrijanSriv211/AO
No more updated will be pushed to this repository, all new changes will be pushed to the new repository.
The repository won't be marked as archived and will stay as it is.

I started working on AOs as a hobby project back in 2020. Originally the project was written in Python but I shifted the project to C#. I work on AOs as to learn a programming language or just do time pass. Now I'm rewriting AOs in C++ I don't know why but it sounds cool.


🧰 Getting Started

AOs is officially untested on other development environments whilst I focus on a Windows build, but you can modify it to work cross-platform.

‼️ Prerequisites

You need to install the following on your machine.

📝 Getting AOs

1. Downloading the repository:

Start by cloning the repository with git clone --recursive https://github.com/SrijanSriv211/AOs.

If the repository was cloned non-recursively previously, use git submodule update --init --recursive to clone the necessary submodules.

2. Running and Compiling AOs:

  1. To run the program use:
python scripts\build.py run
  1. To compile the program don't use dotnet build, instead run:
python scripts\build.py