https://bugs.kde.org/show_bug.cgi?id=298775

Nicolas Girard <girard.nico...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |girard.nico...@gmail.com

--- Comment #2 from Nicolas Girard <girard.nico...@gmail.com> ---
The following command allows the user to select a session by searching through
the session names, and returns the number of the chosen session:

  qdbus $KONSOLE_DBUS_SERVICE /Windows/1 sessionList|xargs -I{} sh -c 'printf
"%s\t" {}; qdbus $KONSOLE_DBUS_SERVICE /Sessions/{}
org.kde.konsole.Session.title 1'|fzf --with-nth 2  |cut -d$'\t' -f1

The only missing piece here is the ability to switch to the tab associated with
a session number via D-bus.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to