regolith-linux / ilia

A GTK-based Desktop Executor
Apache License 2.0
76 stars 10 forks source link

Select by multiple words #77

Open fred-apex-ai opened 9 months ago

fred-apex-ai commented 9 months ago

Hello there, I just upgraded to regolith3 and now it's ilia instead of rofi. I figured out how to use it for clipboard management as I wrote in https://github.com/orgs/regolith-linux/discussions/953#discussioncomment-7818696. There is just one itch: I can't use multiple input words to distinguish between entries. For example, if this is the clipboard content

foo
foo bar
foo --baz
foo-baz

When I run ilia and enter foo, I get all four entries. If I enter foo baz, I expect to get only the last two entries but I get none. It looks like the search only allows one word. It would be cool if you could make this more flexible. I can still navigate but it is often more convenient to enter another term to narrow down the suggestions, especially when it's a long entry and ilia has to truncate it.