AsclepyOS is a fantasy disk operating system written in Python.
pip install git+https://github.com/las-r/asclepyos.githelp: View contents of README.mdver: Display OS versionexit: Exit AsclepyOS
ld,lsdir: List directory contentscd,chdir: Change working directorymd,mkdir: Make a new directorydd,dldir: Delete a directoryvw,view: View the contents of a filenw,new: Create a new empty filedl,del: Delete a filemv,move: Move a file into another directorycp,copy: Copy the contents of a file into another
var: Set a variablenum: Convert a variable to an integer:<VAR>: Get the value of a variable+<VAL1>,<VAL2>: Add-<VAL1>,<VAL2>: Subtract*<VAL1>,<VAL2>: Multiply/<VAL1>,<VAL2>: Divide?<MIN>,<MAX>: Random integer
ife: Run next command only if two values are equalifn: Run next command only if two values aren't equalwhe: Run the next command repeated while two values are equalwhn: Run the next command repeated while two values aren't equal
out: Output textin: Input value into a variableclr: Clear the consolecont: Pauses process until enter key pressed
com: Do nothing (comment)
calc: Minimal calculator (w/ Python's eval)find: File searcherhello: Hello, world!hex: Hex dumpershred: Secure deletertex: Minimal text editorwait: Basic execution pauserwc: Line / word / character counter