onagre-launcher / onagre

A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred
MIT License
514 stars 27 forks source link

Potentially use pop-launcher for search results #19

Closed mmstick closed 2 years ago

mmstick commented 2 years ago

pop-launcher is a modular JSON IPC service that supports JSON IPC plugins that can define their search patterns via regex. We recently deployed this in our application launcher in Pop!_OS, and perhaps you'd be interested in using it for your search results. We'd like for it to be as generic as possible to support any desktop.

oknozor commented 2 years ago

Hey @mmstick seems super interesting, It would save me the pain of maintaining all the desktop entry spec related code. May I ask why you are sending this to me specifically ?

mmstick commented 2 years ago

I saw your project listed as a real world application written in Iced.

oknozor commented 2 years ago

I guess there are unfinished, part time hobby project in the real world then.

Is this the list : https://github.com/hecrj/iced/issues/355 ?

Anyway thanks for sharing I will gladly get rid of the DE spec related code.

mmstick commented 2 years ago

Yep. That's the list.

oknozor commented 2 years ago

20