This is an example for a Thunar Extension that provides additional context
menu items. It adds an "Open Terminal Here" action to the folder context
menu and to the file context menu of directories, and thereby allows you
to open a new Terminal instance in the given folder.

The example is mainly provided for developers to get an idea about how
to write an extension that implements the ThunarxMenuProvider interface.

The extension is not installed by default, as every installed extension
increases the resources required to run Thunar. If you want to install
this extension, you can use the command

  make install-extensionsLTLIBRARIES

in this directory.
