Post #857945
2026-03-23 02:51 UTC
Workin on Saturn again, a linux ripoff of raycast on mac 😃
You can now write search plugins in common lisp, and so far I've written 8 of these to be the default plugins.
* appinfo.lsp - search/launch apps
* brew.lsp - search brew packages
* calc.lsp - numerical calculations
* color.lsp - parse colors (with gdk:rgba-parse) and view/copy them
* emoji.lsp - search/copy emojis
* enchant.lsp -spellcheck
* fs.lsp - search files in the home directory
* grep.lsp - use ripgrep on the home directory
See the source here: https://github.com/kolunmi/Saturn/tree/main/src/providers/lsp/default
it is *very* easy to write new plugins (if you understand the basics of lisp). You can write one to search through your steam library. You can write one to play a game of tetris
Oh, and plugins provide previews if one of their search results is currently selected. See vid
Replies (0)
No replies.