Starting a text editor from inside a Virtual Machine
A simple trick I came up with it to call my text editor by SSH using path translation. Of course, you will need to translate the paths and otherwise adapt it to your needs, but this should get you started:
In this example, /media/data/projects on the Guest exists as ~/projects on the Host and ~ on the Host exists as /media/home on the Guest.
Make sure you have ~/.ssh/authorized_keys and ForwardAgent properly setup to avoid password prompts each time.
You could also use this trick to open a webpage by using the “open” program on Mac. Equivalent exists on most Linux distros.