From 3c551ef56fadb2ccf82d93761a57ba91c542914b Mon Sep 17 00:00:00 2001 From: David Boulay Date: Thu, 4 Jun 2026 21:42:18 +0200 Subject: [PATCH 1/2] Add CosmicShot to applications.ron --- applications.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications.ron b/applications.ron index e9f5e80..8313987 100644 --- a/applications.ron +++ b/applications.ron @@ -115,6 +115,12 @@ Applications( description: "Super STT enables effortless voice-to-text in any application, using the most advanced speech models that run 100% locally.", repo: "https://github.com/jorge-menjivar/super-stt", image: "https://raw.githubusercontent.com/jorge-menjivar/super-stt/refs/heads/main/.github/assets/demo-smaller.gif" + ), + ( + name: "CosmicShot", + description: "CleanShot X-style screenshot capture & annotation tool for Pop!_OS / COSMIC on Wayland — region/window capture, on-the-spot editing (arrows, blur, spotlight, text, crop), pin, and one-click upload.", + repo: "https://github.com/davidboulay/CosmicShot", + image: "https://raw.githubusercontent.com/davidboulay/CosmicShot/main/docs/cosmicshot-screenshot.png" ) ] ) From 64914b029838e706458c4274f6689e805e1f7f85 Mon Sep 17 00:00:00 2001 From: David Boulay Date: Thu, 4 Jun 2026 23:26:26 +0200 Subject: [PATCH 2/2] CosmicShot: mention screen recording + scrolling screenshots --- applications.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.ron b/applications.ron index 8313987..4a5be3e 100644 --- a/applications.ron +++ b/applications.ron @@ -118,7 +118,7 @@ Applications( ), ( name: "CosmicShot", - description: "CleanShot X-style screenshot capture & annotation tool for Pop!_OS / COSMIC on Wayland — region/window capture, on-the-spot editing (arrows, blur, spotlight, text, crop), pin, and one-click upload.", + description: "CleanShot X-style screenshots, screen recording & annotation for Pop!_OS / COSMIC on Wayland — region/window/screen capture, scrolling screenshots, MP4 screen recording (with optional audio), on-the-spot editing (arrows, blur, spotlight, text, crop), pin, and one-click upload.", repo: "https://github.com/davidboulay/CosmicShot", image: "https://raw.githubusercontent.com/davidboulay/CosmicShot/main/docs/cosmicshot-screenshot.png" )