-
Notifications
You must be signed in to change notification settings - Fork 0
2:What to do?
For the moment, this is a very basic system.
The available commands are:
ls
cls/clear
pm
delbin
hello
so i'm going to explain what each command do.
This command list directories.
WARNING: unlike most OSes and due to python limitations, the root folder isn't /! It's ./ ! Keep that in mind before executing any command !
example use:
input: ls ./usr/
Output: ['bin', 'lib']
This clears the terminal window
The package manager for IZOS!
It can download files from the Official IZOS apps repo, or from a custom repo using the -s argument.
Example use:
pm test
or
pm -s https://raw.githubusercontent.com/ExampleUser/ExampleRepo/ExampleBranch/ test
This progam deletes a previously installed package.
Example use:
delbin test
pm and delbin are protected from deleting !
This program is called HelloPy It features some options to get info about the system.
Thank you for enjoying IZOS !