gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.38k stars 293 forks source link

text filter on sidebar #2055

Open albfan opened 2 years ago

albfan commented 2 years ago

Once sidebar F12 is pressed, filter by session name looks pretty useful

probably that could even make useful an animation like AltTab showing a floating menu where session thumbnails are shown horizontaly (let me know if that makes sense too)

I can work on PR if makes sense

NOTE: I set the shortcut to rename session, so this filter makes even more sense then, here my session are called (editor, debug, compilation, data, etc ...)

albfan commented 1 year ago

@gnunn1 do this look as an accepted feature?

I search and source/gx/tilix/sidebar.d already have onKeyPress, so keep a text if you type any letter seems really simple.

I can add a gtk_entry to show the text and hide show SidebarRow seems an easy task, I can work on it if you agree