Skip to content

Konsole Plugin System + SSH Plugin

Tomaz Canabrava requested to merge tcanabrava/konsole:konsole_plugin_ssh into master

This adds a (Really small) plugin management system for Konsole, and a (heavily WIP) SSH Manager - PuTTY style. The SSH manager is by no means usable yet, but I think I got half what I want.

I believe that konsole needs a plugin system so we can reduce the code that's not supposed to be used by KParts, and that would make it easier for 3rd party konsole development.

@sandsmark @carlosbalves @hindenburg and @ahmadsamir Tougths?

Screenshot_20210307_184058

About the SSH Manager Plugin:

  • Enable / Disable from the Plugins submenu
  • It has specific configuration on ~/.config/konsolesshplugin
  • Should work for people that uses profiles as SSH Management, so we can properly fix the profiles in the future.
  • Working, heavly tested by @justinzobel and myself.
Edited by Tomaz Canabrava

Merge request reports