Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-londar committed Nov 2, 2023
2 parents eb332b0 + b73a855 commit f9f1aba
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -483,6 +484,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]
Expand Down
33 changes: 33 additions & 0 deletions applications.json
Expand Up @@ -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": [
Expand Down Expand Up @@ -9606,6 +9622,23 @@
"official_site": "https://imhex.werwolv.net/",
"languages": [
"c++"
]
},
{
"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"

]
},
{
Expand Down

0 comments on commit f9f1aba

Please sign in to comment.