It can be useful to be able to click URLs from within your terminal window and have them open on the default browser. This saves the hassle of copying and pasting into your browser window manually.
In order to make URLs clickable you will need to use the TTWin Hotspot feature. Follow these steps:
- Select the following program menu: Configure > Hotspots > New.
- Select the … button at the end of the text field Send String to open the Macro Assistant.
- Select the Insert After button to add the new macro option.
- Choose the Function item from the drop-down list.
- Then choose HotSpotURL from the list of available functions.
- Click OK to close the Macro Assistant and return to the Configure HotSpot window.
- Now select the String to Match button.
- A new window will appear, in the top text field String put the text '
https://*
' (without quotes). - Enter a single space '
- Click the check box labelled Wildcards.
- Click OK to accept the String to Match settings.
- Enter any text you like in the HotSpot Description field.
- Click OK to save the HotSpot.
Now all text beginning with 'https://'
in your terminal window should be clickable
and will open in your default browser.