SUMMARY *** Currently if you enable hyperlinks, for instance 'ls --hyperlink=auto' then you can click on a directory or image, etc. Once you click on a directory it'll open in say dolphin. I would like the ability to set it up so that rather than open the path in some external file manager, Konsole instead performed a 'cd' operation, or perhaps commands of the users choosing. For instance, 'cd <path> && ls'. It would also be desirable to extend this beyond hyperlinks and to things like text documents or conf files. Currently they can open in a GUI vim, but I'd prefer if they just opened in a terminal based vim inside my current Konsole instance. ***