Skip to content
D1j1t edited this page Mar 11, 2023 · 2 revisions

How to add commands

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!

  1. First enter the scripts directory in the root of your OmniShell folder (the one that contains boot.py), and create a new directory called whatever you want the command to be
  2. 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 or WHATEVER_YOU_CALLED_THE_DIRECTORY.lnk
  3. And thats it!
Clone this wiki locally