From 48ccb57fd1de6b80cb79818178198689ea3b147c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Wed, 15 Sep 2021 19:31:42 +0200 Subject: [PATCH] add Ueli.app (#656) * Ueli added * typo * Update applications.json * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index e1519f7..6118a7d 100644 --- a/applications.json +++ b/applications.json @@ -8579,6 +8579,21 @@ "swift" ] }, + { + "short_description": "A keystroke launcher for macOS (and Windows) like Spotlight or Alfred.", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/oliverschwendener/ueli", + "title": "Ueli", + "icon_url": "https://github.com/oliverschwendener/ueli/raw/dev/img/icons/mac/ueliTemplate.png", + "screenshots": [ + "https://github.com/oliverschwendener/ueli/blob/dev/assets/feature-simple-folder-search.png?raw=true" + ], + "official_site": "https://ueli.app/", + "languages": [ + "typescript"] + }, { "short_description": "Discover and listen to music from Hype Machine.", "categories": [ @@ -8627,7 +8642,7 @@ ], "official_site": "https://www.condution.com", "languages": [ - "JavaScript" + "javascript" ] } ]