-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
D1j1t edited this page Mar 11, 2023
·
2 revisions
So you want to add custom commands to OmniShell? Don't worry, this is something I kept in mind the entire time while developing OmniShell, making sure to keep it quick and simple!
- First enter the
scripts
directory in the root of your OmniShell folder (the one that containsboot.py
), and create a new directory called whatever you want the command to be - Now in the directory that you've just created, add a file called:
WHATEVER_YOU_CALLED_THE_DIRECTORY.py
,WHATEVER_YOU_CALLED_THE_DIRECTORY.bat
,WHATEVER_YOU_CALLED_THE_DIRECTORY.exe
orWHATEVER_YOU_CALLED_THE_DIRECTORY.lnk
- And thats it!