Description
For me, the provided open-terminal example did not work. In Python 3, the used unquote
from urllib
moved to urllib.parse
. I have updated the example so it should now work with both Python 2 and 3.
- Replace urllib with urllib.parse
- Update terminal path