On create, automatically... preference

When I create a new site, I almost always do the same set of actions (e.g., login to WP-Admin, open the code in my editor, etc.). It would be awesome if Local had a preference to automatically do those things every time I created a new site. Options could include:

  • Login to WP-Admin
  • Open site shell
  • Open site folder in Explorer/Finder
  • Open site in editor (VSCode, Sublime, etc.)

A more advanced version might be a common script that could be run. This way, I could also run a series of WP CLI commands, run git init in the site folder, etc. Would be even better if that script ran with environment variables, like the site name, set so my script could make use of them.