Skip to content

Commit

Permalink
Merge branch 'master' into update/gPodder
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-londar committed Nov 2, 2023
2 parents 864efe6 + 86edeed commit dc6caae
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 3 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
75 changes: 72 additions & 3 deletions applications.json
Expand Up @@ -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": [
Expand Down Expand Up @@ -9566,6 +9585,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 All @@ -9591,6 +9626,40 @@
"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": [
"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": [
Expand All @@ -9606,8 +9675,8 @@
"languages": [
"c"
]
},
{
},
{
"short_description": "gPodder is a simple, open source podcast client.",
"categories": [
"podcast"
Expand All @@ -9616,7 +9685,7 @@
"title": "gPodder",
"icon_url": "https://raw.githubusercontent.com/gpodder/gpodder/master/share/icons/hicolor/64x64/apps/gpodder.png",
"screenshots": [
"https://gpodder.github.io/assets/screenshot-2022-03-24-crop.png"
"https://gpodder.github.io/assets/screenshot-2022-03-24-crop.png"
],
"official_site": "https://gpodder.github.io/",
"languages": [
Expand Down

0 comments on commit dc6caae

Please sign in to comment.