A Terminator Plugin implement
Kitty Hints-like feature for gnome-terminator
Repo: https://github.com/yurenchen000/terminator-hints-plugin
only tested with terminator 2.1.1+, on ubuntu 22 lts
- Copy MyHints.py to ~/.config/terminator/plugins/
- Terminator Preferences > Plugins: enable MyHints
by default, press Ctrl+Shift+P
(override go_prev
shortcut action), then press
p
: match path (default)n
: match file:linel
: match whole lineh
: match hexd
: match deci
: match ip[:port]u
: match urlw
: match word
then press the key to input highlight strings. or
ESC
to giveup
Tips: hesitate choice: hold to highlight, then press another key can change choice (last key up is final choice)
Tips: same items use same select key
Note: behavor not exactly the same as kitty-hints
terminator_hints3_.webm
pick line
hints_1_line_3.webm
pick word
hints_2_word.webm
pick pid
hints_3_pid.webm
pick ipaddr & hesitate choice
hints_4_ip_hesitate_choice.webm
kind change
hints_5_kind_change_2.webm
- kitty terminal emulator
// pioneering solution to avoid mouse interrupt - terminator-editor-plugin
// the inspect way to get_terminal in plugin