[konsole] [Bug 298775] Add search for tab functionality
Nicolas Girard
bugzilla_noreply at kde.org
Sat Nov 7 22:32:53 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=298775
Nicolas Girard <girard.nicolas at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |girard.nicolas at gmail.com
--- Comment #2 from Nicolas Girard <girard.nicolas at 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 the assignee for the bug.
More information about the konsole-devel
mailing list