Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions applets.ron
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ Applets(
name: "cosmic-ssh-launcher",
description: "SSH launcher panel applet — quick access to hosts from ~/.ssh/config",
repo: "https://github.com/raph-ael/cosmic-ssh-launcher",
),
(
name: "cosmic-speech-to-text",
description: "Speech-to-text panel applet — record voice and type transcribed text. Supports Mistral, OpenAI, and local whisper.cpp",
repo: "https://github.com/raph-ael/cosmic-speech-to-text",
),
(
name: "cosmic-keepass",
description: "KeePass password manager panel applet — search, copy, and manage passwords from .kdbx databases",
repo: "https://github.com/raph-ael/cosmic-keepass",
)
]
)