This repo contains plugins for Lawnch.
- Calculator – powerful calculator
- Clipboard – query clipboard from cliphist
- Command – run command
- Emoji – query emojis if your font supports them
- Files – file indexing with option to open folders and files
- Google – google things with suggestions
- Power Menu – power menu to create wlogout like window
- URL - url opener
- Wallpapers – query wallpapers from some path
- YouTube – search on youtube
Lawnch plugins are written in C++ and compiled as shared libraries (.so). They communicate with the host application via a VTable API.
Look into powermenu and google plugins for comprenshive example.