This script crawls through Swordie-style script folders to search for Script Manager method usages.
This project is adapted from ascii_checker, which was initially made for filtering non-ASCII text from Azure v316 style source code (e.g. ElectronMS).
- Configure
config.py
- E.g.
REPOSITORY_ROOT = "E:\Downloads\SpiritMS"
- E.g.
- Run
start.bat
- Provide a method to search for
- E.g. Type in
getNX
if you would like to see all usages of thegetNX
method in the scripts
- E.g. Type in
- Check the
/output/
folder of this repository, there should be a file corresponding to to your search