this post was submitted on 09 Apr 2025
11 points (86.7% liked)

Linux

7017 readers
302 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I did some searching and many users recommend Rofi but looking at man rofi-script it seems to just be a list picker. You pick something from the a list and only one thing runs. On Alfred and Raycast you can have interactive extensions which are essentially keyboard navigable UIs.

  • One example looking at the Alfred workflow gallery is Reddit Browser, where you select a subreddit from a list and then it shows of lists of posts, you can press cmd enter to go back & select another subreddit.
  • Another one lets you ask questions for chatgpt and shows answers right in the launcher (I'm not necessarily looking for AI extensions).
  • This Raycast extension lets you search and create Notion pages.
you are viewing a single comment's thread
view the rest of the comments
[–] Tempy@programming.dev 1 points 1 week ago

Ultimately you get something interesting out of rofi by creating scripts that call it every time a user needs to select something. Your Reddit example would be trivial to do, at least core functionality wise, if not exact key presses.