From e6e44e3e049df48a46ed427b42029a26f7cc4b8f Mon Sep 17 00:00:00 2001 From: jb49088 Date: Tue, 12 May 2026 14:01:42 -0400 Subject: [PATCH] Add Deskflow to applications (#4450) * Add Deskflow to applications * add: Include Deskflow in applications list --------- Co-authored-by: Chris Titus --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index d3dbff9a..319e6e71 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1672,6 +1672,15 @@ "winget": "ZedIndustries.Zed", "foss": true }, + "deskflow": { + "category": "Utilities", + "choco": "deskflow", + "content": "Deskflow", + "description": "Deskflow is a free and open-source software KVM that lets you share a single keyboard and mouse across multiple computers.", + "link": "https://github.com/deskflow/deskflow", + "winget": "Deskflow.Deskflow", + "foss": true + }, "Ruby": { "category": "Development", "choco": "ruby",