From 0e86fde653371f433985aa5d4c6b5c73c87fca23 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:28:40 +0200 Subject: [PATCH 1/6] Add MiniSim app (#878) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 4baa51d8..3811cefe 100644 --- a/applications.json +++ b/applications.json @@ -9591,6 +9591,22 @@ "typescript" ] }, + { + "short_description": "MacOS menu bar app for launching iOS  and Android 🤖 emulators.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/okwasniewski/MiniSim", + "title": "MiniSim", + "icon_url": "https://github.com/okwasniewski/MiniSim/blob/main/MiniSim/Assets.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://user-images.githubusercontent.com/52801365/223483262-aa3bad72-2948-4893-87a0-578e5d3d8e89.png" + ], + "official_site": "https://www.minisim.app/", + "languages": [ + "swift" + ] + }, { "short_description": "Instant messaging application that can connect to XMPP (Jabber), IRC and more.", "categories": [ From fd23a530a6f743eb7ee544bc11e865a2649b1cec Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 2 Nov 2023 21:29:18 +0000 Subject: [PATCH 2/6] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f7e8562..39ca2ea6 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ You can see in which language an app is written. Currently there are following l - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] +- [MiniSim](https://github.com/okwasniewski/MiniSim) - MacOS menu bar app for launching iOS  and Android 🤖 emulators. ![swift_icon] - [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi. ![Swift_icon] - [Night Shift Control](https://github.com/isaiasmatewos/night-shift-control) - Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps. ![swift_icon] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] From 6e756f2b918c26d86c5cc31482ac17d2eb599018 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:30:28 +0200 Subject: [PATCH 3/6] Add Chime app (#879) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 3811cefe..f59b9b1f 100644 --- a/applications.json +++ b/applications.json @@ -9566,6 +9566,22 @@ "javascript" ] }, + { + "short_description": "An editor for macOS", + "categories": [ + "editors" + ], + "repo_url": "https://github.com/ChimeHQ/Chime", + "title": "Chime", + "icon_url": "", + "screenshots": [ + "https://www.chimehq.com/assets/images/laptop-frame-large.png" + ], + "official_site": "https://www.chimehq.com/", + "languages": [ + "swift" + ] + }, { "short_description": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application.", "categories": [ From b73a85590d75054474c434642c2d7d789a0b8aed Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 2 Nov 2023 21:30:11 +0000 Subject: [PATCH 4/6] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39ca2ea6..dc62d9ff 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ You can see in which language an app is written. Currently there are following l ### Editors - [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] +- [Chime](https://github.com/ChimeHQ/Chime) - An editor for macOS ![swift_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] #### CSV From ec89dbdbcce4126f530bfb3388b8085f8226fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 2 Nov 2023 18:33:14 -0300 Subject: [PATCH 5/6] Added ImHex to Editors section (#875) Co-authored-by: Serhii Londar --- applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index f59b9b1f..fec665b6 100644 --- a/applications.json +++ b/applications.json @@ -9607,6 +9607,23 @@ "typescript" ] }, + { + "short_description": "A Hex Editor for Reverse Engineers.", + "categories": [ + "Editors". + "IDE" + ], + "repo_url": "https://github.com/WerWolv/ImHex/", + "title": "ImHex", + "icon_url": "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/dist/windows/icon.ico", + "screenshots": [ + "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/projects/splash_screen.svg" + ], + "official_site": "https://imhex.werwolv.net/", + "languages": [ + "c++" + ] + }, { "short_description": "MacOS menu bar app for launching iOS  and Android 🤖 emulators.", "categories": [ @@ -9621,6 +9638,7 @@ "official_site": "https://www.minisim.app/", "languages": [ "swift" + ] }, { @@ -9638,6 +9656,6 @@ "languages": [ "c" ] -} + } ] } From 86edeed642a3b2705b1e09f095a4bc4a4b6a767b Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:33:39 +0200 Subject: [PATCH 6/6] Add MarkEdit app (#880) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index fec665b6..a9f8c9f4 100644 --- a/applications.json +++ b/applications.json @@ -2766,6 +2766,25 @@ "javascript" ] }, + { + "short_description": "MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown.", + "categories": [ + "markdown" + ], + "repo_url": "https://github.com/MarkEdit-app/MarkEdit", + "title": "MarkEdit", + "icon_url": "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/47/0b/09/470b096f-fa45-b056-7f71-9cdde6b5c392/AppIcon-85-220-4-2x.png/460x0w.png", + "screenshots": [ + "https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/01.png", + "https://github.com/MarkEdit-app/MarkEdit/raw/main/Screenshots/02.png", + "https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/03.png" + ], + "official_site": "https://markedit.app/", + "languages": [ + "swift", + "typescript" + ] + }, { "short_description": "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ", "categories": [