laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

Allow custom filters in `@extrakto_filter_order` #109

Closed qstrahl closed 11 months ago

qstrahl commented 1 year ago

Pretty much what the title says. I wracked my brain for hours trying to figure out what I was doing wrong only to realize that only word, all, and line are allowed in @extrakto_filter_order. I would very much like to be able to cycle through all (or perhaps a select few) of my custom filters as well.

laktak commented 1 year ago

Not sure if @marcdeop is still interested - he did fix this in #103 but that PR was too large to merge

qstrahl commented 12 months ago

Ah, missed that one - thanks for pointing me in that direction. I'll take a look at the PR and see if I can't pull out the relevant parts

marcdeop commented 12 months ago

Hopefully this is fixed (or at least improved) by #111

laktak commented 11 months ago

Thanks @marcdeop!

@qstrahl can you test if it works for you? I forgot that we still have a sanitize_modes_list check ... that will have to be either removed or updated before this works. I'll let you know.

laktak commented 11 months ago

@qstrahl it works now

qstrahl commented 11 months ago

@laktak Awesome! Thank you so much, and you too @marcdeop !