Access Favorites paths from CLI (dopusrt perhaps?)

I love the favorites in DO, and I'd like to be able to access that list and their paths from the CLI. Is there a way to query DO to get that listing into powershell? Even returning JSON or CSV or something would be fine.

My goal usage is:

  1. Write a script that calls a DO command to return the favorites listing/paths
  2. Fuzzy match that to filter the entry desired
  3. Change directory to that entry

%APPDATA%\GPSoftware\Directory Opus\ConfigFiles\favorites.ofv has them in XML format.

I think there's also a C API to get them (it's been a while), but that's probably less useful here.

Awesome! Thank you!