Scripts
September 27, 2023 ยท View on GitHub
In the scripts directory there are several scripts that showcase the usage of the Clade API (both public and internal ones). Thus, these scripts may be seen as examples, but they may be useful on their own as well.
The following scripts are available:
clade-checksimply checks that Clade working directory exists and is not corrupted.clade-cdbcan be used to create compilation database.clade-tracecan be used to visualize callgraph between specified functions.clade-file-graphcan be used to visualize file dependencies between intercepted commands.clade-pid-graphcan be used to visualize parent-child relationship between intercepted commands.clade-cmdsoutputs some statistics based on thecmds.txtfile.clade-diffcan output diff between 2 Clade working directories. (Though, this one probably isn't working right now).