From 8e7c1803b9c8b50ae045171e52a7fc70bb1a4f24 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:51:32 +0200
Subject: [PATCH 001/641] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cd0a84c..f8015e8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,12 +4,25 @@ Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
-- Use the following format: `[PACKAGE](LINK) - DESCRIPTION. ![LANGUAGE_ICON] Screenshots
`.
+- Edit applications.json instead of README.md.
+- Use the following format:
+{
+ "repo_url" : "Link to repository",
+ "title" : "Name of application",
+ "screenshots" : [
+ "Screenshot url 1",
+ "Screenshot url 2"
+ ],
+ "short_description" : "Description of repository",
+ "languages" : [
+ "Language name"
+ ],
+ "category" : "Application category"
+ }
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period.
- Check your spelling and grammar.
-- Make sure that your suggestion is positioned as alphabetically in category.
- Make sure your text editor is set to remove trailing whitespace.
#### Deleting
@@ -24,7 +37,6 @@ Typical reasons for deleting a project:
#### Projects are ineligible if:
- Lack recent commit
-- Not written in English
-- README is not clear
+- README is not clear or not written in English
-Your contributions are always welcome! To generate full description for your repository you can use [awesome-mac-os-apps-helper](https://github.com/serhii-londar/awesome-mac-os-apps-helper). Thank you for your suggestions! :smiley:
+Your contributions are always welcome! Thank you for your suggestions! :smiley:
From bad2fa8171386993193381c5bb1444862c17e5a5 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:52:23 +0200
Subject: [PATCH 002/641] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f8015e8..b578e25 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,8 @@ Please ensure your pull request adheres to the following guidelines:
- Make an individual pull request for each suggestion.
- Edit applications.json instead of README.md.
- Use the following format:
-{
+```json
+ {
"repo_url" : "Link to repository",
"title" : "Name of application",
"screenshots" : [
@@ -19,6 +20,7 @@ Please ensure your pull request adheres to the following guidelines:
],
"category" : "Application category"
}
+```
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period.
From 6c8e269a7f1576e221852698c06bbd50f50d29fe Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:53:38 +0200
Subject: [PATCH 003/641] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b578e25..bee9c78 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
-- Edit applications.json instead of README.md.
+- Edit [applications.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/applications.json) instead of [README.md](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/README.md).
- Use the following format:
```json
{
From 675e81cb06f7a8884964acd82f8dc924f3cb8419 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:55:06 +0200
Subject: [PATCH 004/641] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bee9c78..9cb8cdb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,7 @@ Please ensure your pull request adheres to the following guidelines:
"category" : "Application category"
}
```
-- New categories, or improvements to the existing categorization are welcome.
+- New categories, or improvements to the existing categorization are welcome. List of all categories can be found in [categories.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/categories.json).
- Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period.
- Check your spelling and grammar.
From 54099f52ef2066d49da3f831cdd5c10a37d761fa Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:56:24 +0200
Subject: [PATCH 005/641] Update PULL_REQUEST_TEMPLATE.md
---
PULL_REQUEST_TEMPLATE.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 938470f..1d06d77 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -15,9 +15,8 @@
## Checklist
+- [ ] Edit [applications.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/applications.json) instead of [README.md](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/README.md).
- [ ] Only one project/change is in this pull request
-- [ ] Addition in alphabetical order
-- [ ] Appropriate language icon(s) added if applicable
- [ ] Screenshots(s) added if any
- [ ] Has a commit from less than 2 years ago
- [ ] Has a **clear** README in English
From c017d6830935a1416022826c6ce43442297af56d Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 15:58:50 +0200
Subject: [PATCH 006/641] Remove Sources folder
---
Sources/test.swift | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 Sources/test.swift
diff --git a/Sources/test.swift b/Sources/test.swift
deleted file mode 100644
index 3000d3c..0000000
--- a/Sources/test.swift
+++ /dev/null
@@ -1,3 +0,0 @@
-import Foundation
-
-print("Hello opensource applications!")
From 2cfdfc138de4f629ad1b2d4ed40f51c31c3c0eb7 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 16:13:37 +0200
Subject: [PATCH 007/641] Remove icon word from language names.
---
.github/ReadmeGenerator.swift | 3 +-
applications.json | 924 +++++++++++++++++-----------------
2 files changed, 464 insertions(+), 463 deletions(-)
diff --git a/.github/ReadmeGenerator.swift b/.github/ReadmeGenerator.swift
index 5323dd0..e2da173 100644
--- a/.github/ReadmeGenerator.swift
+++ b/.github/ReadmeGenerator.swift
@@ -260,6 +260,7 @@ extension String {
static let enter = "\n"
static let section = "###"
static let subsection = "####"
+ static let iconPrefix = "_icon"
}
extension JSONApplication {
@@ -267,7 +268,7 @@ extension JSONApplication {
var markdownDescription = String.empty
var languages: String = String.empty
for lang in self.languages {
- languages.append("![\(lang)] ")
+ languages.append("![\(lang)\(String.iconPrefix)] ")
}
markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)")
diff --git a/applications.json b/applications.json
index df92757..418ddd1 100644
--- a/applications.json
+++ b/applications.json
@@ -10,7 +10,7 @@
],
"short_description" : "Application which hosts AudioUnits v3 using AVFoundation API. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -34,7 +34,7 @@
],
"short_description" : "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -46,7 +46,7 @@
],
"short_description" : "Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "audio"
},
@@ -61,7 +61,7 @@
],
"short_description" : "macOS camera recording using ffmpeg ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "audio"
},
@@ -74,7 +74,7 @@
],
"short_description" : "System-Wide Equalizer for the Mac. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "audio"
},
@@ -86,7 +86,7 @@
],
"short_description" : "The fre:ac audio converter project. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "audio"
},
@@ -101,7 +101,7 @@
],
"short_description" : "jmc is new macOS media organizer. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -113,7 +113,7 @@
],
"short_description" : "This app allows you to control the iTunes volume using volume up and volume down hotkeys. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "audio"
},
@@ -125,7 +125,7 @@
],
"short_description" : "LocalRadio is software for listening to \"Software-Defined Radio\" on your Mac and mobile devices. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "audio"
},
@@ -139,8 +139,8 @@
],
"short_description" : "macOS app to show you lyric what currently iTunes or Spotify is playing. ",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "audio"
},
@@ -155,7 +155,7 @@
],
"short_description" : "Lyrics for iTunes, Spotify and Vox. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -171,7 +171,7 @@
],
"short_description" : "Simple yet powerful audio player for BSD/Linux/macOS. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "audio"
},
@@ -183,7 +183,7 @@
],
"short_description" : "Spotify controller with TouchBar support. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -196,7 +196,7 @@
],
"short_description" : "SBPlayer is a beautiful and powerful media player base on VLCKit. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "audio"
},
@@ -208,7 +208,7 @@
],
"short_description" : "Scrobble vinyl, radios, movies to Last.fm. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "audio"
},
@@ -220,7 +220,7 @@
],
"short_description" : "Minimal, beautifully designed music player for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "audio"
},
@@ -232,8 +232,8 @@
],
"short_description" : "Spotify and iTunes in your menu bar.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "audio"
},
@@ -245,7 +245,7 @@
],
"short_description" : "Spotify mini-player for macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "audio"
},
@@ -257,7 +257,7 @@
],
"short_description" : "Audio input/output source lock for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -271,7 +271,7 @@
],
"short_description" : "Instant audio feedback for typing. macOS version. ",
"languages" : [
- "rust_icon"
+ "rust"
],
"category" : "audio"
},
@@ -283,8 +283,8 @@
],
"short_description" : "macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "audio"
},
@@ -296,7 +296,7 @@
],
"short_description" : "macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "audio"
},
@@ -308,7 +308,7 @@
],
"short_description" : "Keep your application settings in sync (macOS/Linux). ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "backup"
},
@@ -320,7 +320,7 @@
],
"short_description" : "Easily create lightweight documentation of installed applications, dotfiles, and more. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "backup"
},
@@ -332,8 +332,8 @@
],
"short_description" : "UrBackup is Client/Server network backup for Windows, macOS and Linux.",
"languages" : [
- "cpp_icon",
- "c_icon"
+ "cpp",
+ "c"
],
"category" : "backup"
},
@@ -346,7 +346,7 @@
],
"short_description" : "Beaker is an experimental peer-to-peer Web browser. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "browser"
},
@@ -358,7 +358,7 @@
],
"short_description" : "Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "browser"
},
@@ -370,7 +370,7 @@
],
"short_description" : "macOS tool that prompts you to choose a browser when opening a link. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "browser"
},
@@ -382,8 +382,8 @@
],
"short_description" : "Floating browser window for macOS.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "browser"
},
@@ -395,7 +395,7 @@
],
"short_description" : "Always opens the right browser. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "browser"
},
@@ -409,7 +409,7 @@
],
"short_description" : "Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "browser"
},
@@ -421,7 +421,7 @@
],
"short_description" : "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "browser"
},
@@ -433,7 +433,7 @@
],
"short_description" : "Safe Exam Browser for macOS and iOS. ",
"languages" : [
- "c_icon"
+ "c"
],
"category" : "browser"
},
@@ -445,7 +445,7 @@
],
"short_description" : " Mac app wrapper around Google's stand-alone Android Messenger. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -457,7 +457,7 @@
],
"short_description" : "Native Mac app wrapper for WhatsApp Web. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "chat"
},
@@ -469,7 +469,7 @@
],
"short_description" : "Better WeChat on macOS and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -481,7 +481,7 @@
],
"short_description" : "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -493,7 +493,7 @@
],
"short_description" : "Native macOS & Windows desktop app for Google Allo. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -505,8 +505,8 @@
],
"short_description" : "Unofficial GroupMe App.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "chat"
},
@@ -518,7 +518,7 @@
],
"short_description" : "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -530,7 +530,7 @@
],
"short_description" : "A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "chat"
},
@@ -542,7 +542,7 @@
],
"short_description" : "Electron app that links with your Signal Android or Signal iOS app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -554,7 +554,7 @@
],
"short_description" : "Source code of Telegram for macOS on Swift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "chat"
},
@@ -566,7 +566,7 @@
],
"short_description" : "Source code of deprecated Telegram for macOS version. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "chat"
},
@@ -578,7 +578,7 @@
],
"short_description" : "Telegram Desktop messaging app. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "chat"
},
@@ -593,7 +593,7 @@
],
"short_description" : "Textual is an IRC client for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "chat"
},
@@ -605,7 +605,7 @@
],
"short_description" : "TorChat for Mac is a macOS native and unofficial port of torchat. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "chat"
},
@@ -619,7 +619,7 @@
],
"short_description" : "Send WhatsApp message from menu bar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "chat"
},
@@ -631,7 +631,7 @@
],
"short_description" : "Standalone Electron app for the chatapp Wire. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "chat"
},
@@ -644,7 +644,7 @@
],
"short_description" : "macOS app to safely generate cryptocurrency address. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "cryptocurrency"
},
@@ -656,7 +656,7 @@
],
"short_description" : "App for all the world’s currencies. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "cryptocurrency"
},
@@ -671,7 +671,7 @@
],
"short_description" : "macOS menu bar application for tracking crypto coin prices. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "cryptocurrency"
},
@@ -683,7 +683,7 @@
],
"short_description" : "macOS menu bar application built with Electron. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "cryptocurrency"
},
@@ -695,7 +695,7 @@
],
"short_description" : "Native menu bar app with floating window and support for many Exchanges. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "cryptocurrency"
},
@@ -710,7 +710,7 @@
],
"short_description" : "Universal database tool and SQL client. ",
"languages" : [
- "java_icon"
+ "java"
],
"category" : "database"
},
@@ -722,7 +722,7 @@
],
"short_description" : "SQLite database management GUI. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "database"
},
@@ -734,7 +734,7 @@
],
"short_description" : "The easiest way to get started with mongoDB on the Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "database"
},
@@ -748,7 +748,7 @@
],
"short_description" : "PostgreSQL GUI client for macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "database"
},
@@ -760,7 +760,7 @@
],
"short_description" : "The easiest way to get started with PostgreSQL on the Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "database"
},
@@ -772,7 +772,7 @@
],
"short_description" : "The easiest way to get started with Redis on the Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "database"
},
@@ -785,7 +785,7 @@
],
"short_description" : "MySQL/MariaDB database management for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "database"
},
@@ -797,8 +797,8 @@
],
"short_description" : "Cashew macOS Github Issue Tracker.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "git"
},
@@ -823,8 +823,8 @@
],
"short_description" : "Gitee, macOS status bar application for Github.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "git"
},
@@ -836,7 +836,7 @@
],
"short_description" : "GitHub contributions app, for iOS, WatchOS, and macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -848,7 +848,7 @@
],
"short_description" : "Simple collaboration from your desktop. ",
"languages" : [
- "type_script_icon"
+ "type_script"
],
"category" : "git"
},
@@ -860,7 +860,7 @@
],
"short_description" : "Simple app that will notify about new commits to watched repositories. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -872,7 +872,7 @@
],
"short_description" : "Simple macOS app to alert you when you have unread GitHub notifications. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -884,7 +884,7 @@
],
"short_description" : "Minimalistic Git client for Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -900,7 +900,7 @@
],
"short_description" : "The Git interface you've been missing all your life has finally arrived. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "git"
},
@@ -912,7 +912,7 @@
],
"short_description" : "Graphical client for the git version control system. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "git"
},
@@ -924,7 +924,7 @@
],
"short_description" : "macOS application for easily operating GitHub Projects. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -936,7 +936,7 @@
],
"short_description" : "macOS application to comfortably browse and search through your Messages.app history. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -949,7 +949,7 @@
],
"short_description" : "GitHub contribution streak tracking menubar app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "git"
},
@@ -961,7 +961,7 @@
],
"short_description" : "macOS status bar application for tracking code review process within the team. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -974,7 +974,7 @@
],
"short_description" : "Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -986,7 +986,7 @@
],
"short_description" : "Xit is a graphical tool for working with git repositories. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "git"
},
@@ -998,7 +998,7 @@
],
"short_description" : "Simple toolkit that makes your iOS / macOS apps development more easier. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1010,7 +1010,7 @@
],
"short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1022,7 +1022,7 @@
],
"short_description" : "Tool for generating icons in all sizes as required by macOS and iOS apps. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1034,7 +1034,7 @@
],
"short_description" : "Trace tool for iOS/macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1047,7 +1047,7 @@
],
"short_description" : "Gives you indication about the average iOS / macOS app stores review times. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1061,8 +1061,8 @@
],
"short_description" : "App that lets you open .car files and browse/extract their images.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "ios--macos"
},
@@ -1074,7 +1074,7 @@
],
"short_description" : "Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1088,7 +1088,7 @@
],
"short_description" : "Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1100,7 +1100,7 @@
],
"short_description" : "Takes path for your assets images and creates appiconset and imageset for you in just one click. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1114,7 +1114,7 @@
],
"short_description" : "Small application to monitor your GitHub project web page in a native macOS app :octocat:! ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1127,7 +1127,7 @@
],
"short_description" : "macOS app for submitting radars. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1143,7 +1143,7 @@
],
"short_description" : "iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1155,7 +1155,7 @@
],
"short_description" : "Cleaner for Xcode.app built with react-native-macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1171,7 +1171,7 @@
],
"short_description" : "Native Apple macOS app for testing HTTP/REST endpoints. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1183,7 +1183,7 @@
],
"short_description" : "macOS App to explore CoreImage Filters. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1196,7 +1196,7 @@
],
"short_description" : "macOS app to generate app icons. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "ios--macos"
},
@@ -1208,7 +1208,7 @@
],
"short_description" : "Create Xcode image catalogs (xcassets) on the fly. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1220,7 +1220,7 @@
],
"short_description" : "App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1232,8 +1232,8 @@
],
"short_description" : "overdue Swift rewrite of Injection.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "ios--macos"
},
@@ -1246,7 +1246,7 @@
],
"short_description" : "iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1258,7 +1258,7 @@
],
"short_description" : "iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1270,7 +1270,7 @@
],
"short_description" : "iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1282,7 +1282,7 @@
],
"short_description" : "The debug application for Apple Push Notification Service (APNs). ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1294,7 +1294,7 @@
],
"short_description" : "Intuitive app to display transparent images on screen. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1306,7 +1306,7 @@
],
"short_description" : "Mac app to localize your iOS and macOS projects. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1318,7 +1318,7 @@
],
"short_description" : "Localizations is an macOS app that manages your Xcode project localization files (.strings). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1330,7 +1330,7 @@
],
"short_description" : "Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1342,7 +1342,7 @@
],
"short_description" : "macOS app for convenient access to the system color panel. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1354,7 +1354,7 @@
],
"short_description" : "App to customize your Touch Bar as you want. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1367,7 +1367,7 @@
],
"short_description" : "macOS app which helps you manage dependency releases in your Podfile. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1379,7 +1379,7 @@
],
"short_description" : "Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1399,7 +1399,7 @@
],
"short_description" : "macOS app to test push notifications on iOS and Android. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "ios--macos"
},
@@ -1411,7 +1411,7 @@
],
"short_description" : "This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1423,7 +1423,7 @@
],
"short_description" : "iOS Push Notification Debug App. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1435,7 +1435,7 @@
],
"short_description" : "Small application to display your designs on the Touch Bar of the new MacBook Pro. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1447,7 +1447,7 @@
],
"short_description" : "Use the Touch Bar on any Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1459,7 +1459,7 @@
],
"short_description" : "iOS/Android app deployment tool for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1471,7 +1471,7 @@
],
"short_description" : "Unofficial WWDC app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1487,7 +1487,7 @@
],
"short_description" : "Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "ios--macos"
},
@@ -1499,7 +1499,7 @@
],
"short_description" : "Tool to convert Xcode .xib to .storyboard files. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "ios--macos"
},
@@ -1511,7 +1511,7 @@
],
"short_description" : "macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "json-parsing"
},
@@ -1523,7 +1523,7 @@
],
"short_description" : "Simple macOS app to generate Swift Object Mapper classes from JSON. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "json-parsing"
},
@@ -1535,7 +1535,7 @@
],
"short_description" : "Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "json-parsing"
},
@@ -1547,7 +1547,7 @@
],
"short_description" : "Simple macOS app for uploading files to Amazon Web Services. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "web-development"
},
@@ -1559,7 +1559,7 @@
],
"short_description" : "Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1571,7 +1571,7 @@
],
"short_description" : "CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "web-development"
},
@@ -1583,7 +1583,7 @@
],
"short_description" : "Insomnia is a cross-platform REST client, built on top of Electron. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "web-development"
},
@@ -1595,7 +1595,7 @@
],
"short_description" : "macOS app to let you access iTunesConnect. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1607,7 +1607,7 @@
],
"short_description" : "KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1619,7 +1619,7 @@
],
"short_description" : "Dedicated Mac app for website auditing and crawling. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1631,7 +1631,7 @@
],
"short_description" : "Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1644,7 +1644,7 @@
],
"short_description" : "Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "web-development"
},
@@ -1656,7 +1656,7 @@
],
"short_description" : "Npm desktop GUI. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "web-development"
},
@@ -1668,7 +1668,7 @@
],
"short_description" : "Evaluate Nodejs/JS code snippets from Menubar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1680,7 +1680,7 @@
],
"short_description" : "Create deployments right from the tray menu. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "web-development"
},
@@ -1692,7 +1692,7 @@
],
"short_description" : "macOS app for monitoring the status of cloud services. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "web-development"
},
@@ -1704,7 +1704,7 @@
],
"short_description" : "Node and Attribute viewer for Chef ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other-development"
},
@@ -1716,7 +1716,7 @@
],
"short_description" : "Browser for macOS Mach-O binaries. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other-development"
},
@@ -1735,7 +1735,7 @@
],
"short_description" : "Browser based GUI for **LLDB** Debugger. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "other-development"
},
@@ -1747,7 +1747,7 @@
],
"short_description" : "Easily search and download macOS apps from the huge `homebrew cask` app catalog. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "downloader"
},
@@ -1759,7 +1759,7 @@
],
"short_description" : "Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "downloader"
},
@@ -1772,8 +1772,8 @@
],
"short_description" : "macOS Video Downloader written in Swift and Objective-C.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "downloader"
},
@@ -1785,7 +1785,7 @@
],
"short_description" : "desktop application for downloading Udemy Courses. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "downloader"
},
@@ -1798,7 +1798,7 @@
],
"short_description" : "macOS app to download Youtube videos. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "downloader"
},
@@ -1810,7 +1810,7 @@
],
"short_description" : "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "downloader"
},
@@ -1822,7 +1822,7 @@
],
"short_description" : "simple CSV editor for the macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "csv"
},
@@ -1835,7 +1835,7 @@
],
"short_description" : "GUI for editing, visualizing, and manipulating JSON data. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "json"
},
@@ -1847,7 +1847,7 @@
],
"short_description" : "Tree-structured markdown editor for macOS, Windows, and Linux. ",
"languages" : [
- "elm_icon"
+ "elm"
],
"category" : "markdown"
},
@@ -1859,7 +1859,7 @@
],
"short_description" : "Markdown editor for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "markdown"
},
@@ -1871,7 +1871,7 @@
],
"short_description" : "Realtime preview markdown editor for macOS Windows and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "markdown"
},
@@ -1884,7 +1884,7 @@
],
"short_description" : "A modern MacOS markdown editor. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "markdown"
},
@@ -1898,7 +1898,7 @@
],
"short_description" : "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "tex"
},
@@ -1910,7 +1910,7 @@
],
"short_description" : "Lightweight Plain-Text Editor for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "text"
},
@@ -1922,7 +1922,7 @@
],
"short_description" : "Text editor for macOS. ",
"languages" : [
- "c_icon"
+ "c"
],
"category" : "text"
},
@@ -1935,7 +1935,7 @@
],
"short_description" : "Plain text editor for macOS with customizable themes. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "text"
},
@@ -1947,7 +1947,7 @@
],
"short_description" : "TextMate is a graphical text editor for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "text"
},
@@ -1959,7 +1959,7 @@
],
"short_description" : "Refined Neovim experience for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "text"
},
@@ -1971,7 +1971,7 @@
],
"short_description" : "Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "extensions"
},
@@ -1985,7 +1985,7 @@
],
"short_description" : "PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "extensions"
},
@@ -1997,7 +1997,7 @@
],
"short_description" : "Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "extensions"
},
@@ -2010,7 +2010,7 @@
],
"short_description" : "Clipy is a Clipboard extension app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "finder"
},
@@ -2022,7 +2022,7 @@
],
"short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "finder"
},
@@ -2035,7 +2035,7 @@
],
"short_description" : "Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "finder"
},
@@ -2047,7 +2047,7 @@
],
"short_description" : "Finder toolbar app to open current folder in Visual Studio Code. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "finder"
},
@@ -2059,7 +2059,7 @@
],
"short_description" : "Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "games"
},
@@ -2071,8 +2071,8 @@
],
"short_description" : "The DOS game emulator that’s fit for your Mac.",
"languages" : [
- "cpp_icon",
- "objective_c_icon"
+ "cpp",
+ "objective_c"
],
"category" : "games"
},
@@ -2084,7 +2084,7 @@
],
"short_description" : "Powerful emulator for Nintendo GameCube and Wii games. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "games"
},
@@ -2096,7 +2096,7 @@
],
"short_description" : "Retro video game emulation for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "games"
},
@@ -2108,7 +2108,7 @@
],
"short_description" : "Re-implementation of RollerCoaster Tycoon 2. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "games"
},
@@ -2120,7 +2120,7 @@
],
"short_description" : "Turn your screen into a playable level of Mario. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "games"
},
@@ -2132,8 +2132,8 @@
],
"short_description" : "Beautiful, powerful chess application.",
"languages" : [
- "cpp_icon",
- "objective_c_icon"
+ "cpp",
+ "objective_c"
],
"category" : "games"
},
@@ -2145,8 +2145,8 @@
],
"short_description" : "Animated sprite editor & pixel art tool (Windows, macOS, Linux).",
"languages" : [
- "cpp_icon",
- "c_icon"
+ "cpp",
+ "c"
],
"category" : "graphics"
},
@@ -2158,7 +2158,7 @@
],
"short_description" : "Tool to capture screenshot and recognize text by online ocr apis. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "graphics"
},
@@ -2174,7 +2174,7 @@
],
"short_description" : "Gif capture app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "graphics"
},
@@ -2187,7 +2187,7 @@
],
"short_description" : "Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ",
"languages" : [
- "haskell_icon"
+ "haskell"
],
"category" : "graphics"
},
@@ -2201,7 +2201,7 @@
],
"short_description" : "Convert videos to high-quality GIFs. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "graphics"
},
@@ -2213,7 +2213,7 @@
],
"short_description" : "Proof of concept Mac drawing application. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "graphics"
},
@@ -2225,7 +2225,7 @@
],
"short_description" : "Inkscape is professional quality vector graphics software. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "graphics"
},
@@ -2237,7 +2237,7 @@
],
"short_description" : "macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "graphics"
},
@@ -2249,7 +2249,7 @@
],
"short_description" : "Choose your Material colours and copy the hex code. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "graphics"
},
@@ -2261,7 +2261,7 @@
],
"short_description" : "Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "graphics"
},
@@ -2273,8 +2273,8 @@
],
"short_description" : "ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.",
"languages" : [
- "objective_c_icon",
- "css_icon"
+ "objective_c",
+ "css"
],
"category" : "graphics"
},
@@ -2286,8 +2286,8 @@
],
"short_description" : "Plugin manager for Sketch.app.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "graphics"
},
@@ -2299,7 +2299,7 @@
],
"short_description" : "The hackable text editor. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "ide"
},
@@ -2311,8 +2311,8 @@
],
"short_description" : "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
"languages" : [
- "javascript_icon",
- "type_script_icon"
+ "javascript",
+ "type_script"
],
"category" : "ide"
},
@@ -2324,7 +2324,7 @@
],
"short_description" : "Code editor developed by Microsoft. ",
"languages" : [
- "type_script_icon"
+ "type_script"
],
"category" : "ide"
},
@@ -2336,7 +2336,7 @@
],
"short_description" : "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",
"languages" : [
- "lua_icon"
+ "lua"
],
"category" : "ide"
},
@@ -2348,7 +2348,7 @@
],
"short_description" : "macOS app which assembles and disassembles animated png files. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "images"
},
@@ -2360,7 +2360,7 @@
],
"short_description" : "Insane(ly slow but wicked good) PNG image optimization. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "images"
},
@@ -2372,7 +2372,7 @@
],
"short_description" : "macOS Status Bar App for quick sketch. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "images"
},
@@ -2384,7 +2384,7 @@
],
"short_description" : "Gimp is GNU Image Manipulation Program. ",
"languages" : [
- "c_icon"
+ "c"
],
"category" : "images"
},
@@ -2396,8 +2396,8 @@
],
"short_description" : "Mac GUI for pngquant, pngnq and posterizer.",
"languages" : [
- "objective_c_icon",
- "python_icon"
+ "objective_c",
+ "python"
],
"category" : "images"
},
@@ -2409,7 +2409,7 @@
],
"short_description" : "Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ",
"languages" : [
- "type_script_icon"
+ "type_script"
],
"category" : "images"
},
@@ -2421,8 +2421,8 @@
],
"short_description" : "Katana is a simple screenshot utility for macOS that lives in your menubar.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "images"
},
@@ -2439,7 +2439,7 @@
],
"short_description" : "macOS app for finding and lost forgotten photos on your disks. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "images"
},
@@ -2451,7 +2451,7 @@
],
"short_description" : "macOS menubar app for automating screenshots. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "images"
},
@@ -2463,8 +2463,8 @@
],
"short_description" : "WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.",
"languages" : [
- "swift_icon",
- "c_icon"
+ "swift",
+ "c"
],
"category" : "images"
},
@@ -2476,7 +2476,7 @@
],
"short_description" : "macOS application for controlling AnnePro keyboard over bluetooth. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "keyboard"
},
@@ -2488,7 +2488,7 @@
],
"short_description" : "Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "keyboard"
},
@@ -2500,7 +2500,7 @@
],
"short_description" : "Karabiner-Elements configuration manager, rescue to bloated karabiner.json ",
"languages" : [
- "clojure_icon"
+ "clojure"
],
"category" : "keyboard"
},
@@ -2512,8 +2512,8 @@
],
"short_description" : "Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.",
"languages" : [
- "cpp_icon",
- "objective_c_icon"
+ "cpp",
+ "objective_c"
],
"category" : "keyboard"
},
@@ -2525,8 +2525,8 @@
],
"short_description" : "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.",
"languages" : [
- "cpp_icon",
- "objective_c_icon"
+ "cpp",
+ "objective_c"
],
"category" : "keyboard"
},
@@ -2539,7 +2539,7 @@
],
"short_description" : "Better input source switcher for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "keyboard"
},
@@ -2552,7 +2552,7 @@
],
"short_description" : "Switch the right application ASAP. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "keyboard"
},
@@ -2564,7 +2564,7 @@
],
"short_description" : "Menubar/taskbar Gmail App for Windows and macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "mail"
},
@@ -2576,8 +2576,8 @@
],
"short_description" : "Fast and Simple Email Client.",
"languages" : [
- "cpp_icon",
- "objective_c_icon"
+ "cpp",
+ "objective_c"
],
"category" : "mail"
},
@@ -2589,8 +2589,8 @@
],
"short_description" : "Unofficial Google Inbox Desktop App.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "mail"
},
@@ -2602,7 +2602,7 @@
],
"short_description" : "Wrapper for Inbox by Gmail. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "mail"
},
@@ -2614,7 +2614,7 @@
],
"short_description" : "Extensible mail client. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "mail"
},
@@ -2626,8 +2626,8 @@
],
"short_description" : "Cross Platform messaging and emailing app that combines common web applications into one.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "mail"
},
@@ -2639,7 +2639,7 @@
],
"short_description" : "Status bar Mac application to overcome time constrained WiFi networks. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "menubar"
},
@@ -2651,7 +2651,7 @@
],
"short_description" : "macOS menubar status indicator. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "menubar"
},
@@ -2663,7 +2663,7 @@
],
"short_description" : "Put the output from any script or program in your macOS Menu Bar. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "menubar"
},
@@ -2675,7 +2675,7 @@
],
"short_description" : "Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2687,7 +2687,7 @@
],
"short_description" : "Simple menu bar weather app for macOS written in Swift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2699,7 +2699,7 @@
],
"short_description" : "Simple (bare-bones) macOS menubar extra to apply display presets. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2711,7 +2711,7 @@
],
"short_description" : "Hide MacOS menubar items. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2723,7 +2723,7 @@
],
"short_description" : "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2735,7 +2735,7 @@
],
"short_description" : "macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2747,7 +2747,7 @@
],
"short_description" : "macOS app to change the screen brightness on the menubar. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "menubar"
},
@@ -2759,7 +2759,7 @@
],
"short_description" : "CPU, memory, disk, and network monitoring tools for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "menubar"
},
@@ -2771,7 +2771,7 @@
],
"short_description" : "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. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2783,7 +2783,7 @@
],
"short_description" : "Quickly hacked up PSI macOS status bar app. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2795,7 +2795,7 @@
],
"short_description" : "A mac menu bar app that provides note taking functionality though a quick dropdown menu. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2807,8 +2807,8 @@
],
"short_description" : "Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "menubar"
},
@@ -2820,7 +2820,7 @@
],
"short_description" : "macOS menu bar app that gives you more control over Night Shift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "menubar"
},
@@ -2832,7 +2832,7 @@
],
"short_description" : "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ",
"languages" : [
- "c_sharp_icon"
+ "c_sharp"
],
"category" : "music"
},
@@ -2844,7 +2844,7 @@
],
"short_description" : "Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "music"
},
@@ -2856,7 +2856,7 @@
],
"short_description" : "Deezer Desktop app for Windows, Linux and macOS. ",
"languages" : [
- "coffee_script_icon"
+ "coffee_script"
],
"category" : "music"
},
@@ -2869,7 +2869,7 @@
],
"short_description" : "macOS app to visualise your iTunes library as graphs. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "music"
},
@@ -2882,7 +2882,7 @@
],
"short_description" : "Simple Spotify lyrics viewer menu bar app for macOS in Swift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "music"
},
@@ -2894,7 +2894,7 @@
],
"short_description" : "SoundCloud for macOS and Windows. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "music"
},
@@ -2906,7 +2906,7 @@
],
"short_description" : "Control Spotify without leaving your terminal. :notes: ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "music"
},
@@ -2921,7 +2921,7 @@
],
"short_description" : "macOS wrapper for music.youtube.com. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "music"
},
@@ -2933,7 +2933,7 @@
],
"short_description" : "Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "news"
},
@@ -2945,7 +2945,7 @@
],
"short_description" : "Hacker News Delivered to Desktop. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "news"
},
@@ -2957,7 +2957,7 @@
],
"short_description" : "Feed reader for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "news"
},
@@ -2969,7 +2969,7 @@
],
"short_description" : "Vienna is a RSS/Atom newsreader for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "news"
},
@@ -2981,7 +2981,7 @@
],
"short_description" : "Note-taking application made for programmers just like you. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "notes"
},
@@ -2993,8 +2993,8 @@
],
"short_description" : "Little app that you can use as a quick note taking or todo app.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "notes"
},
@@ -3007,7 +3007,7 @@
],
"short_description" : "Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "notes"
},
@@ -3019,7 +3019,7 @@
],
"short_description" : "Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "notes"
},
@@ -3031,7 +3031,7 @@
],
"short_description" : "Notebook viewer for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "notes"
},
@@ -3049,7 +3049,7 @@
],
"short_description" : "Simple note taking application. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "notes"
},
@@ -3061,7 +3061,7 @@
],
"short_description" : "Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "notes"
},
@@ -3073,7 +3073,7 @@
],
"short_description" : "Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "notes"
},
@@ -3085,7 +3085,7 @@
],
"short_description" : "Simplest way to keep notes. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "notes"
},
@@ -3097,8 +3097,8 @@
],
"short_description" : "Safe place for your notes, thoughts, and life's work.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "notes"
},
@@ -3110,7 +3110,7 @@
],
"short_description" : "Very simple macOS app to make temporary notes. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "notes"
},
@@ -3122,8 +3122,8 @@
],
"short_description" : "Unofficial, third-party, community driven Evernote app with a handful of useful features.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "notes"
},
@@ -3135,7 +3135,7 @@
],
"short_description" : "Manage your Homebrew formulas with style using Cakebrew. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3147,7 +3147,7 @@
],
"short_description" : "Hosts file manager for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3159,7 +3159,7 @@
],
"short_description" : "Cocoa GUI for /etc/hosts. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3171,7 +3171,7 @@
],
"short_description" : "GUI image optimizer for Mac. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3183,7 +3183,7 @@
],
"short_description" : "Simple macOS app to preview animations created with Facebook's keyframes framework. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
},
@@ -3195,7 +3195,7 @@
],
"short_description" : "Democratizing Code Snippets Management (macOS/Win/Linux). ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "other"
},
@@ -3207,7 +3207,7 @@
],
"short_description" : "Simple app to send pasteboard items to GitHub's Gist. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
},
@@ -3219,7 +3219,7 @@
],
"short_description" : "Mac developer tool that creates application bundles from command line scripts. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3231,7 +3231,7 @@
],
"short_description" : "Swift Logging Utility for Xcode & Google Docs. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
},
@@ -3243,7 +3243,7 @@
],
"short_description" : "Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "other"
},
@@ -3255,7 +3255,7 @@
],
"short_description" : "Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "other"
},
@@ -3268,7 +3268,7 @@
],
"short_description" : "Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
},
@@ -3280,7 +3280,7 @@
],
"short_description" : "macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ",
"languages" : [
- "ruby_icon"
+ "ruby"
],
"category" : "other"
},
@@ -3292,7 +3292,7 @@
],
"short_description" : "Simple SSH shortcut menu for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3304,7 +3304,7 @@
],
"short_description" : "Convenient logging during development & release in Swift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
},
@@ -3316,7 +3316,7 @@
],
"short_description" : "Frugal nativemacOS macOS Syncthing application bundle. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3328,7 +3328,7 @@
],
"short_description" : "Mac app for checking Xcode projects for unused resources. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3340,7 +3340,7 @@
],
"short_description" : "Manage your vagrant machines in one place with Vagrant Manager for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "other"
},
@@ -3352,7 +3352,7 @@
],
"short_description" : "Simple, beautiful podcast app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "podcast"
},
@@ -3364,7 +3364,7 @@
],
"short_description" : "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "podcast"
},
@@ -3376,7 +3376,7 @@
],
"short_description" : "PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "podcast"
},
@@ -3388,7 +3388,7 @@
],
"short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via [Ultraschall](https://ultraschall.fm) with [Studio Link On Air](https://studio-link.de). ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "podcast"
},
@@ -3410,8 +3410,8 @@
],
"short_description" : "Elegant Microsoft To-Do desktop app.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "productivity"
},
@@ -3423,7 +3423,7 @@
],
"short_description" : "Cross-platform launcher app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "productivity"
},
@@ -3435,7 +3435,7 @@
],
"short_description" : "Clipboard manager for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3447,7 +3447,7 @@
],
"short_description" : "macOS app to plan and organize through timezones. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3459,7 +3459,7 @@
],
"short_description" : "Automate running tasks based on where you are or what you do. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3471,7 +3471,7 @@
],
"short_description" : "Clean and simple clipboard manager for developers. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3483,7 +3483,7 @@
],
"short_description" : "Record shortcuts in macOS, like Alfred.app. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3495,7 +3495,7 @@
],
"short_description" : "Kiwix for iOS and macOS, build on Swift. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3507,7 +3507,7 @@
],
"short_description" : "macOS application to write down and connect ideas. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3519,7 +3519,7 @@
],
"short_description" : "Lightweight search-as-you-type clipboard manager. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3531,7 +3531,7 @@
],
"short_description" : "macOS app for organizing files or removing unnecessary files. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3543,7 +3543,7 @@
],
"short_description" : "Flexible invoicing desktop app with beautiful & customizable templates. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "productivity"
},
@@ -3556,7 +3556,7 @@
],
"short_description" : "Desktop app that uses the paperless API to manage your document scans. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "productivity"
},
@@ -3568,7 +3568,7 @@
],
"short_description" : "Nice tool for tagging and archiving tasks. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3580,7 +3580,7 @@
],
"short_description" : "Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3592,8 +3592,8 @@
],
"short_description" : "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "productivity"
},
@@ -3605,7 +3605,7 @@
],
"short_description" : "macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3617,7 +3617,7 @@
],
"short_description" : "Simple macOS app to keep TODO-list in status bar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3629,7 +3629,7 @@
],
"short_description" : "Cross-platform electron app that reminds you to take breaks when working with computer. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "productivity"
},
@@ -3641,7 +3641,7 @@
],
"short_description" : "The task timer for OS X. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "productivity"
},
@@ -3653,7 +3653,7 @@
],
"short_description" : "Simple Timer app for Mac. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3665,7 +3665,7 @@
],
"short_description" : "Toggl Desktop app for Windows, Mac and Linux. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "productivity"
},
@@ -3677,7 +3677,7 @@
],
"short_description" : "Unofficial wrapper application for Trello.com written in Swift. This is almost a \"Hello World\" for a site specific browser. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3690,7 +3690,7 @@
],
"short_description" : "A CLI application for time tracking. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "productivity"
},
@@ -3702,7 +3702,7 @@
],
"short_description" : "Unofficial Trello app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "productivity"
},
@@ -3714,7 +3714,7 @@
],
"short_description" : "Manga reader app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "productivity"
},
@@ -3731,7 +3731,7 @@
],
"short_description" : "Apple TV Aerial Screensaver for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "screensaver"
},
@@ -3743,7 +3743,7 @@
],
"short_description" : "Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "screensaver"
},
@@ -3757,7 +3757,7 @@
],
"short_description" : "Screensaver for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "screensaver"
},
@@ -3769,7 +3769,7 @@
],
"short_description" : "iTunes Screensaver Clone for Spotify and Last.fm ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "screensaver"
},
@@ -3782,7 +3782,7 @@
],
"short_description" : "The GitHub Matrix Screensaver for macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "screensaver"
},
@@ -3794,7 +3794,7 @@
],
"short_description" : "LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "security"
},
@@ -3807,7 +3807,7 @@
],
"short_description" : "Easily configure macOS security settings from the terminal. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "security"
},
@@ -3819,7 +3819,7 @@
],
"short_description" : "Lightweight cross-platform BitTorrent client. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "sharing-files"
},
@@ -3831,7 +3831,7 @@
],
"short_description" : "Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "sharing-files"
},
@@ -3843,7 +3843,7 @@
],
"short_description" : "BitTorrent client in Qt. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "sharing-files"
},
@@ -3855,7 +3855,7 @@
],
"short_description" : "macOS status bar app for quickly sharing files and URLs. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "sharing-files"
},
@@ -3867,8 +3867,8 @@
],
"short_description" : "Official Transmission BitTorrent client repository.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "sharing-files"
},
@@ -3880,7 +3880,7 @@
],
"short_description" : "Privacy enhanced BitTorrent client with P2P content discovery. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "sharing-files"
},
@@ -3892,7 +3892,7 @@
],
"short_description" : "Unofficial appear.in app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "social-networking"
},
@@ -3904,8 +3904,8 @@
],
"short_description" : "Elegant Facebook Messenger desktop app.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "social-networking"
},
@@ -3917,7 +3917,7 @@
],
"short_description" : "Unofficial Facebook Messenger client. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "social-networking"
},
@@ -3929,7 +3929,7 @@
],
"short_description" : "Leviathan is a iOS and macOS client application for the Mastodon social network. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "social-networking"
},
@@ -3941,7 +3941,7 @@
],
"short_description" : "macOS app wrapping Facebook's Messenger for desktop. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "social-networking"
},
@@ -3953,7 +3953,7 @@
],
"short_description" : "share and discover your favorite new products and applications. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "social-networking"
},
@@ -3965,7 +3965,7 @@
],
"short_description" : "Unofficial [esa](https://esa.io) app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "social-networking"
},
@@ -3977,8 +3977,8 @@
],
"short_description" : "Unofficial Instagram Desktop App.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "social-networking"
},
@@ -3991,7 +3991,7 @@
],
"short_description" : "macOS menubar app to post status quickly. ",
"languages" : [
- "ruby_icon"
+ "ruby"
],
"category" : "social-networking"
},
@@ -4003,7 +4003,7 @@
],
"short_description" : "Perpetual artwork streaming app. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "streaming"
},
@@ -4018,7 +4018,7 @@
],
"short_description" : "Advanced battery gauge for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4034,7 +4034,7 @@
],
"short_description" : "App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4046,7 +4046,7 @@
],
"short_description" : "Small macOS app that acts as a system cleaner (logs, cache, ...). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4058,7 +4058,7 @@
],
"short_description" : "Diagnostics is an application displaying the diagnostic reports from applications on macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4070,7 +4070,7 @@
],
"short_description" : "Easily disable or enable a monitor on your Mac. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4082,7 +4082,7 @@
],
"short_description" : "EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4094,7 +4094,7 @@
],
"short_description" : "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4107,7 +4107,7 @@
],
"short_description" : "Make your battery information a bit more interesting. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4119,7 +4119,7 @@
],
"short_description" : "Prevents your Mac from going to sleep. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4131,7 +4131,7 @@
],
"short_description" : "Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4143,7 +4143,7 @@
],
"short_description" : "Simple network activity monitor for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4155,7 +4155,7 @@
],
"short_description" : "Stop iTunes from opening when you connect your iPhone. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4167,7 +4167,7 @@
],
"short_description" : "macOS Application to create standard or customized configuration profiles. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4181,7 +4181,7 @@
],
"short_description" : "Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4193,7 +4193,7 @@
],
"short_description" : "Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "system"
},
@@ -4205,7 +4205,7 @@
],
"short_description" : "macOS application to add a vertical bar to Dock. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "system"
},
@@ -4217,7 +4217,7 @@
],
"short_description" : "Cross-platform, GPU-accelerated terminal emulator. ",
"languages" : [
- "rust_icon"
+ "rust"
],
"category" : "terminal"
},
@@ -4229,7 +4229,7 @@
],
"short_description" : "A tiny terminal emulator for serial port communication (macOS/Linux). ",
"languages" : [
- "go_icon"
+ "go"
],
"category" : "terminal"
},
@@ -4241,7 +4241,7 @@
],
"short_description" : "macOS console application. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "terminal"
},
@@ -4253,8 +4253,8 @@
],
"short_description" : "Terminal built on web technologies.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "terminal"
},
@@ -4266,7 +4266,7 @@
],
"short_description" : "Terminal emulator for macOS that does amazing things. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "terminal"
},
@@ -4278,8 +4278,8 @@
],
"short_description" : "Cross-platform, fast, feature full, GPU based terminal emulator.",
"languages" : [
- "python_icon",
- "c_icon"
+ "python",
+ "c"
],
"category" : "terminal"
},
@@ -4291,7 +4291,7 @@
],
"short_description" : "App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "terminal"
},
@@ -4311,7 +4311,7 @@
],
"short_description" : "A terminal emulator for the 21st century (formerly Black Screen). ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "terminal"
},
@@ -4323,7 +4323,7 @@
],
"short_description" : "wallpapper is a console application for creating dynamic wallpapers for Mojave. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "terminal"
},
@@ -4339,7 +4339,7 @@
],
"short_description" : "One-click screenshots, video recordings, app installation for iOS and Android ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4351,7 +4351,7 @@
],
"short_description" : "Mounts archives like disk images ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4363,7 +4363,7 @@
],
"short_description" : "Control web based media players with the media keys found on Mac keyboards. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "utilities"
},
@@ -4375,7 +4375,7 @@
],
"short_description" : "Secure password manager for mac and other platforms. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4387,7 +4387,7 @@
],
"short_description" : "Catch: Broadcatching made easy. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4399,7 +4399,7 @@
],
"short_description" : "Simple, clean calendar and clock app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4414,7 +4414,7 @@
],
"short_description" : "Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4426,7 +4426,7 @@
],
"short_description" : "Small tool to validate epub files for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4438,7 +4438,7 @@
],
"short_description" : "Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4451,8 +4451,8 @@
],
"short_description" : "Cocoa application for semi-automated iOS app analysis and evaluation.",
"languages" : [
- "objective_c_icon",
- "c_icon"
+ "objective_c",
+ "c"
],
"category" : "utilities"
},
@@ -4464,7 +4464,7 @@
],
"short_description" : "Screen recorder application built with web technology. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4476,7 +4476,7 @@
],
"short_description" : "Cross-platform community-driven port of the Windows application \"Keepass Password Safe\" ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "utilities"
},
@@ -4488,7 +4488,7 @@
],
"short_description" : "Cross-platform password manager compatible with KeePass. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4500,7 +4500,7 @@
],
"short_description" : "Simple screen and microphone audio recorder for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4514,7 +4514,7 @@
],
"short_description" : "Life Calendar. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4526,7 +4526,7 @@
],
"short_description" : "Intelligent adaptive brightness for your external displays. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4538,7 +4538,7 @@
],
"short_description" : "Native macOS KeePass client. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "utilities"
},
@@ -4550,7 +4550,7 @@
],
"short_description" : "macOS native app/widget for aria2 download tool. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4562,7 +4562,7 @@
],
"short_description" : "Meme Maker macOS application for meme creation. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4574,7 +4574,7 @@
],
"short_description" : "Remove unnecessary language resources from macOS ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4586,7 +4586,7 @@
],
"short_description" : "Smooth your mouse's scrolling and reverse the mouse scroll direction ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4598,7 +4598,7 @@
],
"short_description" : "Receive Android notifications on your mac (with PushBullet). ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4610,7 +4610,7 @@
],
"short_description" : "A minimal, open source password manager for macOS. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4625,7 +4625,7 @@
],
"short_description" : "Receive native push notifications on macOS, Windows and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4637,7 +4637,7 @@
],
"short_description" : "A menu bar application that calculates parcents. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4649,8 +4649,8 @@
],
"short_description" : "ScreenCat is a screen sharing + remote collaboration application.",
"languages" : [
- "javascript_icon",
- "css_icon"
+ "javascript",
+ "css"
],
"category" : "utilities"
},
@@ -4662,7 +4662,7 @@
],
"short_description" : "Add a global delay to Command-Q to stop accidental app quits. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "utilities"
},
@@ -4674,8 +4674,8 @@
],
"short_description" : "SIP softphone for macOS.",
"languages" : [
- "objective_c_icon",
- "swift_icon"
+ "objective_c",
+ "swift"
],
"category" : "utilities"
},
@@ -4687,7 +4687,7 @@
],
"short_description" : "Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "utilities"
},
@@ -4699,7 +4699,7 @@
],
"short_description" : "The Unarchiver is an Objective-C application for uncompressing archive files. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "utilities"
},
@@ -4711,7 +4711,7 @@
],
"short_description" : "Small macOS application to help you scroll to the top. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "utilities"
},
@@ -4723,7 +4723,7 @@
],
"short_description" : "Keep an eye on what's happening on your machine and in the world. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "utilities"
},
@@ -4735,7 +4735,7 @@
],
"short_description" : "A rule based custom proxy with GUI for Mac base on clash. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "vpn--proxy"
},
@@ -4747,7 +4747,7 @@
],
"short_description" : "Ribose VPN Client macOS Menu App. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "vpn--proxy"
},
@@ -4759,7 +4759,7 @@
],
"short_description" : "Next Generation of ShadowsocksX. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "vpn--proxy"
},
@@ -4771,7 +4771,7 @@
],
"short_description" : "Rule-based proxy app built with Network Extension for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "vpn--proxy"
},
@@ -4783,7 +4783,7 @@
],
"short_description" : "Rule-based proxy app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "vpn--proxy"
},
@@ -4795,7 +4795,7 @@
],
"short_description" : "Tunnelblick is a graphic user interface for OpenVPN on macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "vpn--proxy"
},
@@ -4807,7 +4807,7 @@
],
"short_description" : "Acid Cam v2 for macOS distorts video to create art. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "video"
},
@@ -4819,7 +4819,7 @@
],
"short_description" : "Unofficial Apple Events app for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "video"
},
@@ -4831,7 +4831,7 @@
],
"short_description" : "Datamosh your videos on macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "video"
},
@@ -4844,7 +4844,7 @@
],
"short_description" : "macOS application used to auto-annotate landmarks from a video. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "video"
},
@@ -4856,7 +4856,7 @@
],
"short_description" : "Turn any short video into an animated GIF quickly and easily. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "video"
},
@@ -4868,7 +4868,7 @@
],
"short_description" : "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
"languages" : [
- "c_icon"
+ "c"
],
"category" : "video"
},
@@ -4880,7 +4880,7 @@
],
"short_description" : "Catch YouTube into your macOS menu bar! ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "video"
},
@@ -4892,7 +4892,7 @@
],
"short_description" : "Easy to use, quick to learn, and surprisingly powerful video editor. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "video"
},
@@ -4904,7 +4904,7 @@
],
"short_description" : "This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "video"
},
@@ -4916,7 +4916,7 @@
],
"short_description" : "Subler is an macOS app created to mux and tag mp4 files. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "video"
},
@@ -4928,7 +4928,7 @@
],
"short_description" : "macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "video"
},
@@ -4942,7 +4942,7 @@
],
"short_description" : "Streaming torrent app. For Mac, Windows, and Linux. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "video"
},
@@ -4954,7 +4954,7 @@
],
"short_description" : "Nifty macOS application which enables you to browse and download videos from YouTube. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "video"
},
@@ -4966,7 +4966,7 @@
],
"short_description" : "Modern video player for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "player"
},
@@ -4978,7 +4978,7 @@
],
"short_description" : "3D 180/360 video player for macOS for PSVR with head tracking. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "player"
},
@@ -4991,7 +4991,7 @@
],
"short_description" : "Desktop video player built with Haskell that uses GStreamer and GTK+. ",
"languages" : [
- "haskell_icon"
+ "haskell"
],
"category" : "player"
},
@@ -5003,7 +5003,7 @@
],
"short_description" : "Media player on macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "player"
},
@@ -5015,7 +5015,7 @@
],
"short_description" : "Video player based on MPlayer/mplayer2. ",
"languages" : [
- "c_icon"
+ "c"
],
"category" : "player"
},
@@ -5027,7 +5027,7 @@
],
"short_description" : "Caption takes the effort out of finding and setting up the right subtitles. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "subtitles"
},
@@ -5039,7 +5039,7 @@
],
"short_description" : "Small macOS application to download subtitles. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "subtitles"
},
@@ -5051,7 +5051,7 @@
],
"short_description" : "Subtitlr is macOS application used to find and download subtitles easily. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "subtitles"
},
@@ -5063,7 +5063,7 @@
],
"short_description" : "Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "wallpaper"
},
@@ -5078,7 +5078,7 @@
],
"short_description" : "A macOS application for bringing dedicatedly 18th century Arts to everyone ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "wallpaper"
},
@@ -5090,7 +5090,7 @@
],
"short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/artwork.rss). ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "wallpaper"
},
@@ -5103,7 +5103,7 @@
],
"short_description" : "Use Bing daily photo as your wallpaper on macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "wallpaper"
},
@@ -5115,7 +5115,7 @@
],
"short_description" : "Win / Linux / macOS tool for managing and cycling desktop wallpapers. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "wallpaper"
},
@@ -5127,7 +5127,7 @@
],
"short_description" : "Simple macOS menubar app which fetches latest photos from a subreddit. ",
"languages" : [
- "javascript_icon"
+ "javascript"
],
"category" : "wallpaper"
},
@@ -5139,7 +5139,7 @@
],
"short_description" : "pyDailyChanger is a program that changes your wallpaper daily. ",
"languages" : [
- "python_icon"
+ "python"
],
"category" : "wallpaper"
},
@@ -5151,7 +5151,7 @@
],
"short_description" : "Muzei wallpaper app for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "wallpaper"
},
@@ -5163,7 +5163,7 @@
],
"short_description" : "macOS app to automatically set your desktop wallpaper to the satellite view overhead. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "wallpaper"
},
@@ -5175,7 +5175,7 @@
],
"short_description" : "Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "wallpaper"
},
@@ -5187,7 +5187,7 @@
],
"short_description" : "macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ",
"languages" : [
- "ruby_icon"
+ "ruby"
],
"category" : "wallpaper"
},
@@ -5201,7 +5201,7 @@
],
"short_description" : "Automatic tiling window manager for macOS. ",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "window-management"
},
@@ -5214,7 +5214,7 @@
],
"short_description" : "Grid-based keyboard window manager for macOS. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "window-management"
},
@@ -5226,7 +5226,7 @@
],
"short_description" : "Tiling window manager for macOS that uses a plugin architecture. ",
"languages" : [
- "cpp_icon"
+ "cpp"
],
"category" : "window-management"
},
@@ -5238,8 +5238,8 @@
],
"short_description" : "Staggeringly powerful macOS desktop automation with Lua.",
"languages" : [
- "lua_icon",
- "objective_c_icon"
+ "lua",
+ "objective_c"
],
"category" : "window-management"
},
@@ -5251,7 +5251,7 @@
],
"short_description" : "Lightweight macOS window and app manager scriptable with JavaScript. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "window-management"
},
@@ -5265,7 +5265,7 @@
],
"short_description" : "Managing windows size and position. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "window-management"
},
@@ -5277,7 +5277,7 @@
],
"short_description" : "Window management application (replacement for Divvy/SizeUp/ShiftIt). ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "window-management"
},
@@ -5289,7 +5289,7 @@
],
"short_description" : "Spectacle allows you to organize your windows without using a mouse. ",
"languages" : [
- "objective_c_icon"
+ "objective_c"
],
"category" : "window-management"
},
@@ -5304,9 +5304,9 @@
],
"short_description" : "Teach your kids the alphabet and how to type.",
"languages" : [
- "swift_icon"
+ "swift"
],
"category" : "other"
}
]
-}
+}
\ No newline at end of file
From 92a2fdcf0bcb13cef403732d76ea0054109dfa04 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 16:37:22 +0200
Subject: [PATCH 008/641] Fix image link issues
---
applications.json | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/applications.json b/applications.json
index 418ddd1..9c4b679 100644
--- a/applications.json
+++ b/applications.json
@@ -3396,17 +3396,15 @@
"repo_url" : "https://github.com/klaussinani/ao",
"title" : "Ao",
"screenshots" : [
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/list-navigation.gif",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/compact-mode.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/55af062e/media/vibrant-dark-theme.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/ao-vibrant.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/black-theme.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/sepia-theme.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/custom-shortcut-keys.gif",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/dark-theme.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/scalable-interface.gif",
- "https://raw.githubusercontent.com/klauscfhq/ao/55af062e/media/vibrant-theme.png",
- "https://raw.githubusercontent.com/klauscfhq/ao/master/media/logo.png"
+ "https://klaussinani.github.io/ao/media/list-navigation.gif",
+ "https://klaussinani.github.io/ao/media/header.png",
+ "https://klaussinani.github.io/ao/media/sepia-theme.png",
+ "https://klaussinani.github.io/ao/media/black-theme.png",
+ "https://klaussinani.github.io/ao/media/dark-theme.png",
+ "https://klaussinani.github.io/ao/media/compact-mode.png",
+ "https://klaussinani.github.io/ao/media/list-navigation.gif",
+ "https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
+ "https://klaussinani.github.io/ao/media/scalable-interface.gif"
],
"short_description" : "Elegant Microsoft To-Do desktop app.",
"languages" : [
@@ -5023,7 +5021,7 @@
"repo_url" : "https://github.com/gielcobben/caption",
"title" : "Caption",
"screenshots" : [
- "https://gielcobben.com/github/caption/github_cover.png"
+ "https://camo.githubusercontent.com/be0c821b4a653eae2a039484841338d3b035cf17/68747470733a2f2f6769656c636f6262656e2e636f6d2f6769746875622f63617074696f6e2f6769746875625f636f7665722e706e67"
],
"short_description" : "Caption takes the effort out of finding and setting up the right subtitles. ",
"languages" : [
From 42d840d8f7a7b9ed3468c0a0a3d97ae2442a79e4 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 27 Dec 2018 16:43:07 +0200
Subject: [PATCH 009/641] Remove link duplications.
---
applications.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/applications.json b/applications.json
index 9c4b679..0d0d581 100644
--- a/applications.json
+++ b/applications.json
@@ -3402,7 +3402,6 @@
"https://klaussinani.github.io/ao/media/black-theme.png",
"https://klaussinani.github.io/ao/media/dark-theme.png",
"https://klaussinani.github.io/ao/media/compact-mode.png",
- "https://klaussinani.github.io/ao/media/list-navigation.gif",
"https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
"https://klaussinani.github.io/ao/media/scalable-interface.gif"
],
From 65ba63d600bb20797bc887fc1250ff7037173ff8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C4=83t=C4=83lin=20Stan?=
Date: Fri, 28 Dec 2018 12:21:36 +0100
Subject: [PATCH 010/641] Add Funky
---
applications.json | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 0d0d581..2d3ae6f 100644
--- a/applications.json
+++ b/applications.json
@@ -5304,6 +5304,18 @@
"swift"
],
"category" : "other"
- }
+ },
+ {
+ "repo_url" : "https://github.com/thecatalinstan/Funky",
+ "title" : "Funky",
+ "screenshots" : [
+
+ ],
+ "short_description" : "Easily toggle the function key on your Mac on a per app basis",
+ "languages" : [
+ "objective_c"
+ ],
+ "category" : "utilities"
+ },
]
-}
\ No newline at end of file
+}
From 5e4646525859524cf93c85b72d5e845e199f5d8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C4=83t=C4=83lin=20Stan?=
Date: Fri, 28 Dec 2018 12:23:46 +0100
Subject: [PATCH 011/641] Add period (.) at the end of app description
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 2d3ae6f..5004f08 100644
--- a/applications.json
+++ b/applications.json
@@ -5311,7 +5311,7 @@
"screenshots" : [
],
- "short_description" : "Easily toggle the function key on your Mac on a per app basis",
+ "short_description" : "Easily toggle the function key on your Mac on a per app basis.",
"languages" : [
"objective_c"
],
From db816316078238a7f7bb4fec9a6290eec4947ec6 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 28 Dec 2018 14:07:33 +0200
Subject: [PATCH 012/641] Update .travis.yml
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2f1e105..09973b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,11 @@ before_script:
- gem install awesome_bot
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org/blog/home/
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com
- danger
after_success:
- swift ./.github/ReadmeGenerator.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
- email: false
\ No newline at end of file
+ email: false
From 4fc24967713deb22b4855e037b67e469778eb00a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 28 Dec 2018 12:10:38 +0000
Subject: [PATCH 013/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aefe215..9ed56a1 100644
--- a/README.md
+++ b/README.md
@@ -422,7 +422,7 @@ You can see in which language an app is written. Currently there are following l
- [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon]
### Productivity
-- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon] Screenshots
+- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon] Screenshots
- [Cerebro](https://github.com/KELiON/cerebro) - Cross-platform launcher app. ![javascript_icon]
- [ClipMenu](https://github.com/naotaka/ClipMenu) - Clipboard manager for macOS. ![objective_c_icon] Screenshots
- [Clocker](https://github.com/abhishekbanthia/Clocker) - macOS app to plan and organize through timezones. ![objective_c_icon]
From 1f98c8abd702a87efb5b5e4ddad0c0d06904ce0e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 28 Dec 2018 14:10:55 +0200
Subject: [PATCH 014/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 09973b8..bb8ac3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,4 +14,4 @@ after_success:
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
- email: false
+ email: true
From 9f8b07ee2671ed7b40daae4fdfd4343cc40e63d3 Mon Sep 17 00:00:00 2001
From: Douglas Teoh
Date: Fri, 28 Dec 2018 07:34:17 +1000
Subject: [PATCH 015/641] Add DevDocs for macOS
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index 5004f08..6223e8b 100644
--- a/applications.json
+++ b/applications.json
@@ -3139,6 +3139,18 @@
],
"category" : "other"
},
+ {
+ "repo_url" : "https://github.com/dteoh/devdocs-macos",
+ "title" : "DevDocs for macOS",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/dteoh/devdocs-macos/master/img/screenshot.png"
+ ],
+ "short_description" : "An unofficial DevDocs API documentation viewer.",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "other"
+ },
{
"repo_url" : "https://github.com/2ndalpha/gasmask",
"title" : "Gas Mask",
From ca74aaea6b718a81b52c62a4138c7ae053a9d8d9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 29 Dec 2018 11:40:41 +0000
Subject: [PATCH 016/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 9ed56a1..e06d967 100644
--- a/README.md
+++ b/README.md
@@ -396,6 +396,7 @@ You can see in which language an app is written. Currently there are following l
### Other
- [Cakebrew](https://github.com/brunophilipe/Cakebrew) - Manage your Homebrew formulas with style using Cakebrew. ![objective_c_icon] Screenshots
+- [DevDocs for macOS](https://github.com/dteoh/devdocs-macos) - An unofficial DevDocs API documentation viewer. ![swift_icon] Screenshots
- [Gas Mask](https://github.com/2ndalpha/gasmask) - Hosts file manager for macOS. ![objective_c_icon]
- [Hosts](https://github.com/specialunderwear/Hosts.prefpane) - Cocoa GUI for /etc/hosts. ![objective_c_icon]
- [ImageOptim](https://github.com/ImageOptim/ImageOptim) - GUI image optimizer for Mac. ![objective_c_icon]
@@ -520,6 +521,7 @@ You can see in which language an app is written. Currently there are following l
- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon] Screenshots
- [Crypter](https://github.com/HR/Crypter) - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ![javascript_icon] Screenshots
- [ECheck](https://github.com/josejuanqm/ECheck) - Small tool to validate epub files for macOS. ![swift_icon]
+- [Funky](https://github.com/thecatalinstan/Funky) - Easily toggle the function key on your Mac on a per app basis. ![objective_c_icon]
- [Gray](https://github.com/zenangst/Gray) - Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ![swift_icon]
- [Kap](https://github.com/wulkano/kap) - Screen recorder application built with web technology. ![javascript_icon]
- [KeePassXC](https://github.com/keepassxreboot/keepassxc) - Cross-platform community-driven port of the Windows application "Keepass Password Safe" ![cpp_icon]
From 66b75ecf76a1332c5bd29a2087eba8a365ba7309 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 2 Jan 2019 17:14:00 +0200
Subject: [PATCH 017/641] Add SubEthaEdit
---
applications.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/applications.json b/applications.json
index 6223e8b..d042184 100644
--- a/applications.json
+++ b/applications.json
@@ -5329,5 +5329,18 @@
],
"category" : "utilities"
},
+ {
+ "repo_url" : "https://github.com/subethaedit/SubEthaEdit",
+ "title" : "SubEthaEdit",
+ "screenshots" : [
+ "https://subethaedit.net/images/screenshots/en-contribute-bright-thumb.png",
+ "https://subethaedit.net/images/screenshots/en-find-bright-thumb.png"
+ ],
+ "short_description" : "General purpose plain text editor for macOS. Widely known for its live collaboration feature.",
+ "languages" : [
+ "objective_c"
+ ],
+ "category" : "text"
+ }
]
}
From 5a0f2e216aedc64c914e88d95ec02697826dfad1 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 2 Jan 2019 17:19:57 +0200
Subject: [PATCH 018/641] Fix link issue
https://github.com/lhc70000/iina redirects to https://github.com/iina/iina
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index d042184..ec9852f 100644
--- a/applications.json
+++ b/applications.json
@@ -4968,7 +4968,7 @@
"category" : "video"
},
{
- "repo_url" : "https://github.com/lhc70000/iina",
+ "repo_url" : "https://github.com/iina/iina",
"title" : "IINA",
"screenshots" : [
From 69a00d9ecb5ac486c419d30e1aa31427856775e5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 2 Jan 2019 15:27:40 +0000
Subject: [PATCH 019/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e06d967..8e5a414 100644
--- a/README.md
+++ b/README.md
@@ -274,6 +274,7 @@ You can see in which language an app is written. Currently there are following l
- [CotEditor](https://github.com/coteditor/CotEditor) - Lightweight Plain-Text Editor for macOS. ![swift_icon] Screenshots
- [MacVim](https://github.com/macvim-dev/macvim) - Text editor for macOS. ![c_icon]
- [Noto](https://github.com/brunophilipe/noto) - Plain text editor for macOS with customizable themes. ![swift_icon] Screenshots
+- [SubEthaEdit](https://github.com/subethaedit/SubEthaEdit) - General purpose plain text editor for macOS. Widely known for its live collaboration feature. ![objective_c_icon] Screenshots
- [TextMate](https://github.com/textmate/textmate) - TextMate is a graphical text editor for macOS. ![objective_c_icon] Screenshots
- [VimR](https://github.com/qvacua/vimr) - Refined Neovim experience for macOS. ![swift_icon]
From 40f20c9eb2ec78c8d1c642767d6613894e49ed85 Mon Sep 17 00:00:00 2001
From: fivesmallq
Date: Sat, 5 Jan 2019 12:07:37 +0800
Subject: [PATCH 020/641] add Robo 3T (formerly Robomongo)
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index ec9852f..dc802c3 100644
--- a/applications.json
+++ b/applications.json
@@ -789,6 +789,18 @@
],
"category" : "database"
},
+ {
+ "repo_url" : "https://github.com/Studio3T/robomongo",
+ "title" : "Robo 3T",
+ "screenshots" : [
+ "https://robomongo.org/static/screens-transparent-6e2a44fd.png"
+ ],
+ "short_description" : "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
+ "languages" : [
+ "c++"
+ ],
+ "category" : "database"
+ },
{
"repo_url" : "https://github.com/simplerocket-llc/OpenCashew",
"title" : "Cashew",
From 8bc2f92648885ca58c32b383daaf87ada4034097 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 10 Jan 2019 17:29:32 +0200
Subject: [PATCH 021/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index dc802c3..f906585 100644
--- a/applications.json
+++ b/applications.json
@@ -797,7 +797,7 @@
],
"short_description" : "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
"languages" : [
- "c++"
+ "cpp"
],
"category" : "database"
},
From 1156ca2a247c5f9c6b3d26e8b2a3b8fcdeda24f1 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 10 Jan 2019 17:35:04 +0200
Subject: [PATCH 022/641] Fix link issue
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index ec9852f..96d7fae 100644
--- a/applications.json
+++ b/applications.json
@@ -945,7 +945,7 @@
"title" : "Streaker",
"screenshots" : [
"https://raw.githubusercontent.com/jamieweavis/streaker/master/././build/icon.png",
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/./screenshot.png"
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menubar.png"
],
"short_description" : "GitHub contribution streak tracking menubar app. ",
"languages" : [
From 146f3b3b4900f301cb5a9edaaf9c9129fbde5615 Mon Sep 17 00:00:00 2001
From: Ryan Delaney
Date: Mon, 14 Jan 2019 17:00:07 -0800
Subject: [PATCH 023/641] Fix spelling
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8e5a414..1392d90 100644
--- a/README.md
+++ b/README.md
@@ -538,7 +538,7 @@ You can see in which language an app is written. Currently there are following l
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon] Screenshots
- [Padlock](https://github.com/padlock/padlock) - A minimal, open source password manager for macOS. ![javascript_icon]
-- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
+- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates percentages. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
@@ -612,4 +612,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
From 0357f8af90931a50f0411fa1542f03c7d5595d7e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 17 Jan 2019 16:44:14 +0200
Subject: [PATCH 024/641] Update Dangerfile
---
Dangerfile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Dangerfile b/Dangerfile
index 62608e5..fa7809d 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -4,9 +4,6 @@ fail 'Please provide a summary in the Pull Request description' if github.pr_bod
# Warn when there are merge commits in the diff
warn 'Please rebase to get rid of the merge commits in this Pull Request' if git.commits.any? { |c| c.message =~ /^Merge branch 'master'/ }
-# Only one library per pull request
-warn 'Too many changes (when adding, please keep it to one project per Pull Request)' if git.insertions > 1
-
# Warn if pull request is not updated
warn 'Please update the Pull Request title to contain the library name' if github.pr_title.include? 'Update README.md'
From 0cdf9e644fabb5614753def398a6c7652cef2d88 Mon Sep 17 00:00:00 2001
From: Vineet Choudhary
Date: Wed, 23 Jan 2019 11:03:21 +0530
Subject: [PATCH 025/641] Update applications.json
---
applications.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 96d7fae..25ddb40 100644
--- a/applications.json
+++ b/applications.json
@@ -1006,7 +1006,9 @@
"repo_url" : "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation",
"title" : "AppBox",
"screenshots" : [
-
+ "https://github.com/getappbox/Home/raw/master/Images/UploadIPA-Dark.png?raw=true",
+ "https://github.com/getappbox/Home/raw/master/Images/Dashboard-Dark.png?raw=true",
+ "https://github.com/getappbox/Home/raw/master/Images/AppURL.png?raw=true"
],
"short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
"languages" : [
From 65eb06005e064181241111c05402b44efe2e1531 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 23 Jan 2019 10:41:36 +0200
Subject: [PATCH 026/641] Update .travis.yml
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index bb8ac3c..e7cc77c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ rvm:
- 2.2
before_script:
- gem install awesome_bot
+ - gem install bundler
- gem install danger
script:
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com
From 47e212eb33612c51000c2f24f1e17afae108e7db Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 23 Jan 2019 10:46:52 +0200
Subject: [PATCH 027/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e7cc77c..e6e07b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: required
language: swift
osx_image: xcode10
rvm:
- - 2.2
+ - 2.3.0
before_script:
- gem install awesome_bot
- gem install bundler
From acd44ef23b16178d69b7631d4ff96347f0d47c9a Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 23 Jan 2019 10:55:41 +0200
Subject: [PATCH 028/641] Fix link issues.
Add http://joshparnham.com to whitelist.
---
.travis.yml | 2 +-
applications.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e6e07b6..14c3bde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com
- danger
after_success:
- swift ./.github/ReadmeGenerator.swift
diff --git a/applications.json b/applications.json
index 96d7fae..cbf684f 100644
--- a/applications.json
+++ b/applications.json
@@ -3449,7 +3449,7 @@
"category" : "productivity"
},
{
- "repo_url" : "https://github.com/abhishekbanthia/Clocker",
+ "repo_url" : "https://github.com/n0shake/Clocker",
"title" : "Clocker",
"screenshots" : [
From 8bcf1de2194c3f050baa72acca67e42c01d11e59 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 23 Jan 2019 12:35:30 +0200
Subject: [PATCH 029/641] Fix 503 https://www.artstation.com/artwork.rss
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index cbf684f..8b603cf 100644
--- a/applications.json
+++ b/applications.json
@@ -5097,7 +5097,7 @@
"screenshots" : [
],
- "short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/artwork.rss). ",
+ "short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ",
"languages" : [
"objective_c"
],
From 45101a04943ddc491482bc42872e121d927cc9fc Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 23 Jan 2019 10:44:57 +0000
Subject: [PATCH 030/641] Generate README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8e5a414..44a70c8 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ You can see in which language an app is written. Currently there are following l
- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon] Screenshots
- [GithubNotify](https://github.com/erik/github-notify) - Simple macOS app to alert you when you have unread GitHub notifications. ![swift_icon]
- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
-- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
+- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon] Screenshots
- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon] Screenshots
- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] Screenshots
@@ -427,7 +427,7 @@ You can see in which language an app is written. Currently there are following l
- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon] Screenshots
- [Cerebro](https://github.com/KELiON/cerebro) - Cross-platform launcher app. ![javascript_icon]
- [ClipMenu](https://github.com/naotaka/ClipMenu) - Clipboard manager for macOS. ![objective_c_icon] Screenshots
-- [Clocker](https://github.com/abhishekbanthia/Clocker) - macOS app to plan and organize through timezones. ![objective_c_icon]
+- [Clocker](https://github.com/n0shake/Clocker) - macOS app to plan and organize through timezones. ![objective_c_icon]
- [ControlPlane](https://github.com/dustinrue/ControlPlane) - Automate running tasks based on where you are or what you do. ![objective_c_icon]
- [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon]
- [KeyHolder](https://github.com/Clipy/KeyHolder) - Record shortcuts in macOS, like Alfred.app. ![swift_icon]
@@ -567,7 +567,7 @@ You can see in which language an app is written. Currently there are following l
### Wallpaper
- [500-mac-wallpaper](https://github.com/cuddlecheek/500-mac-wallpaper) - Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ![swift_icon]
-- [ArtWall](https://github.com/JustinFincher/ASWP-for-macOS) - ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/artwork.rss). ![objective_c_icon]
+- [ArtWall](https://github.com/JustinFincher/ASWP-for-macOS) - ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ![objective_c_icon]
- [Artify](https://github.com/NghiaTranUIT/artify-macos) - A macOS application for bringing dedicatedly 18th century Arts to everyone ![swift_icon] Screenshots
- [BingPaper](https://github.com/pengsrc/BingPaper) - Use Bing daily photo as your wallpaper on macOS. ![swift_icon] Screenshots
- [Desktop Wallpaper Switcher](https://github.com/VioletGiraffe/desktop-wallpaper-switcher) - Win / Linux / macOS tool for managing and cycling desktop wallpapers. ![cpp_icon]
From 40fe64bdd7e1806ffa467f6773912e589f18e837 Mon Sep 17 00:00:00 2001
From: Vineet Choudhary
Date: Wed, 23 Jan 2019 16:17:41 +0530
Subject: [PATCH 031/641] Update applications.json
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index 25ddb40..89a011e 100644
--- a/applications.json
+++ b/applications.json
@@ -1006,9 +1006,9 @@
"repo_url" : "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation",
"title" : "AppBox",
"screenshots" : [
- "https://github.com/getappbox/Home/raw/master/Images/UploadIPA-Dark.png?raw=true",
- "https://github.com/getappbox/Home/raw/master/Images/Dashboard-Dark.png?raw=true",
- "https://github.com/getappbox/Home/raw/master/Images/AppURL.png?raw=true"
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/UploadIPA-Dark.png",
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/Dashboard-Dark.png",
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/AppURL.png"
],
"short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
"languages" : [
From a02782a1860a0bd60e87d9a7a0a7c4736ce361df Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 23 Jan 2019 15:36:47 +0000
Subject: [PATCH 032/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 44a70c8..2294c8b 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,7 @@ You can see in which language an app is written. Currently there are following l
- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon] Screenshots
- [Postgres.app](https://github.com/PostgresApp/PostgresApp) - The easiest way to get started with PostgreSQL on the Mac. ![swift_icon]
- [Redis.app](https://github.com/jpadilla/redisapp) - The easiest way to get started with Redis on the Mac. ![swift_icon] Screenshots
+- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] Screenshots
- [Sequel Pro](https://github.com/sequelpro/sequelpro) - MySQL/MariaDB database management for macOS. ![objective_c_icon] Screenshots
- [mongoDB.app](https://github.com/gcollazo/mongodbapp) - The easiest way to get started with mongoDB on the Mac. ![swift_icon] Screenshots
From d194d9ccaeb38db6d20a87f0e14f13e39658e7c8 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 23 Jan 2019 15:40:28 +0000
Subject: [PATCH 033/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 59ad6b9..2294c8b 100644
--- a/README.md
+++ b/README.md
@@ -539,7 +539,7 @@ You can see in which language an app is written. Currently there are following l
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon] Screenshots
- [Padlock](https://github.com/padlock/padlock) - A minimal, open source password manager for macOS. ![javascript_icon]
-- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates percentages. ![swift_icon]
+- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
@@ -613,4 +613,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
From 0382531e232e1ff92edf03b39609c598e2d4be4d Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 23 Jan 2019 15:46:29 +0000
Subject: [PATCH 034/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2294c8b..104d796 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ You can see in which language an app is written. Currently there are following l
#### iOS / macOS
- [AVXCAssets Generator](https://github.com/angelvasa/AVXCAssets-Generator) - Takes path for your assets images and creates appiconset and imageset for you in just one click. ![swift_icon]
- [Alloy](https://github.com/alexlee002/alloy) - Simple toolkit that makes your iOS / macOS apps development more easier. ![objective_c_icon]
-- [AppBox](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation) - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ![objective_c_icon]
+- [AppBox](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation) - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ![objective_c_icon] Screenshots
- [AppIcons](https://github.com/kuyawa/AppIcons) - Tool for generating icons in all sizes as required by macOS and iOS apps. ![swift_icon] Screenshots
- [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - Gives you indication about the average iOS / macOS app stores review times. ![swift_icon] Screenshots
- [AppleTrace](https://github.com/everettjf/AppleTrace) - Trace tool for iOS/macOS. ![objective_c_icon]
From c4e7272ca51ed4f417f2ea3b303077500055726c Mon Sep 17 00:00:00 2001
From: Liam Rosenfeld
Date: Sat, 26 Jan 2019 16:07:52 -0500
Subject: [PATCH 035/641] Added Iconology
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index 200b30a..09bb11d 100644
--- a/applications.json
+++ b/applications.json
@@ -2402,6 +2402,18 @@
],
"category" : "images"
},
+ {
+ "repo_url" : "https://github.com/liamrosenfeld/Iconology",
+ "title" : "Iconology",
+ "screenshots" : [
+
+ ],
+ "short_description" : "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "images"
+ },
{
"repo_url" : "https://github.com/kornelski/ImageAlpha",
"title" : "ImageAlpha",
From 656d2e682ff1d8bf026cf4081eab94af4ccaf5bf Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 15 Feb 2019 18:01:16 +0200
Subject: [PATCH 036/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 200b30a..722a4e9 100644
--- a/applications.json
+++ b/applications.json
@@ -2742,7 +2742,7 @@
"category" : "menubar"
},
{
- "repo_url" : "https://github.com/Moneypulation/iGlance",
+ "repo_url" : "https://github.com/iglance/iGlance",
"title" : "iGlance",
"screenshots" : [
From 1a4a41cb509d6bc33a9f12e031a72d167c6f0e09 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 15 Feb 2019 16:11:08 +0000
Subject: [PATCH 037/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 104d796..3c571b6 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,7 @@ You can see in which language an app is written. Currently there are following l
- [Crunch](https://github.com/chrissimpkins/Crunch) - Insane(ly slow but wicked good) PNG image optimization. ![python_icon]
- [Freehand](https://github.com/wddwycc/Freehand) - macOS Status Bar App for quick sketch. ![swift_icon] Screenshots
- [Gimp](https://github.com/GNOME/gimp) - Gimp is GNU Image Manipulation Program. ![c_icon]
+- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes. ![swift_icon]
- [ImageAlpha](https://github.com/kornelski/ImageAlpha) - Mac GUI for pngquant, pngnq and posterizer. ![objective_c_icon] ![python_icon] Screenshots
- [Imagine](https://github.com/meowtec/Imagine) - Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ![type_script_icon]
- [Katana](https://github.com/bluegill/katana) - Katana is a simple screenshot utility for macOS that lives in your menubar. ![javascript_icon] ![css_icon]
@@ -364,7 +365,7 @@ You can see in which language an app is written. Currently there are following l
- [SensibleSideButtons](https://github.com/archagon/sensible-side-buttons) - Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps. ![objective_c_icon] ![c_icon]
- [Shifty](https://github.com/thompsonate/Shifty) - macOS menu bar app that gives you more control over Night Shift. ![swift_icon] Screenshots
- [gSwitch](https://github.com/CodySchrank/gSwitch) - macOS status bar app that allows control over the gpu on dual gpu macbooks. ![swift_icon]
-- [iGlance](https://github.com/Moneypulation/iGlance) - macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ![swift_icon]
+- [iGlance](https://github.com/iglance/iGlance) - macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ![swift_icon]
### Music
- [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app that stays in the menu bar of macOS. ![c_sharp_icon]
From 1f7fa88e662b12a9ad754fa6b6aa874219d25686 Mon Sep 17 00:00:00 2001
From: Martin Miksik
Date: Sat, 16 Feb 2019 15:31:13 +0100
Subject: [PATCH 038/641] Update applications.json
---
applications.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/applications.json b/applications.json
index 5edd5d3..b301f07 100644
--- a/applications.json
+++ b/applications.json
@@ -5252,6 +5252,19 @@
"objective_c"
],
"category" : "window-management"
+ },
+ {
+ "repo_url" : "https://github.com/mamiksik/Desktop-Profiles",
+ "title" : "Desktop Profiles",
+ "screenshots" : [
+ "https://github.com/mamiksik/Desktop-Profiles/blob/master/doc_assets/Themes.gif?raw=true",
+ "https://github.com/mamiksik/Desktop-Profiles/blob/master/doc_assets/iTerm.gif?raw=true"
+ ],
+ "short_description" : "An innovative desktop/window manager for macOS",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "window-management"
},
{
"repo_url" : "https://github.com/koekeishiya/chunkwm",
From 31fabe8a2b2c72dacff326bbe291c070ebaf762d Mon Sep 17 00:00:00 2001
From: Martin Miksik
Date: Sat, 16 Feb 2019 23:18:05 +0100
Subject: [PATCH 039/641] Update applications.json
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index b301f07..b812c3f 100644
--- a/applications.json
+++ b/applications.json
@@ -5257,8 +5257,8 @@
"repo_url" : "https://github.com/mamiksik/Desktop-Profiles",
"title" : "Desktop Profiles",
"screenshots" : [
- "https://github.com/mamiksik/Desktop-Profiles/blob/master/doc_assets/Themes.gif?raw=true",
- "https://github.com/mamiksik/Desktop-Profiles/blob/master/doc_assets/iTerm.gif?raw=true"
+ "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/Themes.gif",
+ "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/iTerm.gif"
],
"short_description" : "An innovative desktop/window manager for macOS",
"languages" : [
From f84f8143a8c46d4ece79659e04a5c70765d0dbc4 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 18 Feb 2019 11:37:44 +0000
Subject: [PATCH 040/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3c571b6..3230694 100644
--- a/README.md
+++ b/README.md
@@ -583,6 +583,7 @@ You can see in which language an app is written. Currently there are following l
### Window Management
- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon] Screenshots
- [AppGrid](https://github.com/sdegutis/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon] Screenshots
+- [Desktop Profiles](https://github.com/mamiksik/Desktop-Profiles) - An innovative desktop/window manager for macOS ![swift_icon] Screenshots
- [Hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua. ![lua_icon] ![objective_c_icon]
- [Phoenix](https://github.com/kasper/phoenix) - Lightweight macOS window and app manager scriptable with JavaScript. ![objective_c_icon] Screenshots
- [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing windows size and position. ![objective_c_icon] Screenshots
From 3d6098e991ae1bf58cb34851ff81cdbe89382ef9 Mon Sep 17 00:00:00 2001
From: Dots Util
Date: Sun, 24 Feb 2019 06:09:02 +0200
Subject: [PATCH 041/641] Add HoRNDIS
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index b812c3f..bf3f4b9 100644
--- a/applications.json
+++ b/applications.json
@@ -4133,6 +4133,18 @@
],
"category" : "system"
},
+ {
+ "repo_url" : "https://github.com/jwise/HoRNDIS",
+ "title" : "HoRNDIS",
+ "screenshots" : [
+
+ ],
+ "short_description" : "Android USB tethering driver for macOS. ",
+ "languages" : [
+ "cpp"
+ ],
+ "category" : "system"
+ },
{
"repo_url" : "https://github.com/brianmichel/Juice",
"title" : "Juice",
From 74cf3b45c049669e7168ad20c74ed6af5ea86a12 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 1 Mar 2019 11:21:57 +0200
Subject: [PATCH 042/641] Fix screenshots for
https://github.com/jamieweavis/streaker
---
applications.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index bf3f4b9..885ccbe 100644
--- a/applications.json
+++ b/applications.json
@@ -957,7 +957,8 @@
"title" : "Streaker",
"screenshots" : [
"https://raw.githubusercontent.com/jamieweavis/streaker/master/././build/icon.png",
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menubar.png"
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
],
"short_description" : "GitHub contribution streak tracking menubar app. ",
"languages" : [
From 63bffce19d9aa9a52e8a857eede9aa16fd925720 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 1 Mar 2019 11:27:26 +0200
Subject: [PATCH 043/641] Remove inkscape
---
applications.json | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/applications.json b/applications.json
index 885ccbe..a368a4d 100644
--- a/applications.json
+++ b/applications.json
@@ -2232,18 +2232,6 @@
],
"category" : "graphics"
},
- {
- "repo_url" : "https://gitlab.com/inkscape/inkscape",
- "title" : "Inkscape",
- "screenshots" : [
-
- ],
- "short_description" : "Inkscape is professional quality vector graphics software. ",
- "languages" : [
- "cpp"
- ],
- "category" : "graphics"
- },
{
"repo_url" : "https://github.com/dsward2/macSVG",
"title" : "macSVG",
From a6842c14459e5f16f027c83812d7442e790fad94 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 1 Mar 2019 09:30:47 +0000
Subject: [PATCH 044/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3230694..2c7e001 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ You can see in which language an app is written. Currently there are following l
- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon] Screenshots
- [GithubNotify](https://github.com/erik/github-notify) - Simple macOS app to alert you when you have unread GitHub notifications. ![swift_icon]
- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
-- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
+- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon] Screenshots
- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon] Screenshots
- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] Screenshots
@@ -306,7 +306,6 @@ You can see in which language an app is written. Currently there are following l
- [Gifcurry](https://github.com/lettier/gifcurry) - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ![haskell_icon] Screenshots
- [Gifski](https://github.com/sindresorhus/gifski-app) - Convert videos to high-quality GIFs. ![swift_icon] Screenshots
- [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon] Screenshots
-- [Inkscape](https://gitlab.com/inkscape/inkscape) - Inkscape is professional quality vector graphics software. ![cpp_icon]
- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon] Screenshots
- [Pencil2D Animation](https://github.com/pencil2d/pencil) - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ![cpp_icon]
- [ScreenToLayers for macOS](https://github.com/duyquoc/ScreenToLayers) - ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file. ![objective_c_icon] ![css_icon] Screenshots
@@ -494,6 +493,7 @@ You can see in which language an app is written. Currently there are following l
- [DisableMonitor](https://github.com/Eun/DisableMonitor) - Easily disable or enable a monitor on your Mac. ![objective_c_icon]
- [EtreCheck](https://github.com/etresoft/EtreCheck) - EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ![objective_c_icon]
- [Fanny](https://github.com/DanielStormApps/Fanny) - Monitor your Mac's fan speed and CPU temperature from your Notification Center. ![objective_c_icon] Screenshots
+- [HoRNDIS](https://github.com/jwise/HoRNDIS) - Android USB tethering driver for macOS. ![cpp_icon]
- [Juice](https://github.com/brianmichel/Juice) - Make your battery information a bit more interesting. ![swift_icon] Screenshots
- [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevents your Mac from going to sleep. ![objective_c_icon] Screenshots
- [Latest](https://github.com/mangerlahn/Latest) - Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ![swift_icon] Screenshots
From 67e9152b50a49592b1b907b8f4cba1a62cc08768 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 4 Mar 2019 13:50:27 +0200
Subject: [PATCH 045/641] Add Conferences.digital
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index a368a4d..cd0cf5b 100644
--- a/applications.json
+++ b/applications.json
@@ -5381,6 +5381,18 @@
"objective_c"
],
"category" : "text"
+ },
+ {
+ "repo_url" : "https://github.com/zagahr/Conferences.digital",
+ "title" : "Conferences.digital",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/zagahr/Conferences.digital/master/.github/screenshot.png"
+ ],
+ "short_description" : "Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "video"
}
]
}
From eba6258c1b1df73839b09979e9b8b029c01515dc Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 4 Mar 2019 13:34:27 +0000
Subject: [PATCH 046/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2c7e001..342f022 100644
--- a/README.md
+++ b/README.md
@@ -555,6 +555,7 @@ You can see in which language an app is written. Currently there are following l
### Video
- [Acid.Cam.v2.OSX](https://github.com/lostjared/Acid.Cam.v2.OSX) - Acid Cam v2 for macOS distorts video to create art. ![cpp_icon]
- [AppleEvents](https://github.com/insidegui/AppleEvents) - Unofficial Apple Events app for macOS. ![objective_c_icon]
+- [Conferences.digital](https://github.com/zagahr/Conferences.digital) - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac. ![swift_icon] Screenshots
- [Datamosh](https://github.com/roecrew/Datamosh) - Datamosh your videos on macOS. ![swift_icon] Screenshots
- [Face Data](https://github.com/xiaohk/FaceData) - macOS application used to auto-annotate landmarks from a video. ![swift_icon] Screenshots
- [Gifted](https://github.com/vdel26/gifted) - Turn any short video into an animated GIF quickly and easily. ![objective_c_icon]
From d57908957d1a77efe46efb7ef8212695ed4434c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20Gene=C5=9F?=
Date: Thu, 7 Mar 2019 01:50:07 +0300
Subject: [PATCH 047/641] added Resizr
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 342f022..04ffc7b 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,7 @@ You can see in which language an app is written. Currently there are following l
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon] Screenshots
- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
+- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon] Screenshots
- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon] Screenshots
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon] Screenshots
@@ -616,4 +617,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
From 3dd916130a6c968c30378f80b3e185e66990a04d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20Gene=C5=9F?=
Date: Thu, 7 Mar 2019 14:24:02 +0300
Subject: [PATCH 048/641] Update applications.json
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index cd0cf5b..31bd871 100644
--- a/applications.json
+++ b/applications.json
@@ -1430,6 +1430,18 @@
],
"category" : "ios--macos"
},
+ {
+ "repo_url" : "https://github.com/onurgenes/Resizr",
+ "title" : "Resizr",
+ "screenshots" : [
+
+ ],
+ "short_description" : "MacOS application for creating AppIcon for iOS and Android apps.",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "ios--macos"
+ },
{
"repo_url" : "https://github.com/shaojiankui/SmartPush",
"title" : "SmartPush",
From 91f037571d2eac77f89187c118a42b11ae4ff2f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Onur=20Gene=C5=9F?=
Date: Thu, 7 Mar 2019 14:25:35 +0300
Subject: [PATCH 049/641] fixed order
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 04ffc7b..204fae9 100644
--- a/README.md
+++ b/README.md
@@ -229,12 +229,12 @@ You can see in which language an app is written. Currently there are following l
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon] Screenshots
-- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
-- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
+- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon] Screenshots
- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon] Screenshots
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon] Screenshots
- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon] Screenshots
+- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon] Screenshots
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
From 2850675abc11ed46893d9caa779a720c906f410d Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 7 Mar 2019 13:56:37 +0200
Subject: [PATCH 050/641] Update applications.json
---
applications.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/applications.json b/applications.json
index cd0cf5b..6992f61 100644
--- a/applications.json
+++ b/applications.json
@@ -956,7 +956,6 @@
"repo_url" : "https://github.com/jamieweavis/streaker",
"title" : "Streaker",
"screenshots" : [
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/././build/icon.png",
"https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
"https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
],
From 08af326755cf2c60c5f69457cb53f0f50cf4d832 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 7 Mar 2019 13:58:49 +0000
Subject: [PATCH 051/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 342f022..1f4b0ac 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ You can see in which language an app is written. Currently there are following l
- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon] Screenshots
- [GithubNotify](https://github.com/erik/github-notify) - Simple macOS app to alert you when you have unread GitHub notifications. ![swift_icon]
- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
-- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
+- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon] Screenshots
- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon] Screenshots
- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] Screenshots
From b93bac69082b28858d43806bc35faea3adacc2ec Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 13 Mar 2019 16:52:54 +0200
Subject: [PATCH 052/641] Update applications.json
---
applications.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/applications.json b/applications.json
index 6992f61..5fd2476 100644
--- a/applications.json
+++ b/applications.json
@@ -802,7 +802,7 @@
"category" : "database"
},
{
- "repo_url" : "https://github.com/simplerocket-llc/OpenCashew",
+ "repo_url" : "https://github.com/jensteichert/OpenCashew",
"title" : "Cashew",
"screenshots" : [
@@ -1890,11 +1890,11 @@
"category" : "markdown"
},
{
- "repo_url" : "https://github.com/lukakerr/twig",
- "title" : "Twig",
+ "repo_url" : "https://github.com/lukakerr/Pine",
+ "title" : "Pine",
"screenshots" : [
"https://i.imgur.com/ptzSBmo.jpg",
- "https://raw.githubusercontent.com/lukakerr/twig/master/./Twig/Assets.xcassets/AppIcon.appiconset/twig-512.png"
+ "https://raw.githubusercontent.com/lukakerr/Pine/master/./Twig/Assets.xcassets/AppIcon.appiconset/twig-512.png"
],
"short_description" : "A modern MacOS markdown editor. ",
"languages" : [
From b78ae7689acf90c57f53701f1c5741451546b706 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 13 Mar 2019 16:54:59 +0200
Subject: [PATCH 053/641] Update applications.json
---
applications.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 5fd2476..653bf65 100644
--- a/applications.json
+++ b/applications.json
@@ -1894,7 +1894,8 @@
"title" : "Pine",
"screenshots" : [
"https://i.imgur.com/ptzSBmo.jpg",
- "https://raw.githubusercontent.com/lukakerr/Pine/master/./Twig/Assets.xcassets/AppIcon.appiconset/twig-512.png"
+ "https://camo.githubusercontent.com/14fd8828c4ab0e59f62cd7457fff295fe8113f26/68747470733a2f2f692e696d6775722e636f6d2f767841614e65582e706e67",
+ "https://camo.githubusercontent.com/77b139742c8d23e154de89331b5fcfd3672878bf/68747470733a2f2f692e696d6775722e636f6d2f354c51314c6c342e706e67"
],
"short_description" : "A modern MacOS markdown editor. ",
"languages" : [
From 3533f68bce20644c1e408f81dfce60caed4640d3 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 18 Mar 2019 11:52:07 +0200
Subject: [PATCH 054/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 653bf65..06d0fdf 100644
--- a/applications.json
+++ b/applications.json
@@ -3413,7 +3413,7 @@
"screenshots" : [
"https://raw.githubusercontent.com/phranck/podlive-macos/master/screenshot1.png"
],
- "short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via [Ultraschall](https://ultraschall.fm) with [Studio Link On Air](https://studio-link.de). ",
+ "short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ",
"languages" : [
"objective_c"
],
From 65bf505b06ae8e4f6fa4bfd96b3ec66869292044 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 18 Mar 2019 09:55:23 +0000
Subject: [PATCH 055/641] Generate README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1f4b0ac..34262b5 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ You can see in which language an app is written. Currently there are following l
### Development
#### Git
-- [Cashew](https://github.com/simplerocket-llc/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon]
+- [Cashew](https://github.com/jensteichert/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon]
- [GPM](https://github.com/mtgto/GPM) - macOS application for easily operating GitHub Projects. ![swift_icon]
- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![type_script_icon] Screenshots
- [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon] Screenshots
@@ -266,7 +266,7 @@ You can see in which language an app is written. Currently there are following l
- [Gingko](https://github.com/gingko/client) - Tree-structured markdown editor for macOS, Windows, and Linux. ![elm_icon] Screenshots
- [MacDown](https://github.com/MacDownApp/macdown) - Markdown editor for macOS. ![objective_c_icon]
- [Mark Text](https://github.com/marktext/marktext/) - Realtime preview markdown editor for macOS Windows and Linux. ![javascript_icon]
-- [Twig](https://github.com/lukakerr/twig) - A modern MacOS markdown editor. ![swift_icon] Screenshots
+- [Pine](https://github.com/lukakerr/Pine) - A modern MacOS markdown editor. ![swift_icon] Screenshots
#### TeX
- [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon] Screenshots
@@ -421,7 +421,7 @@ You can see in which language an app is written. Currently there are following l
### Podcast
- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon] Screenshots
- [PodcastMenu](https://github.com/insidegui/PodcastMenu) - PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ![swift_icon]
-- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via [Ultraschall](https://ultraschall.fm) with [Studio Link On Air](https://studio-link.de). ![objective_c_icon] Screenshots
+- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ![objective_c_icon] Screenshots
- [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon]
### Productivity
From 8119d93b981cf01b28891735fdb182d3fd549729 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 18 Mar 2019 10:00:09 +0000
Subject: [PATCH 056/641] Generate README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 71bee43..07100d7 100644
--- a/README.md
+++ b/README.md
@@ -229,12 +229,12 @@ You can see in which language an app is written. Currently there are following l
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon] Screenshots
-- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
+- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon] Screenshots
- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon] Screenshots
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon] Screenshots
- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon] Screenshots
-- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
+- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon] Screenshots
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
@@ -617,4 +617,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
From 3ec87f265f454ca6b9a45c14d6abcd1049df708c Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 20 Mar 2019 16:09:09 +0200
Subject: [PATCH 057/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 14c3bde..94079fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: required
language: swift
osx_image: xcode10
rvm:
- - 2.3.0
+ - 2.4.1
before_script:
- gem install awesome_bot
- gem install bundler
From 63ebbb26450dfc0428778b98441a7e27f07a6a9f Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 22 Mar 2019 02:14:15 +0200
Subject: [PATCH 058/641] Update ReadmeGenerator.swift
---
.github/ReadmeGenerator.swift | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/ReadmeGenerator.swift b/.github/ReadmeGenerator.swift
index e2da173..1b0be64 100644
--- a/.github/ReadmeGenerator.swift
+++ b/.github/ReadmeGenerator.swift
@@ -272,7 +272,7 @@ extension JSONApplication {
}
markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)")
-
+ /*
if self.screenshots.count > 0 {
var screenshotsString = String.empty
screenshotsString += (String.space + Constants.detailsBeginString + String.space)
@@ -282,6 +282,7 @@ extension JSONApplication {
screenshotsString += (String.space + Constants.detailsEndString + String.space)
markdownDescription.append(screenshotsString)
}
+ */
return markdownDescription
}
}
From 501c3430abf75ec2d8b94e9f63c623ca3e23131a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 22 Mar 2019 00:21:55 +0000
Subject: [PATCH 059/641] Generate README
---
README.md | 436 +++++++++++++++++++++++++++---------------------------
1 file changed, 218 insertions(+), 218 deletions(-)
diff --git a/README.md b/README.md
index 07100d7..d614279 100644
--- a/README.md
+++ b/README.md
@@ -87,172 +87,172 @@ You can see in which language an app is written. Currently there are following l
## Applications
### Audio
-- [AUHost](https://github.com/vgorloff/AUHost) - Application which hosts AudioUnits v3 using AVFoundation API. ![swift_icon] Screenshots
-- [Aural Player](https://github.com/maculateConception/aural-player) - Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ![swift_icon] Screenshots
-- [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ![cpp_icon] Screenshots
-- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon] Screenshots
-- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon] Screenshots
-- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon] Screenshots
-- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon] Screenshots
-- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon] Screenshots
-- [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon] Screenshots
-- [SBPlayer](https://github.com/shibiao/SBPlayerClient) - SBPlayer is a beautiful and powerful media player base on VLCKit. ![objective_c_icon] Screenshots
-- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon] Screenshots
-- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon] Screenshots
-- [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. ![objective_c_icon] ![swift_icon] Screenshots
+- [AUHost](https://github.com/vgorloff/AUHost) - Application which hosts AudioUnits v3 using AVFoundation API. ![swift_icon]
+- [Aural Player](https://github.com/maculateConception/aural-player) - Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ![swift_icon]
+- [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ![cpp_icon]
+- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
+- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon]
+- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
+- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
+- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon]
+- [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon]
+- [SBPlayer](https://github.com/shibiao/SBPlayerClient) - SBPlayer is a beautiful and powerful media player base on VLCKit. ![objective_c_icon]
+- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon]
+- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon]
+- [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. ![objective_c_icon] ![swift_icon]
- [SpotSpot](https://github.com/will-stone/SpotSpot) - Spotify mini-player for macOS. ![javascript_icon]
-- [Suohai](https://github.com/Sunnyyoung/Suohai) - Audio input/output source lock for macOS. ![swift_icon] Screenshots
-- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] Screenshots
-- [[Un]MuteMic](https://github.com/CocoaHeadsBrasil/MuteUnmuteMic) - macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters. ![objective_c_icon] ![c_icon] Screenshots
-- [eqMac2](https://github.com/nodeful/eqMac2) - System-Wide Equalizer for the Mac. ![cpp_icon] Screenshots
-- [fre:ac](https://github.com/enzo1982/freac) - The fre:ac audio converter project. ![cpp_icon] Screenshots
-- [iTunes-Volume-Control](https://github.com/alberti42/iTunes-Volume-Control) - This app allows you to control the iTunes volume using volume up and volume down hotkeys. ![objective_c_icon] Screenshots
-- [jmc](https://github.com/jcm93/jmc) - jmc is new macOS media organizer. ![swift_icon] Screenshots
-- [waveSDR](https://github.com/getoffmyhack/waveSDR) - macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ![swift_icon] Screenshots
+- [Suohai](https://github.com/Sunnyyoung/Suohai) - Audio input/output source lock for macOS. ![swift_icon]
+- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon]
+- [[Un]MuteMic](https://github.com/CocoaHeadsBrasil/MuteUnmuteMic) - macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters. ![objective_c_icon] ![c_icon]
+- [eqMac2](https://github.com/nodeful/eqMac2) - System-Wide Equalizer for the Mac. ![cpp_icon]
+- [fre:ac](https://github.com/enzo1982/freac) - The fre:ac audio converter project. ![cpp_icon]
+- [iTunes-Volume-Control](https://github.com/alberti42/iTunes-Volume-Control) - This app allows you to control the iTunes volume using volume up and volume down hotkeys. ![objective_c_icon]
+- [jmc](https://github.com/jcm93/jmc) - jmc is new macOS media organizer. ![swift_icon]
+- [waveSDR](https://github.com/getoffmyhack/waveSDR) - macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ![swift_icon]
### Backup
- [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon]
- [UrBackup](https://github.com/uroni/urbackup_backend) - UrBackup is Client/Server network backup for Windows, macOS and Linux. ![cpp_icon] ![c_icon]
-- [shallow-backup](https://github.com/alichtman/shallow-backup) - Easily create lightweight documentation of installed applications, dotfiles, and more. ![python_icon] Screenshots
+- [shallow-backup](https://github.com/alichtman/shallow-backup) - Easily create lightweight documentation of installed applications, dotfiles, and more. ![python_icon]
### Browser
-- [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![javascript_icon] Screenshots
+- [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![javascript_icon]
- [Brave Browser](https://github.com/brave/browser-laptop) - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ![javascript_icon]
- [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon]
-- [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon] Screenshots
-- [Kaktus Browser](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon] Screenshots
+- [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon]
+- [Kaktus Browser](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon]
- [browserosaurus](https://github.com/will-stone/browserosaurus) - macOS tool that prompts you to choose a browser when opening a link. ![javascript_icon]
-- [otter-browser](https://github.com/OtterBrowser/otter-browser) - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ![cpp_icon] Screenshots
+- [otter-browser](https://github.com/OtterBrowser/otter-browser) - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ![cpp_icon]
- [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon]
### Chat
-- [Android Messenger Mac](https://github.com/jake-101/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon] Screenshots
-- [ChitChat](https://github.com/stonesam92/ChitChat) - Native Mac app wrapper for WhatsApp Web. ![objective_c_icon] Screenshots
-- [Electronic WeChat](https://github.com/geeeeeeeeek/electronic-wechat) - Better WeChat on macOS and Linux. ![javascript_icon] Screenshots
-- [Franz](https://github.com/meetfranz/franz) - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon] Screenshots
-- [Google Allo for Desktop](https://github.com/kelyvin/Google-Allo-For-Desktop) - Native macOS & Windows desktop app for Google Allo. ![javascript_icon] Screenshots
-- [GroupMe](https://github.com/dcrousso/GroupMe) - Unofficial GroupMe App. ![javascript_icon] ![css_icon] Screenshots
+- [Android Messenger Mac](https://github.com/jake-101/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon]
+- [ChitChat](https://github.com/stonesam92/ChitChat) - Native Mac app wrapper for WhatsApp Web. ![objective_c_icon]
+- [Electronic WeChat](https://github.com/geeeeeeeeek/electronic-wechat) - Better WeChat on macOS and Linux. ![javascript_icon]
+- [Franz](https://github.com/meetfranz/franz) - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon]
+- [Google Allo for Desktop](https://github.com/kelyvin/Google-Allo-For-Desktop) - Native macOS & Windows desktop app for Google Allo. ![javascript_icon]
+- [GroupMe](https://github.com/dcrousso/GroupMe) - Unofficial GroupMe App. ![javascript_icon] ![css_icon]
- [Riot.im](https://github.com/vector-im/riot-web) - Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ![javascript_icon]
-- [Seaglass](https://github.com/neilalexander/seaglass) - A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ![swift_icon] Screenshots
+- [Seaglass](https://github.com/neilalexander/seaglass) - A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ![swift_icon]
- [Signal Desktop](https://github.com/signalapp/Signal-Desktop) - Electron app that links with your Signal Android or Signal iOS app. ![javascript_icon]
- [Telegram](https://github.com/overtake/TelegramSwift) - Source code of Telegram for macOS on Swift. ![swift_icon]
-- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_icon] Screenshots
+- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_icon]
- [Telegram [Deprecated]](https://github.com/overtake/telegram) - Source code of deprecated Telegram for macOS version. ![objective_c_icon]
-- [Textual](https://github.com/Codeux-Software/Textual) - Textual is an IRC client for macOS. ![objective_c_icon] Screenshots
+- [Textual](https://github.com/Codeux-Software/Textual) - Textual is an IRC client for macOS. ![objective_c_icon]
- [Torchat-Mac](https://github.com/javerous/TorChat-Mac) - TorChat for Mac is a macOS native and unofficial port of torchat. ![objective_c_icon]
-- [WhatsAppBar](https://github.com/aldychris/WhatsAppBar) - Send WhatsApp message from menu bar. ![swift_icon] Screenshots
+- [WhatsAppBar](https://github.com/aldychris/WhatsAppBar) - Send WhatsApp message from menu bar. ![swift_icon]
- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![javascript_icon]
### Cryptocurrency
-- [AddressGenerator](https://github.com/onmyway133/AddressGenerator) - macOS app to safely generate cryptocurrency address. ![swift_icon] Screenshots
-- [Balance Open](https://github.com/balance-io/balance-open) - App for all the world’s currencies. ![swift_icon] Screenshots
-- [CoinBar](https://github.com/adamwaite/CoinBar) - macOS menu bar application for tracking crypto coin prices. ![swift_icon] Screenshots
-- [Crypto Bar](https://github.com/geraldoramos/crypto-bar) - macOS menu bar application built with Electron. ![javascript_icon] Screenshots
-- [Float coin](https://github.com/kaunteya/FloatCoin) - Native menu bar app with floating window and support for many Exchanges. ![swift_icon] Screenshots
+- [AddressGenerator](https://github.com/onmyway133/AddressGenerator) - macOS app to safely generate cryptocurrency address. ![swift_icon]
+- [Balance Open](https://github.com/balance-io/balance-open) - App for all the world’s currencies. ![swift_icon]
+- [CoinBar](https://github.com/adamwaite/CoinBar) - macOS menu bar application for tracking crypto coin prices. ![swift_icon]
+- [Crypto Bar](https://github.com/geraldoramos/crypto-bar) - macOS menu bar application built with Electron. ![javascript_icon]
+- [Float coin](https://github.com/kaunteya/FloatCoin) - Native menu bar app with floating window and support for many Exchanges. ![swift_icon]
### Database
-- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - SQLite database management GUI. ![cpp_icon] Screenshots
-- [DBeaver](https://github.com/dbeaver/dbeaver) - Universal database tool and SQL client. ![java_icon] Screenshots
-- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon] Screenshots
+- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - SQLite database management GUI. ![cpp_icon]
+- [DBeaver](https://github.com/dbeaver/dbeaver) - Universal database tool and SQL client. ![java_icon]
+- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon]
- [Postgres.app](https://github.com/PostgresApp/PostgresApp) - The easiest way to get started with PostgreSQL on the Mac. ![swift_icon]
-- [Redis.app](https://github.com/jpadilla/redisapp) - The easiest way to get started with Redis on the Mac. ![swift_icon] Screenshots
-- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] Screenshots
-- [Sequel Pro](https://github.com/sequelpro/sequelpro) - MySQL/MariaDB database management for macOS. ![objective_c_icon] Screenshots
-- [mongoDB.app](https://github.com/gcollazo/mongodbapp) - The easiest way to get started with mongoDB on the Mac. ![swift_icon] Screenshots
+- [Redis.app](https://github.com/jpadilla/redisapp) - The easiest way to get started with Redis on the Mac. ![swift_icon]
+- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon]
+- [Sequel Pro](https://github.com/sequelpro/sequelpro) - MySQL/MariaDB database management for macOS. ![objective_c_icon]
+- [mongoDB.app](https://github.com/gcollazo/mongodbapp) - The easiest way to get started with mongoDB on the Mac. ![swift_icon]
### Development
#### Git
- [Cashew](https://github.com/jensteichert/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon]
- [GPM](https://github.com/mtgto/GPM) - macOS application for easily operating GitHub Projects. ![swift_icon]
-- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![type_script_icon] Screenshots
-- [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon] Screenshots
-- [GitUp](https://github.com/git-up/GitUp) - The Git interface you've been missing all your life has finally arrived. ![objective_c_icon] Screenshots
+- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![type_script_icon]
+- [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon]
+- [GitUp](https://github.com/git-up/GitUp) - The Git interface you've been missing all your life has finally arrived. ![objective_c_icon]
- [GitX](https://github.com/gitx/gitx) - Graphical client for the git version control system. ![objective_c_icon]
-- [Gitee](https://github.com/Nightonke/Gitee) - Gitee, macOS status bar application for Github. ![objective_c_icon] ![swift_icon] Screenshots
-- [Github contributions](https://github.com/remirobert/Github-contributions) - GitHub contributions app, for iOS, WatchOS, and macOS. ![swift_icon] Screenshots
-- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon] Screenshots
+- [Gitee](https://github.com/Nightonke/Gitee) - Gitee, macOS status bar application for Github. ![objective_c_icon] ![swift_icon]
+- [Github contributions](https://github.com/remirobert/Github-contributions) - GitHub contributions app, for iOS, WatchOS, and macOS. ![swift_icon]
+- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon]
- [GithubNotify](https://github.com/erik/github-notify) - Simple macOS app to alert you when you have unread GitHub notifications. ![swift_icon]
- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
-- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon] Screenshots
-- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon] Screenshots
-- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon] Screenshots
-- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] Screenshots
+- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon]
+- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon]
+- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon]
+- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon]
#### JSON Parsing
- [JSON Mapper](https://github.com/AppCraft-LLC/json-mapper) - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon]
-- [JSONExport](https://github.com/Ahmed-Ali/JSONExport) - Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ![swift_icon] Screenshots
+- [JSONExport](https://github.com/Ahmed-Ali/JSONExport) - Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ![swift_icon]
- [j2s](https://github.com/zadr/j2s) - macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ![swift_icon]
#### Other Development
-- [ChefInspector](https://github.com/Yasumoto/ChefInspector) - Node and Attribute viewer for Chef ![swift_icon] Screenshots
+- [ChefInspector](https://github.com/Yasumoto/ChefInspector) - Node and Attribute viewer for Chef ![swift_icon]
- [macho-browser](https://github.com/dcsch/macho-browser) - Browser for macOS Mach-O binaries. ![objective_c_icon]
-- [vegvisir](https://github.com/ant4g0nist/vegvisir) - Browser based GUI for **LLDB** Debugger. ![javascript_icon] Screenshots
+- [vegvisir](https://github.com/ant4g0nist/vegvisir) - Browser based GUI for **LLDB** Debugger. ![javascript_icon]
#### Web Development
-- [CoreOS VM](https://github.com/TheNewNormal/coreos-osx) - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ![objective_c_icon] Screenshots
-- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon] Screenshots
-- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon] Screenshots
-- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon] Screenshots
+- [CoreOS VM](https://github.com/TheNewNormal/coreos-osx) - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ![objective_c_icon]
+- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon]
+- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
+- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
- [Lantern](https://github.com/BurntCaramel/Lantern) - Dedicated Mac app for website auditing and crawling. ![swift_icon]
- [LocalSites](https://github.com/plan44/localSites) - Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ![swift_icon]
-- [Mockup Generator](https://github.com/andypotts/mockup-generator) - Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ![javascript_icon] Screenshots
-- [Now Desktop](https://github.com/zeit/now-desktop) - Create deployments right from the tray menu. ![javascript_icon] Screenshots
-- [aws-s3-uploader](https://github.com/RafalWilinski/s3-uploader) - Simple macOS app for uploading files to Amazon Web Services. ![javascript_icon] Screenshots
+- [Mockup Generator](https://github.com/andypotts/mockup-generator) - Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ![javascript_icon]
+- [Now Desktop](https://github.com/zeit/now-desktop) - Create deployments right from the tray menu. ![javascript_icon]
+- [aws-s3-uploader](https://github.com/RafalWilinski/s3-uploader) - Simple macOS app for uploading files to Amazon Web Services. ![javascript_icon]
- [iTunesConnect](https://github.com/ronakdev/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon]
-- [ndm](https://github.com/720kb/ndm) - Npm desktop GUI. ![javascript_icon] Screenshots
+- [ndm](https://github.com/720kb/ndm) - Npm desktop GUI. ![javascript_icon]
- [nodeScratchpad](https://github.com/vsaravind007/nodeScratchpad) - Evaluate Nodejs/JS code snippets from Menubar. ![swift_icon]
-- [stts](https://github.com/inket/stts) - macOS app for monitoring the status of cloud services. ![swift_icon] Screenshots
+- [stts](https://github.com/inket/stts) - macOS app for monitoring the status of cloud services. ![swift_icon]
#### iOS / macOS
- [AVXCAssets Generator](https://github.com/angelvasa/AVXCAssets-Generator) - Takes path for your assets images and creates appiconset and imageset for you in just one click. ![swift_icon]
- [Alloy](https://github.com/alexlee002/alloy) - Simple toolkit that makes your iOS / macOS apps development more easier. ![objective_c_icon]
-- [AppBox](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation) - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ![objective_c_icon] Screenshots
-- [AppIcons](https://github.com/kuyawa/AppIcons) - Tool for generating icons in all sizes as required by macOS and iOS apps. ![swift_icon] Screenshots
-- [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - Gives you indication about the average iOS / macOS app stores review times. ![swift_icon] Screenshots
+- [AppBox](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation) - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ![objective_c_icon]
+- [AppIcons](https://github.com/kuyawa/AppIcons) - Tool for generating icons in all sizes as required by macOS and iOS apps. ![swift_icon]
+- [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - Gives you indication about the average iOS / macOS app stores review times. ![swift_icon]
- [AppleTrace](https://github.com/everettjf/AppleTrace) - Trace tool for iOS/macOS. ![objective_c_icon]
-- [Asset Catalog Tinkerer](https://github.com/insidegui/AssetCatalogTinkerer) - App that lets you open .car files and browse/extract their images. ![objective_c_icon] ![swift_icon] Screenshots
+- [Asset Catalog Tinkerer](https://github.com/insidegui/AssetCatalogTinkerer) - App that lets you open .car files and browse/extract their images. ![objective_c_icon] ![swift_icon]
- [Assets](https://github.com/athiercelin/Assets) - Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ![swift_icon]
-- [Attabench](https://github.com/attaswift/Attabench) - Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ![swift_icon] Screenshots
-- [Board For GitHub](https://github.com/JustinFincher/BoardForGitHub) - Small application to monitor your GitHub project web page in a native macOS app :octocat:! ![objective_c_icon] Screenshots
-- [Brisk](https://github.com/br1sk/brisk) - macOS app for submitting radars. ![swift_icon] Screenshots
+- [Attabench](https://github.com/attaswift/Attabench) - Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ![swift_icon]
+- [Board For GitHub](https://github.com/JustinFincher/BoardForGitHub) - Small application to monitor your GitHub project web page in a native macOS app :octocat:! ![objective_c_icon]
+- [Brisk](https://github.com/br1sk/brisk) - macOS app for submitting radars. ![swift_icon]
- [Cleaner for Xcode](https://github.com/waylybaye/XcodeCleaner) - Cleaner for Xcode.app built with react-native-macOS. ![objective_c_icon]
-- [CocoaRestClient](https://github.com/mmattozzi/cocoa-rest-client) - Native Apple macOS app for testing HTTP/REST endpoints. ![objective_c_icon] Screenshots
-- [FilterShop](https://github.com/KrisYu/FilterShop) - macOS App to explore CoreImage Filters. ![swift_icon] Screenshots
-- [IconGenerator](https://github.com/onmyway133/IconGenerator) - macOS app to generate app icons. ![javascript_icon] Screenshots
-- [Iconizer](https://github.com/raphaelhanneken/iconizer) - Create Xcode image catalogs (xcassets) on the fly. ![swift_icon] Screenshots
+- [CocoaRestClient](https://github.com/mmattozzi/cocoa-rest-client) - Native Apple macOS app for testing HTTP/REST endpoints. ![objective_c_icon]
+- [FilterShop](https://github.com/KrisYu/FilterShop) - macOS App to explore CoreImage Filters. ![swift_icon]
+- [IconGenerator](https://github.com/onmyway133/IconGenerator) - macOS app to generate app icons. ![javascript_icon]
+- [Iconizer](https://github.com/raphaelhanneken/iconizer) - Create Xcode image catalogs (xcassets) on the fly. ![swift_icon]
- [Icons.app](https://github.com/SAP/macos-icon-generator) - App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ![objective_c_icon]
- [InjectionIII](https://github.com/johnno1962/InjectionIII) - overdue Swift rewrite of Injection. ![objective_c_icon] ![swift_icon]
-- [Knuff](https://github.com/KnuffApp/Knuff) - The debug application for Apple Push Notification Service (APNs). ![objective_c_icon] Screenshots
-- [LayerX](https://github.com/yuhua-chen/LayerX) - Intuitive app to display transparent images on screen. ![swift_icon] Screenshots
+- [Knuff](https://github.com/KnuffApp/Knuff) - The debug application for Apple Push Notification Service (APNs). ![objective_c_icon]
+- [LayerX](https://github.com/yuhua-chen/LayerX) - Intuitive app to display transparent images on screen. ![swift_icon]
- [Localizable.strings](https://github.com/ralcr/Localizable.strings) - Mac app to localize your iOS and macOS projects. ![swift_icon]
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
-- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon] Screenshots
+- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon]
- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
-- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon] Screenshots
-- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon] Screenshots
-- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon] Screenshots
-- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon] Screenshots
+- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon]
+- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon]
+- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon]
+- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon]
- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
-- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon] Screenshots
+- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon]
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
- [TransporterPad](https://github.com/iseebi/TransporterPad) - iOS/Android app deployment tool for macOS. ![swift_icon]
- [WWDC](https://github.com/insidegui/WWDC) - Unofficial WWDC app for macOS. ![swift_icon]
-- [WWDC.srt](https://github.com/ssamadgh/WWDCsrt) - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ![swift_icon] Screenshots
-- [calabash-launcher](https://github.com/xing/calabash-launcher) - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ![swift_icon] Screenshots
-- [iOS Images Extractor](https://github.com/devcxm/iOS-Images-Extractor) - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon] Screenshots
-- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon] Screenshots
+- [WWDC.srt](https://github.com/ssamadgh/WWDCsrt) - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ![swift_icon]
+- [calabash-launcher](https://github.com/xing/calabash-launcher) - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ![swift_icon]
+- [iOS Images Extractor](https://github.com/devcxm/iOS-Images-Extractor) - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon]
+- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon]
- [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ![objective_c_icon]
- [xib2Storyboard](https://github.com/novemberfiveco/xib2Storyboard) - Tool to convert Xcode .xib to .storyboard files. ![objective_c_icon]
### Downloader
- [App Downloader](https://github.com/yep/app-downloader) - Easily search and download macOS apps from the huge `homebrew cask` app catalog. ![swift_icon]
- [Get It](https://github.com/Kevin-De-Koninck/Get-It) - Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ![swift_icon]
-- [Pillager](https://github.com/Pjirlip/Pillager) - macOS Video Downloader written in Swift and Objective-C. ![objective_c_icon] ![swift_icon] Screenshots
-- [YouTube Downloader for macOS](https://github.com/DenBeke/YouTube-Downloader-for-macOS) - Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ![swift_icon] Screenshots
-- [Youtube Downloader](https://github.com/onmyway133/YoutubeDownloader) - macOS app to download Youtube videos. ![swift_icon] Screenshots
+- [Pillager](https://github.com/Pjirlip/Pillager) - macOS Video Downloader written in Swift and Objective-C. ![objective_c_icon] ![swift_icon]
+- [YouTube Downloader for macOS](https://github.com/DenBeke/YouTube-Downloader-for-macOS) - Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ![swift_icon]
+- [Youtube Downloader](https://github.com/onmyway133/YoutubeDownloader) - macOS app to download Youtube videos. ![swift_icon]
- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon]
### Editors
@@ -261,75 +261,75 @@ You can see in which language an app is written. Currently there are following l
- [TableTool](https://github.com/jakob/TableTool) - simple CSV editor for the macOS. ![objective_c_icon]
#### JSON
-- [JSON-Splora](https://github.com/wellsjo/JSON-Splora) - GUI for editing, visualizing, and manipulating JSON data. ![javascript_icon] Screenshots
+- [JSON-Splora](https://github.com/wellsjo/JSON-Splora) - GUI for editing, visualizing, and manipulating JSON data. ![javascript_icon]
#### Markdown
-- [Gingko](https://github.com/gingko/client) - Tree-structured markdown editor for macOS, Windows, and Linux. ![elm_icon] Screenshots
+- [Gingko](https://github.com/gingko/client) - Tree-structured markdown editor for macOS, Windows, and Linux. ![elm_icon]
- [MacDown](https://github.com/MacDownApp/macdown) - Markdown editor for macOS. ![objective_c_icon]
- [Mark Text](https://github.com/marktext/marktext/) - Realtime preview markdown editor for macOS Windows and Linux. ![javascript_icon]
-- [Pine](https://github.com/lukakerr/Pine) - A modern MacOS markdown editor. ![swift_icon] Screenshots
+- [Pine](https://github.com/lukakerr/Pine) - A modern MacOS markdown editor. ![swift_icon]
#### TeX
-- [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon] Screenshots
+- [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon]
#### Text
-- [CotEditor](https://github.com/coteditor/CotEditor) - Lightweight Plain-Text Editor for macOS. ![swift_icon] Screenshots
+- [CotEditor](https://github.com/coteditor/CotEditor) - Lightweight Plain-Text Editor for macOS. ![swift_icon]
- [MacVim](https://github.com/macvim-dev/macvim) - Text editor for macOS. ![c_icon]
-- [Noto](https://github.com/brunophilipe/noto) - Plain text editor for macOS with customizable themes. ![swift_icon] Screenshots
-- [SubEthaEdit](https://github.com/subethaedit/SubEthaEdit) - General purpose plain text editor for macOS. Widely known for its live collaboration feature. ![objective_c_icon] Screenshots
-- [TextMate](https://github.com/textmate/textmate) - TextMate is a graphical text editor for macOS. ![objective_c_icon] Screenshots
+- [Noto](https://github.com/brunophilipe/noto) - Plain text editor for macOS with customizable themes. ![swift_icon]
+- [SubEthaEdit](https://github.com/subethaedit/SubEthaEdit) - General purpose plain text editor for macOS. Widely known for its live collaboration feature. ![objective_c_icon]
+- [TextMate](https://github.com/textmate/textmate) - TextMate is a graphical text editor for macOS. ![objective_c_icon]
- [VimR](https://github.com/qvacua/vimr) - Refined Neovim experience for macOS. ![swift_icon]
### Extensions
-- [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon] Screenshots
+- [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
-- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon] Screenshots
+- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
### Finder
-- [Clipy](https://github.com/Clipy/Clipy) - Clipy is a Clipboard extension app for macOS. ![swift_icon] Screenshots
-- [FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ![swift_icon] Screenshots
+- [Clipy](https://github.com/Clipy/Clipy) - Clipy is a Clipboard extension app for macOS. ![swift_icon]
+- [FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ![swift_icon]
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
-- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon] Screenshots
+- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
### Games
- [Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ![cpp_icon]
- [Boxer](https://github.com/alunbestor/Boxer) - The DOS game emulator that’s fit for your Mac. ![cpp_icon] ![objective_c_icon]
- [Dolphin](https://github.com/dolphin-emu/dolphin) - Powerful emulator for Nintendo GameCube and Wii games. ![cpp_icon]
-- [OpenEmu](https://github.com/OpenEmu/OpenEmu) - Retro video game emulation for macOS. ![objective_c_icon] Screenshots
-- [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) - Re-implementation of RollerCoaster Tycoon 2. ![cpp_icon] Screenshots
-- [Screentendo](https://github.com/AaronRandall/Screentendo) - Turn your screen into a playable level of Mario. ![objective_c_icon] Screenshots
+- [OpenEmu](https://github.com/OpenEmu/OpenEmu) - Retro video game emulation for macOS. ![objective_c_icon]
+- [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) - Re-implementation of RollerCoaster Tycoon 2. ![cpp_icon]
+- [Screentendo](https://github.com/AaronRandall/Screentendo) - Turn your screen into a playable level of Mario. ![objective_c_icon]
- [Stockfish](https://github.com/daylen/stockfish-mac) - Beautiful, powerful chess application. ![cpp_icon] ![objective_c_icon]
### Graphics
- [Aseprite](https://github.com/aseprite/aseprite) - Animated sprite editor & pixel art tool (Windows, macOS, Linux). ![cpp_icon] ![c_icon]
-- [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon] Screenshots
-- [GifCapture](https://github.com/onmyway133/GifCapture) - Gif capture app for macOS. ![swift_icon] Screenshots
-- [Gifcurry](https://github.com/lettier/gifcurry) - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ![haskell_icon] Screenshots
-- [Gifski](https://github.com/sindresorhus/gifski-app) - Convert videos to high-quality GIFs. ![swift_icon] Screenshots
-- [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon] Screenshots
-- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon] Screenshots
+- [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon]
+- [GifCapture](https://github.com/onmyway133/GifCapture) - Gif capture app for macOS. ![swift_icon]
+- [Gifcurry](https://github.com/lettier/gifcurry) - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ![haskell_icon]
+- [Gifski](https://github.com/sindresorhus/gifski-app) - Convert videos to high-quality GIFs. ![swift_icon]
+- [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon]
+- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon]
- [Pencil2D Animation](https://github.com/pencil2d/pencil) - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ![cpp_icon]
-- [ScreenToLayers for macOS](https://github.com/duyquoc/ScreenToLayers) - ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file. ![objective_c_icon] ![css_icon] Screenshots
-- [Sketch Toolbox](https://github.com/buzzfeed/Sketch-Toolbox) - Plugin manager for Sketch.app. ![objective_c_icon] ![c_icon] Screenshots
-- [macSVG](https://github.com/dsward2/macSVG) - macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ![objective_c_icon] Screenshots
+- [ScreenToLayers for macOS](https://github.com/duyquoc/ScreenToLayers) - ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file. ![objective_c_icon] ![css_icon]
+- [Sketch Toolbox](https://github.com/buzzfeed/Sketch-Toolbox) - Plugin manager for Sketch.app. ![objective_c_icon] ![c_icon]
+- [macSVG](https://github.com/dsward2/macSVG) - macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ![objective_c_icon]
### IDE
- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon]
- [Oni](https://github.com/onivim/oni) - Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon] ![javascript_icon] ![type_script_icon]
-- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![type_script_icon] Screenshots
-- [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio) - ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ![lua_icon] Screenshots
+- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![type_script_icon]
+- [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio) - ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ![lua_icon]
### Images
- [APNGb](https://github.com/shgodoroja/APNGb) - macOS app which assembles and disassembles animated png files. ![swift_icon]
- [Crunch](https://github.com/chrissimpkins/Crunch) - Insane(ly slow but wicked good) PNG image optimization. ![python_icon]
-- [Freehand](https://github.com/wddwycc/Freehand) - macOS Status Bar App for quick sketch. ![swift_icon] Screenshots
+- [Freehand](https://github.com/wddwycc/Freehand) - macOS Status Bar App for quick sketch. ![swift_icon]
- [Gimp](https://github.com/GNOME/gimp) - Gimp is GNU Image Manipulation Program. ![c_icon]
- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes. ![swift_icon]
-- [ImageAlpha](https://github.com/kornelski/ImageAlpha) - Mac GUI for pngquant, pngnq and posterizer. ![objective_c_icon] ![python_icon] Screenshots
+- [ImageAlpha](https://github.com/kornelski/ImageAlpha) - Mac GUI for pngquant, pngnq and posterizer. ![objective_c_icon] ![python_icon]
- [Imagine](https://github.com/meowtec/Imagine) - Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ![type_script_icon]
- [Katana](https://github.com/bluegill/katana) - Katana is a simple screenshot utility for macOS that lives in your menubar. ![javascript_icon] ![css_icon]
-- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![swift_icon] Screenshots
-- [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![swift_icon] Screenshots
+- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![swift_icon]
+- [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![swift_icon]
- [WebPonize](https://github.com/1000ch/WebPonize) - WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP. ![swift_icon] ![c_icon]
### Keyboard
@@ -338,32 +338,32 @@ You can see in which language an app is written. Currently there are following l
- [GokuRakuJoudo](https://github.com/yqrashawn/GokuRakuJoudo) - Karabiner-Elements configuration manager, rescue to bloated karabiner.json ![clojure_icon]
- [Karabiner](https://github.com/tekezo/Karabiner) - Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization. ![cpp_icon] ![objective_c_icon]
- [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later. ![cpp_icon] ![objective_c_icon]
-- [Kawa](https://github.com/utatti/kawa) - Better input source switcher for macOS. ![swift_icon] Screenshots
-- [Thor](https://github.com/gbammc/Thor) - Switch the right application ASAP. ![swift_icon] Screenshots
+- [Kawa](https://github.com/utatti/kawa) - Better input source switcher for macOS. ![swift_icon]
+- [Thor](https://github.com/gbammc/Thor) - Switch the right application ASAP. ![swift_icon]
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
-- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] Screenshots
-- [gInbox](https://github.com/chenasraf/gInbox) - Wrapper for Inbox by Gmail. ![swift_icon] Screenshots
+- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon]
+- [gInbox](https://github.com/chenasraf/gInbox) - Wrapper for Inbox by Gmail. ![swift_icon]
### Menubar
- [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon]
- [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_icon]
- [BitBar](https://github.com/matryer/bitbar) - Put the output from any script or program in your macOS Menu Bar. ![objective_c_icon]
-- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ![swift_icon] Screenshots
+- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ![swift_icon]
- [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon]
- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - Simple (bare-bones) macOS menubar extra to apply display presets. ![swift_icon]
- [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![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]
-- [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] Screenshots
+- [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]
- [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon]
-- [Quickeys](https://github.com/alexrosenfeld10/Quickeys) - A mac menu bar app that provides note taking functionality though a quick dropdown menu. ![swift_icon] Screenshots
+- [Quickeys](https://github.com/alexrosenfeld10/Quickeys) - A mac menu bar app that provides note taking functionality though a quick dropdown menu. ![swift_icon]
- [SensibleSideButtons](https://github.com/archagon/sensible-side-buttons) - Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps. ![objective_c_icon] ![c_icon]
-- [Shifty](https://github.com/thompsonate/Shifty) - macOS menu bar app that gives you more control over Night Shift. ![swift_icon] Screenshots
+- [Shifty](https://github.com/thompsonate/Shifty) - macOS menu bar app that gives you more control over Night Shift. ![swift_icon]
- [gSwitch](https://github.com/CodySchrank/gSwitch) - macOS status bar app that allows control over the gpu on dual gpu macbooks. ![swift_icon]
- [iGlance](https://github.com/iglance/iGlance) - macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ![swift_icon]
@@ -371,98 +371,98 @@ You can see in which language an app is written. Currently there are following l
- [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app that stays in the menu bar of macOS. ![c_sharp_icon]
- [ChordDetector](https://github.com/cemolcay/ChordDetector) - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ![swift_icon]
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
-- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon] Screenshots
-- [Spotify-Cli-Mac](https://github.com/ersel/spotify-cli-mac) - Control Spotify without leaving your terminal. :notes: ![javascript_icon] Screenshots
-- [YouTube-Music](https://github.com/steve228uk/YouTube-Music) - macOS wrapper for music.youtube.com. ![swift_icon] Screenshots
-- [iTunes Graphs](https://github.com/Zac-Garby/iTunes-Graphs) - macOS app to visualise your iTunes library as graphs. ![swift_icon] Screenshots
-- [lyricsify](https://github.com/mamal72/lyricsify-mac) - Simple Spotify lyrics viewer menu bar app for macOS in Swift. ![swift_icon] Screenshots
+- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon]
+- [Spotify-Cli-Mac](https://github.com/ersel/spotify-cli-mac) - Control Spotify without leaving your terminal. :notes: ![javascript_icon]
+- [YouTube-Music](https://github.com/steve228uk/YouTube-Music) - macOS wrapper for music.youtube.com. ![swift_icon]
+- [iTunes Graphs](https://github.com/Zac-Garby/iTunes-Graphs) - macOS app to visualise your iTunes library as graphs. ![swift_icon]
+- [lyricsify](https://github.com/mamal72/lyricsify-mac) - Simple Spotify lyrics viewer menu bar app for macOS in Swift. ![swift_icon]
### News
-- [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![swift_icon] Screenshots
+- [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![swift_icon]
- [NetNewsWire](https://github.com/brentsimmons/NetNewsWire) - Feed reader for macOS. ![swift_icon]
- [Vienna](https://github.com/ViennaRSS/vienna-rss) - Vienna is a RSS/Atom newsreader for macOS. ![objective_c_icon]
-- [hacker-menu](https://github.com/jingweno/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon] Screenshots
+- [hacker-menu](https://github.com/jingweno/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon]
### Notes
-- [Boostnote](https://github.com/BoostIO/Boostnote) - Note-taking application made for programmers just like you. ![javascript_icon] Screenshots
-- [FSNotes](https://github.com/glushchenko/fsnotes) - Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ![swift_icon] Screenshots
+- [Boostnote](https://github.com/BoostIO/Boostnote) - Note-taking application made for programmers just like you. ![javascript_icon]
+- [FSNotes](https://github.com/glushchenko/fsnotes) - Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ![swift_icon]
- [FromScratch](https://github.com/Kilian/fromscratch) - Little app that you can use as a quick note taking or todo app. ![javascript_icon] ![css_icon]
- [Jupyter Notebook Viewer](https://github.com/tuxu/nbviewer-app) - Notebook viewer for macOS. ![swift_icon]
-- [NoteTaker](https://github.com/insidegui/NoteTaker) - Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ![swift_icon] Screenshots
+- [NoteTaker](https://github.com/insidegui/NoteTaker) - Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ![swift_icon]
- [Notes](https://github.com/SauvageP/Notes) - Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ![swift_icon]
-- [Simplenote](https://github.com/Automattic/simplenote-macos) - Simplest way to keep notes. ![objective_c_icon] Screenshots
-- [Standard Notes](https://github.com/standardnotes/web) - Safe place for your notes, thoughts, and life's work. ![javascript_icon] ![css_icon] Screenshots
+- [Simplenote](https://github.com/Automattic/simplenote-macos) - Simplest way to keep notes. ![objective_c_icon]
+- [Standard Notes](https://github.com/standardnotes/web) - Safe place for your notes, thoughts, and life's work. ![javascript_icon] ![css_icon]
- [Tusk](https://github.com/klaussinani/tusk) - Unofficial, third-party, community driven Evernote app with a handful of useful features. ![javascript_icon] ![css_icon]
- [joplin](https://github.com/laurent22/joplin) - Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ![javascript_icon]
-- [notable](https://github.com/jmcfarlane/notable) - Simple note taking application. ![javascript_icon] Screenshots
-- [tmpNote](https://github.com/buddax2/tmpNote) - Very simple macOS app to make temporary notes. ![swift_icon] Screenshots
+- [notable](https://github.com/jmcfarlane/notable) - Simple note taking application. ![javascript_icon]
+- [tmpNote](https://github.com/buddax2/tmpNote) - Very simple macOS app to make temporary notes. ![swift_icon]
### Other
-- [Cakebrew](https://github.com/brunophilipe/Cakebrew) - Manage your Homebrew formulas with style using Cakebrew. ![objective_c_icon] Screenshots
-- [DevDocs for macOS](https://github.com/dteoh/devdocs-macos) - An unofficial DevDocs API documentation viewer. ![swift_icon] Screenshots
+- [Cakebrew](https://github.com/brunophilipe/Cakebrew) - Manage your Homebrew formulas with style using Cakebrew. ![objective_c_icon]
+- [DevDocs for macOS](https://github.com/dteoh/devdocs-macos) - An unofficial DevDocs API documentation viewer. ![swift_icon]
- [Gas Mask](https://github.com/2ndalpha/gasmask) - Hosts file manager for macOS. ![objective_c_icon]
- [Hosts](https://github.com/specialunderwear/Hosts.prefpane) - Cocoa GUI for /etc/hosts. ![objective_c_icon]
- [ImageOptim](https://github.com/ImageOptim/ImageOptim) - GUI image optimizer for Mac. ![objective_c_icon]
-- [Keyframes Player](https://github.com/insidegui/KeyframesPlayer) - Simple macOS app to preview animations created with Facebook's keyframes framework. ![swift_icon] Screenshots
+- [Keyframes Player](https://github.com/insidegui/KeyframesPlayer) - Simple macOS app to preview animations created with Facebook's keyframes framework. ![swift_icon]
- [Lepton](https://github.com/hackjutsu/Lepton) - Democratizing Code Snippets Management (macOS/Win/Linux). ![javascript_icon]
-- [Letters](https://github.com/klaaspieter/letters) - Teach your kids the alphabet and how to type. ![swift_icon] Screenshots
+- [Letters](https://github.com/klaaspieter/letters) - Teach your kids the alphabet and how to type. ![swift_icon]
- [Platypus](https://github.com/sveinbjornt/Platypus) - Mac developer tool that creates application bundles from command line scripts. ![objective_c_icon]
- [QorumLogs](https://github.com/goktugyil/QorumLogs) - Swift Logging Utility for Xcode & Google Docs. ![swift_icon]
-- [React Native Debugger](https://github.com/jhen0409/react-native-debugger) - Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ![javascript_icon] Screenshots
+- [React Native Debugger](https://github.com/jhen0409/react-native-debugger) - Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ![javascript_icon]
- [Reactotron](https://github.com/infinitered/reactotron) - Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ![javascript_icon]
-- [RktMachine](https://github.com/woofwoofinc/rktmachine) - Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ![swift_icon] Screenshots
+- [RktMachine](https://github.com/woofwoofinc/rktmachine) - Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ![swift_icon]
- [Ruby.app](https://github.com/gosu/ruby-app) - macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ![ruby_icon]
-- [Shuttle](https://github.com/fitztrev/shuttle) - Simple SSH shortcut menu for macOS. ![objective_c_icon] Screenshots
+- [Shuttle](https://github.com/fitztrev/shuttle) - Simple SSH shortcut menu for macOS. ![objective_c_icon]
- [SwiftyBeaver](https://github.com/SwiftyBeaver/SwiftyBeaver) - Convenient logging during development & release in Swift. ![swift_icon]
- [Unused](https://github.com/jeffhodnett/Unused) - Mac app for checking Xcode projects for unused resources. ![objective_c_icon]
-- [Vagrant Manager](https://github.com/lanayotech/vagrant-manager) - Manage your vagrant machines in one place with Vagrant Manager for macOS. ![objective_c_icon] Screenshots
+- [Vagrant Manager](https://github.com/lanayotech/vagrant-manager) - Manage your vagrant machines in one place with Vagrant Manager for macOS. ![objective_c_icon]
- [macGist](https://github.com/Bunn/macGist) - Simple app to send pasteboard items to GitHub's Gist. ![swift_icon]
-- [syncthing-macosx](https://github.com/syncthing/syncthing-macos) - Frugal nativemacOS macOS Syncthing application bundle. ![objective_c_icon] Screenshots
+- [syncthing-macosx](https://github.com/syncthing/syncthing-macos) - Frugal nativemacOS macOS Syncthing application bundle. ![objective_c_icon]
### Podcast
-- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon] Screenshots
+- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon]
- [PodcastMenu](https://github.com/insidegui/PodcastMenu) - PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ![swift_icon]
-- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ![objective_c_icon] Screenshots
+- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ![objective_c_icon]
- [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon]
### Productivity
-- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon] Screenshots
+- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon]
- [Cerebro](https://github.com/KELiON/cerebro) - Cross-platform launcher app. ![javascript_icon]
-- [ClipMenu](https://github.com/naotaka/ClipMenu) - Clipboard manager for macOS. ![objective_c_icon] Screenshots
+- [ClipMenu](https://github.com/naotaka/ClipMenu) - Clipboard manager for macOS. ![objective_c_icon]
- [Clocker](https://github.com/n0shake/Clocker) - macOS app to plan and organize through timezones. ![objective_c_icon]
- [ControlPlane](https://github.com/dustinrue/ControlPlane) - Automate running tasks based on where you are or what you do. ![objective_c_icon]
- [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon]
- [KeyHolder](https://github.com/Clipy/KeyHolder) - Record shortcuts in macOS, like Alfred.app. ![swift_icon]
- [Kiwix](https://github.com/kiwix/apple) - Kiwix for iOS and macOS, build on Swift. ![swift_icon]
-- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] Screenshots
-- [Maccy](https://github.com/p0deje/Maccy) - Lightweight search-as-you-type clipboard manager. ![swift_icon] Screenshots
+- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon]
+- [Maccy](https://github.com/p0deje/Maccy) - Lightweight search-as-you-type clipboard manager. ![swift_icon]
- [Manta](https://github.com/hql287/Manta) - Flexible invoicing desktop app with beautiful & customizable templates. ![javascript_icon]
-- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon] Screenshots
-- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon] Screenshots
+- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon]
+- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon]
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
-- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![javascript_icon] ![css_icon] Screenshots
+- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
-- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon] Screenshots
+- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
-- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon] Screenshots
-- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon] Screenshots
+- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
+- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
- [Yomu](https://github.com/sendyhalim/Yomu) - Manga reader app for macOS. ![swift_icon]
- [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon]
-- [status-bar-todo](https://github.com/Onix-Systems/osx-status-bar-todo) - Simple macOS app to keep TODO-list in status bar. ![swift_icon] Screenshots
+- [status-bar-todo](https://github.com/Onix-Systems/osx-status-bar-todo) - Simple macOS app to keep TODO-list in status bar. ![swift_icon]
- [stretchly](https://github.com/hovancik/stretchly) - Cross-platform electron app that reminds you to take breaks when working with computer. ![javascript_icon]
### Screensaver
-- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] Screenshots
+- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon]
- [Image-As-Wallpaper](https://github.com/ved62/Image-As-Wallpaper) - Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ![swift_icon]
-- [Irvue](https://github.com/leonspok/Irvue-Screensaver) - Screensaver for macOS. ![objective_c_icon] Screenshots
-- [MusaicFM](https://github.com/docterd/MusaicFM) - iTunes Screensaver Clone for Spotify and Last.fm ![objective_c_icon] Screenshots
-- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon] Screenshots
+- [Irvue](https://github.com/leonspok/Irvue-Screensaver) - Screensaver for macOS. ![objective_c_icon]
+- [MusaicFM](https://github.com/docterd/MusaicFM) - iTunes Screensaver Clone for Spotify and Last.fm ![objective_c_icon]
+- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon]
### Security
- [LuLu](https://github.com/objective-see/LuLu) - LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ![objective_c_icon]
-- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] Screenshots
+- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon]
### Sharing Files
- [Deluge](https://git.deluge-torrent.org/deluge) - Lightweight cross-platform BitTorrent client. ![python_icon]
@@ -476,54 +476,54 @@ You can see in which language an app is written. Currently there are following l
- [Caprine](https://github.com/sindresorhus/caprine#features) - Elegant Facebook Messenger desktop app. ![javascript_icon] ![css_icon]
- [Goofy](https://github.com/danielbuechele/goofy) - Unofficial Facebook Messenger client. ![javascript_icon]
- [Leviathan](https://github.com/Swiftodon/Leviathan) - Leviathan is a iOS and macOS client application for the Mastodon social network. ![swift_icon]
-- [Messenger](https://github.com/rsms/fb-mac-messenger) - macOS app wrapping Facebook's Messenger for desktop. ![objective_c_icon] Screenshots
+- [Messenger](https://github.com/rsms/fb-mac-messenger) - macOS app wrapping Facebook's Messenger for desktop. ![objective_c_icon]
- [Product Hunt](https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO) - share and discover your favorite new products and applications. ![swift_icon]
-- [Quail](https://github.com/1000ch/quail) - Unofficial [esa](https://esa.io) app. ![javascript_icon] Screenshots
+- [Quail](https://github.com/1000ch/quail) - Unofficial [esa](https://esa.io) app. ![javascript_icon]
- [Ramme](https://github.com/terkelg/ramme) - Unofficial Instagram Desktop App. ![javascript_icon] ![css_icon]
-- [Simpo](https://github.com/KeliCheng/Simpo) - macOS menubar app to post status quickly. ![ruby_icon] Screenshots
+- [Simpo](https://github.com/KeliCheng/Simpo) - macOS menubar app to post status quickly. ![ruby_icon]
- [appear.in](https://github.com/vitorgalvao/appear.in) - Unofficial appear.in app. ![javascript_icon]
### Streaming
- [Galeri](https://github.com/michealparks/galeri) - Perpetual artwork streaming app. ![javascript_icon]
### System
-- [AppPolice](https://github.com/fuyu/AppPolice) - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ![objective_c_icon] Screenshots
-- [Apple Juice](https://github.com/raphaelhanneken/apple-juice) - Advanced battery gauge for macOS. ![swift_icon] Screenshots
-- [Clean-Me](https://github.com/Kevin-De-Koninck/Clean-Me) - Small macOS app that acts as a system cleaner (logs, cache, ...). ![swift_icon] Screenshots
-- [Diagnostics](https://github.com/macmade/Diagnostics) - Diagnostics is an application displaying the diagnostic reports from applications on macOS. ![swift_icon] Screenshots
+- [AppPolice](https://github.com/fuyu/AppPolice) - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ![objective_c_icon]
+- [Apple Juice](https://github.com/raphaelhanneken/apple-juice) - Advanced battery gauge for macOS. ![swift_icon]
+- [Clean-Me](https://github.com/Kevin-De-Koninck/Clean-Me) - Small macOS app that acts as a system cleaner (logs, cache, ...). ![swift_icon]
+- [Diagnostics](https://github.com/macmade/Diagnostics) - Diagnostics is an application displaying the diagnostic reports from applications on macOS. ![swift_icon]
- [DisableMonitor](https://github.com/Eun/DisableMonitor) - Easily disable or enable a monitor on your Mac. ![objective_c_icon]
- [EtreCheck](https://github.com/etresoft/EtreCheck) - EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ![objective_c_icon]
-- [Fanny](https://github.com/DanielStormApps/Fanny) - Monitor your Mac's fan speed and CPU temperature from your Notification Center. ![objective_c_icon] Screenshots
+- [Fanny](https://github.com/DanielStormApps/Fanny) - Monitor your Mac's fan speed and CPU temperature from your Notification Center. ![objective_c_icon]
- [HoRNDIS](https://github.com/jwise/HoRNDIS) - Android USB tethering driver for macOS. ![cpp_icon]
-- [Juice](https://github.com/brianmichel/Juice) - Make your battery information a bit more interesting. ![swift_icon] Screenshots
-- [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevents your Mac from going to sleep. ![objective_c_icon] Screenshots
-- [Latest](https://github.com/mangerlahn/Latest) - Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ![swift_icon] Screenshots
-- [Loading](https://github.com/BonzaiThePenguin/Loading) - Simple network activity monitor for macOS. ![objective_c_icon] Screenshots
+- [Juice](https://github.com/brianmichel/Juice) - Make your battery information a bit more interesting. ![swift_icon]
+- [KeepingYouAwake](https://github.com/newmarcel/KeepingYouAwake) - Prevents your Mac from going to sleep. ![objective_c_icon]
+- [Latest](https://github.com/mangerlahn/Latest) - Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ![swift_icon]
+- [Loading](https://github.com/BonzaiThePenguin/Loading) - Simple network activity monitor for macOS. ![objective_c_icon]
- [Overkill](https://github.com/KrauseFx/overkill-for-mac) - Stop iTunes from opening when you connect your iPhone. ![swift_icon]
-- [ProfileCreator](https://github.com/erikberglund/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] Screenshots
-- [Sloth](https://github.com/sveinbjornt/Sloth) - Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ![objective_c_icon] Screenshots
+- [ProfileCreator](https://github.com/erikberglund/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon]
+- [Sloth](https://github.com/sveinbjornt/Sloth) - Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ![objective_c_icon]
- [Turbo Boost Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher) - Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ![objective_c_icon]
-- [VerticalBar](https://github.com/DeromirNeves/VerticalBar) - macOS application to add a vertical bar to Dock. ![swift_icon] Screenshots
+- [VerticalBar](https://github.com/DeromirNeves/VerticalBar) - macOS application to add a vertical bar to Dock. ![swift_icon]
### Terminal
-- [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon] Screenshots
+- [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon]
- [Bifrost](https://github.com/ishuah/bifrost) - A tiny terminal emulator for serial port communication (macOS/Linux). ![go_icon]
-- [Console](https://github.com/macmade/Console) - macOS console application. ![swift_icon] Screenshots
-- [Hyper](https://github.com/zeit/hyper) - Terminal built on web technologies. ![javascript_icon] ![css_icon] Screenshots
+- [Console](https://github.com/macmade/Console) - macOS console application. ![swift_icon]
+- [Hyper](https://github.com/zeit/hyper) - Terminal built on web technologies. ![javascript_icon] ![css_icon]
- [Kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature full, GPU based terminal emulator. ![python_icon] ![c_icon]
- [OpenTerminal](https://github.com/es-kumagai/OpenTerminal) - App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ![swift_icon]
-- [Upterm](https://github.com/railsware/upterm) - A terminal emulator for the 21st century (formerly Black Screen). ![javascript_icon] Screenshots
+- [Upterm](https://github.com/railsware/upterm) - A terminal emulator for the 21st century (formerly Black Screen). ![javascript_icon]
- [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![objective_c_icon]
- [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon]
### Utilities
-- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon] Screenshots
+- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon]
- [Archive Mounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images ![swift_icon]
- [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon]
-- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon] Screenshots
+- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon]
- [Catch](https://github.com/mipstian/catch/) - Catch: Broadcatching made easy. ![swift_icon]
-- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon] Screenshots
-- [Crypter](https://github.com/HR/Crypter) - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ![javascript_icon] Screenshots
+- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon]
+- [Crypter](https://github.com/HR/Crypter) - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ![javascript_icon]
- [ECheck](https://github.com/josejuanqm/ECheck) - Small tool to validate epub files for macOS. ![swift_icon]
- [Funky](https://github.com/thecatalinstan/Funky) - Easily toggle the function key on your Mac on a per app basis. ![objective_c_icon]
- [Gray](https://github.com/zenangst/Gray) - Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ![swift_icon]
@@ -531,15 +531,15 @@ You can see in which language an app is written. Currently there are following l
- [KeePassXC](https://github.com/keepassxreboot/keepassxc) - Cross-platform community-driven port of the Windows application "Keepass Password Safe" ![cpp_icon]
- [KeeWeb](https://github.com/keeweb/keeweb) - Cross-platform password manager compatible with KeePass. ![javascript_icon]
- [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Simple screen and microphone audio recorder for macOS. ![swift_icon]
-- [Life-Calendar](https://github.com/wvdk/Life-Calendar) - Life Calendar. ![swift_icon] Screenshots
-- [Lunar](https://github.com/alin23/lunar) - Intelligent adaptive brightness for your external displays. ![swift_icon] Screenshots
-- [MacPass](https://github.com/MacPass/MacPass) - Native macOS KeePass client. ![objective_c_icon] Screenshots
+- [Life-Calendar](https://github.com/wvdk/Life-Calendar) - Life Calendar. ![swift_icon]
+- [Lunar](https://github.com/alin23/lunar) - Intelligent adaptive brightness for your external displays. ![swift_icon]
+- [MacPass](https://github.com/MacPass/MacPass) - Native macOS KeePass client. ![objective_c_icon]
- [Maria](https://github.com/shincurry/Maria) - macOS native app/widget for aria2 download tool. ![swift_icon]
- [Meme Maker](https://github.com/MemeMaker/Meme-Maker-Mac) - Meme Maker macOS application for meme creation. ![swift_icon]
-- [Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS ![swift_icon] Screenshots
+- [Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS ![swift_icon]
- [Mos](https://github.com/Caldis/Mos) - Smooth your mouse's scrolling and reverse the mouse scroll direction ![swift_icon]
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
-- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon] Screenshots
+- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padlock/padlock) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
@@ -548,7 +548,7 @@ You can see in which language an app is written. Currently there are following l
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
-- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon] Screenshots
+- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
### VPN & Proxy
@@ -556,9 +556,9 @@ You can see in which language an app is written. Currently there are following l
### Video
- [Acid.Cam.v2.OSX](https://github.com/lostjared/Acid.Cam.v2.OSX) - Acid Cam v2 for macOS distorts video to create art. ![cpp_icon]
- [AppleEvents](https://github.com/insidegui/AppleEvents) - Unofficial Apple Events app for macOS. ![objective_c_icon]
-- [Conferences.digital](https://github.com/zagahr/Conferences.digital) - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac. ![swift_icon] Screenshots
-- [Datamosh](https://github.com/roecrew/Datamosh) - Datamosh your videos on macOS. ![swift_icon] Screenshots
-- [Face Data](https://github.com/xiaohk/FaceData) - macOS application used to auto-annotate landmarks from a video. ![swift_icon] Screenshots
+- [Conferences.digital](https://github.com/zagahr/Conferences.digital) - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac. ![swift_icon]
+- [Datamosh](https://github.com/roecrew/Datamosh) - Datamosh your videos on macOS. ![swift_icon]
+- [Face Data](https://github.com/xiaohk/FaceData) - macOS application used to auto-annotate landmarks from a video. ![swift_icon]
- [Gifted](https://github.com/vdel26/gifted) - Turn any short video into an animated GIF quickly and easily. ![objective_c_icon]
- [HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake is a video transcoder available for Linux, Mac, and Windows. ![c_icon]
- [MenuTube](https://github.com/edanchenkov/MenuTube) - Catch YouTube into your macOS menu bar! ![javascript_icon]
@@ -566,29 +566,29 @@ You can see in which language an app is written. Currently there are following l
- [QuickLook Video](https://github.com/Marginal/QLVideo) - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ![objective_c_icon]
- [Subler](https://bitbucket.org/galad87/subler/overview) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
-- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon] Screenshots
+- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
### Wallpaper
- [500-mac-wallpaper](https://github.com/cuddlecheek/500-mac-wallpaper) - Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ![swift_icon]
- [ArtWall](https://github.com/JustinFincher/ASWP-for-macOS) - ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ![objective_c_icon]
-- [Artify](https://github.com/NghiaTranUIT/artify-macos) - A macOS application for bringing dedicatedly 18th century Arts to everyone ![swift_icon] Screenshots
-- [BingPaper](https://github.com/pengsrc/BingPaper) - Use Bing daily photo as your wallpaper on macOS. ![swift_icon] Screenshots
+- [Artify](https://github.com/NghiaTranUIT/artify-macos) - A macOS application for bringing dedicatedly 18th century Arts to everyone ![swift_icon]
+- [BingPaper](https://github.com/pengsrc/BingPaper) - Use Bing daily photo as your wallpaper on macOS. ![swift_icon]
- [Desktop Wallpaper Switcher](https://github.com/VioletGiraffe/desktop-wallpaper-switcher) - Win / Linux / macOS tool for managing and cycling desktop wallpapers. ![cpp_icon]
- [Muzei](https://github.com/naman14/Muzei-macOS) - Muzei wallpaper app for macOS. ![swift_icon]
-- [Satellite Eyes](https://github.com/tomtaylor/satellite-eyes) - macOS app to automatically set your desktop wallpaper to the satellite view overhead. ![objective_c_icon] Screenshots
-- [Sunscreen](https://github.com/davidcelis/Sunscreen) - Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ![swift_icon] Screenshots
+- [Satellite Eyes](https://github.com/tomtaylor/satellite-eyes) - macOS app to automatically set your desktop wallpaper to the satellite view overhead. ![objective_c_icon]
+- [Sunscreen](https://github.com/davidcelis/Sunscreen) - Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ![swift_icon]
- [WallpaperMenu](https://github.com/diogosantos/WallpaperMenu) - macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ![ruby_icon]
- [earth-wallpapers](https://github.com/viatsko/earth-wallpapers) - Simple macOS menubar app which fetches latest photos from a subreddit. ![javascript_icon]
- [pyDailyChanger](https://github.com/IngoHeimbach/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon]
### Window Management
-- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon] Screenshots
-- [AppGrid](https://github.com/sdegutis/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon] Screenshots
-- [Desktop Profiles](https://github.com/mamiksik/Desktop-Profiles) - An innovative desktop/window manager for macOS ![swift_icon] Screenshots
+- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon]
+- [AppGrid](https://github.com/sdegutis/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon]
+- [Desktop Profiles](https://github.com/mamiksik/Desktop-Profiles) - An innovative desktop/window manager for macOS ![swift_icon]
- [Hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua. ![lua_icon] ![objective_c_icon]
-- [Phoenix](https://github.com/kasper/phoenix) - Lightweight macOS window and app manager scriptable with JavaScript. ![objective_c_icon] Screenshots
-- [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing windows size and position. ![objective_c_icon] Screenshots
+- [Phoenix](https://github.com/kasper/phoenix) - Lightweight macOS window and app manager scriptable with JavaScript. ![objective_c_icon]
+- [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing windows size and position. ![objective_c_icon]
- [Slate](https://github.com/jigish/slate) - Window management application (replacement for Divvy/SizeUp/ShiftIt). ![objective_c_icon]
- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon]
- [chunkwm](https://github.com/koekeishiya/chunkwm) - Tiling window manager for macOS that uses a plugin architecture. ![cpp_icon]
From 1efb9945d7a523e95b2a074860a9241bc0558156 Mon Sep 17 00:00:00 2001
From: Vladimir Y
Date: Mon, 1 Apr 2019 14:28:31 +0300
Subject: [PATCH 060/641] add ElectronMail
---
applications.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/applications.json b/applications.json
index d7e17c0..5a68669 100644
--- a/applications.json
+++ b/applications.json
@@ -5405,6 +5405,19 @@
"swift"
],
"category" : "video"
+ },
+ {
+ "repo_url" : "https://github.com/vladimiry/ElectronMail",
+ "title" : "ElectronMail",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/search.gif",
+ "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/export.gif"
+ ],
+ "short_description" : "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
+ "languages" : [
+ "typescript"
+ ],
+ "category" : "mail"
}
]
}
From 60e66a0f76d24f16082c2a478bf1d5f632a7e7e5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 1 Apr 2019 16:26:23 +0000
Subject: [PATCH 061/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index d614279..c69d3c6 100644
--- a/README.md
+++ b/README.md
@@ -343,6 +343,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
+- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![typescript_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
From 0bded6680acb83b6b9be1f65d8054828c4de7d3e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 4 Apr 2019 18:03:21 +0300
Subject: [PATCH 062/641] Update categories.json
---
categories.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/categories.json b/categories.json
index ea7496c..87d7483 100644
--- a/categories.json
+++ b/categories.json
@@ -131,7 +131,7 @@
"description": ""
}, {
"title": "VPN & Proxy",
- "id": "vpn-proxy",
+ "id": "vpn--proxy",
"description": ""
}, {
"title": "Video",
@@ -197,4 +197,4 @@
"description": ""
}
]
-}
\ No newline at end of file
+}
From 69be0c9a31e82f8d6e66af6f0a6736b6337b21d9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 4 Apr 2019 15:10:57 +0000
Subject: [PATCH 063/641] Generate README
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index c69d3c6..e87ac74 100644
--- a/README.md
+++ b/README.md
@@ -553,6 +553,12 @@ You can see in which language an app is written. Currently there are following l
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
### VPN & Proxy
+- [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) - Next Generation of ShadowsocksX. ![swift_icon]
+- [Specht](https://github.com/zhuhaow/Specht) - Rule-based proxy app built with Network Extension for macOS. ![swift_icon]
+- [SpechtLite](https://github.com/zhuhaow/SpechtLite) - Rule-based proxy app for macOS. ![swift_icon]
+- [Tunnelblick](https://github.com/Tunnelblick/Tunnelblick) - Tunnelblick is a graphic user interface for OpenVPN on macOS. ![objective_c_icon]
+- [clashX](https://github.com/yichengchen/clashX) - A rule based custom proxy with GUI for Mac base on clash. ![swift_icon]
+- [rvc-mac](https://github.com/riboseinc/cryptode-mac) - Ribose VPN Client macOS Menu App. ![swift_icon]
### Video
- [Acid.Cam.v2.OSX](https://github.com/lostjared/Acid.Cam.v2.OSX) - Acid Cam v2 for macOS distorts video to create art. ![cpp_icon]
From 2bea6456ec9d87f505aac34ff1f6fe103a860f1a Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 4 Apr 2019 18:31:39 +0300
Subject: [PATCH 064/641] Add Simulator
Add Simulator from - https://github.com/onmyway133/Simulator
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index 5a68669..7efaff0 100644
--- a/applications.json
+++ b/applications.json
@@ -5418,6 +5418,18 @@
"typescript"
],
"category" : "mail"
+ },
+ {
+ "repo_url" : "https://github.com/onmyway133/Simulator",
+ "title" : "Simulator",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/onmyway133/Simulator/master/Screenshots/simulator.png"
+ ],
+ "short_description" : "📱 Navigate to your app folders quickly.",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "ios--macos"
}
]
}
From f79e4b1b16094ada4e91f91003f9a90bfd286ce9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 4 Apr 2019 15:35:06 +0000
Subject: [PATCH 065/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e87ac74..c628c37 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,7 @@ You can see in which language an app is written. Currently there are following l
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon]
- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon]
- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
+- [Simulator](https://github.com/onmyway133/Simulator) - 📱 Navigate to your app folders quickly. ![swift_icon]
- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon]
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
From 5037d4a7f4973531277ddad4667c35169ec98224 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 18 Apr 2019 17:42:09 +0300
Subject: [PATCH 066/641] Add Medis
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index 7efaff0..3eaff01 100644
--- a/applications.json
+++ b/applications.json
@@ -5430,6 +5430,18 @@
"swift"
],
"category" : "ios--macos"
+ },
+ {
+ "repo_url" : "https://github.com/luin/medis",
+ "title" : "Medis",
+ "screenshots" : [
+ "https://camo.githubusercontent.com/94bf1d9f514351e5064e6bf9245fc3a48e2a5a8c/687474703a2f2f6765746d656469732e636f6d2f73637265656e2e706e67"
+ ],
+ "short_description" : "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
+ "languages" : [
+ "javascript"
+ ],
+ "category" : "database"
}
]
}
From 2391c089ddae01eb788c5ca67b50da94a8f1c192 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 18 Apr 2019 14:52:27 +0000
Subject: [PATCH 067/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c628c37..a4c96a8 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,7 @@ You can see in which language an app is written. Currently there are following l
### Database
- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - SQLite database management GUI. ![cpp_icon]
- [DBeaver](https://github.com/dbeaver/dbeaver) - Universal database tool and SQL client. ![java_icon]
+- [Medis](https://github.com/luin/medis) - 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. ![javascript_icon]
- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon]
- [Postgres.app](https://github.com/PostgresApp/PostgresApp) - The easiest way to get started with PostgreSQL on the Mac. ![swift_icon]
- [Redis.app](https://github.com/jpadilla/redisapp) - The easiest way to get started with Redis on the Mac. ![swift_icon]
From e1ad888b1fa413b1961228812d58c277ffb49a45 Mon Sep 17 00:00:00 2001
From: Seonggwon Yoon
Date: Sat, 20 Apr 2019 01:32:24 +0900
Subject: [PATCH 068/641] Fix broken icon
Signed-off-by: Seonggwon Yoon
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a4c96a8..11bb329 100644
--- a/README.md
+++ b/README.md
@@ -345,7 +345,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
-- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![typescript_icon]
+- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
From 4b1b8e132f34f77b2794d736365bb17465ccb528 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 19 Apr 2019 19:14:30 +0000
Subject: [PATCH 069/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 11bb329..a4c96a8 100644
--- a/README.md
+++ b/README.md
@@ -345,7 +345,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
-- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
+- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![typescript_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
From c43afc93b10bee3f195a28c6f734e91682d18f5b Mon Sep 17 00:00:00 2001
From: Seonggwon Yoon
Date: Sat, 20 Apr 2019 11:10:09 +0900
Subject: [PATCH 070/641] Fix typo
Signed-off-by: Seonggwon Yoon
---
README.md | 2 +-
applications.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a4c96a8..11bb329 100644
--- a/README.md
+++ b/README.md
@@ -345,7 +345,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
-- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![typescript_icon]
+- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
diff --git a/applications.json b/applications.json
index 3eaff01..419d7cd 100644
--- a/applications.json
+++ b/applications.json
@@ -5415,7 +5415,7 @@
],
"short_description" : "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
"languages" : [
- "typescript"
+ "type_script"
],
"category" : "mail"
},
From 8ca574fe4274ee6c6096c3b68e28bd1aa67f0d21 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 20 Apr 2019 09:46:26 +0000
Subject: [PATCH 071/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 11bb329..862fc0f 100644
--- a/README.md
+++ b/README.md
@@ -345,7 +345,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
-- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
+- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
From 218a226c2f75bbc30f84e50305f350159ead2cfd Mon Sep 17 00:00:00 2001
From: Ilia Lesik
Date: Sat, 20 Apr 2019 20:43:47 +0300
Subject: [PATCH 072/641] Add Touch Emoji
---
applications.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/applications.json b/applications.json
index 419d7cd..5c11e3a 100644
--- a/applications.json
+++ b/applications.json
@@ -5442,6 +5442,19 @@
"javascript"
],
"category" : "database"
+ },
+ {
+ "repo_url" : "https://github.com/lm-a/touch-emoji",
+ "title" : "Touch Emoji",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-icon-screenshot.png",
+ "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-recent-screenshot.png"
+ ],
+ "short_description" : "Emoji picker for MacBook Pro Touch Bar. ",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "utilities"
}
]
}
From 01e62bb49c5f3e187c475d76a0684467871163be Mon Sep 17 00:00:00 2001
From: Ilia Lesik
Date: Mon, 22 Apr 2019 21:59:47 +0300
Subject: [PATCH 073/641] Add Touch Bar category
Set Touch Bar category at Muse, MyTouchbarMyRules, Touch Bar Preview, Touch Bar Simulator, Touch Emoji.
---
applications.json | 10 +++++-----
categories.json | 4 ++++
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/applications.json b/applications.json
index 5c11e3a..83b322c 100644
--- a/applications.json
+++ b/applications.json
@@ -185,7 +185,7 @@
"languages" : [
"swift"
],
- "category" : "audio"
+ "category" : "touch-bar"
},
{
"repo_url" : "https://github.com/shibiao/SBPlayerClient",
@@ -1370,7 +1370,7 @@
"languages" : [
"swift"
],
- "category" : "ios--macos"
+ "category" : "touch-bar"
},
{
"repo_url" : "https://github.com/kizitonwose/PodsUpdater",
@@ -1463,7 +1463,7 @@
"languages" : [
"swift"
],
- "category" : "ios--macos"
+ "category" : "touch-bar"
},
{
"repo_url" : "https://github.com/sindresorhus/touch-bar-simulator",
@@ -1475,7 +1475,7 @@
"languages" : [
"swift"
],
- "category" : "ios--macos"
+ "category" : "touch-bar"
},
{
"repo_url" : "https://github.com/iseebi/TransporterPad",
@@ -5454,7 +5454,7 @@
"languages" : [
"swift"
],
- "category" : "utilities"
+ "category" : "touch-bar"
}
]
}
diff --git a/categories.json b/categories.json
index 87d7483..be2508b 100644
--- a/categories.json
+++ b/categories.json
@@ -125,6 +125,10 @@
"title": "Terminal",
"id": "terminal",
"description": ""
+}, {
+ "title": "Touch Bar",
+ "id": "touch-bar",
+ "description": ""
}, {
"title": "Utilities",
"id": "utilities",
From 955943bc8539d6cc4738065756302764987ba3b7 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 22 Apr 2019 19:17:45 +0000
Subject: [PATCH 074/641] Generate README
---
README.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 862fc0f..014f132 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,6 @@ You can see in which language an app is written. Currently there are following l
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon]
-- [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon]
- [SBPlayer](https://github.com/shibiao/SBPlayerClient) - SBPlayer is a beautiful and powerful media player base on VLCKit. ![objective_c_icon]
- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon]
- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon]
@@ -230,7 +229,6 @@ You can see in which language an app is written. Currently there are following l
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon]
-- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon]
- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon]
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon]
@@ -238,15 +236,13 @@ You can see in which language an app is written. Currently there are following l
- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
- [Simulator](https://github.com/onmyway133/Simulator) - 📱 Navigate to your app folders quickly. ![swift_icon]
- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon]
-- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
-- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
- [TransporterPad](https://github.com/iseebi/TransporterPad) - iOS/Android app deployment tool for macOS. ![swift_icon]
- [WWDC](https://github.com/insidegui/WWDC) - Unofficial WWDC app for macOS. ![swift_icon]
- [WWDC.srt](https://github.com/ssamadgh/WWDCsrt) - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ![swift_icon]
- [calabash-launcher](https://github.com/xing/calabash-launcher) - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ![swift_icon]
- [iOS Images Extractor](https://github.com/devcxm/iOS-Images-Extractor) - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon]
-- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon]
- [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ![objective_c_icon]
+- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon]
- [xib2Storyboard](https://github.com/novemberfiveco/xib2Storyboard) - Tool to convert Xcode .xib to .storyboard files. ![objective_c_icon]
### Downloader
@@ -519,6 +515,13 @@ You can see in which language an app is written. Currently there are following l
- [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![objective_c_icon]
- [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon]
+### Touch Bar
+- [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon]
+- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
+- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
+- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
+- [Touch Emoji](https://github.com/lm-a/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon]
+
### Utilities
- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon]
- [Archive Mounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images ![swift_icon]
From 3617c468fe87a52b21f42aa2b92e179b13cea518 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 23 Apr 2019 02:01:36 +0300
Subject: [PATCH 075/641] Add support for many categories
Add Languages section
---
.../ReadmeGenerator.xcodeproj/project.pbxproj | 300 ++
.../contents.xcworkspacedata | 7 +
.../xcshareddata/IDEWorkspaceChecks.plist | 8 +
.../xcshareddata/WorkspaceSettings.xcsettings | 5 +
.../UserInterfaceState.xcuserstate | Bin 0 -> 22997 bytes
.../WorkspaceSettings.xcsettings | 26 +
.../xcschemes/ReadmeGenerator.xcscheme | 92 +
.../xcdebugger/Breakpoints_v2.xcbkptlist | 23 +
.../xcschemes/xcschememanagement.plist | 22 +
.github/{ReadmeGenerator.swift => main.swift} | 77 +-
.travis.yml | 2 +-
applications.json | 4336 ++++++++++++-----
12 files changed, 3561 insertions(+), 1337 deletions(-)
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.pbxproj
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/UserInterfaceState.xcuserstate
create mode 100644 .github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/WorkspaceSettings.xcsettings
create mode 100644 .github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
create mode 100644 .github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
create mode 100644 .github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcschemes/xcschememanagement.plist
rename .github/{ReadmeGenerator.swift => main.swift} (86%)
diff --git a/.github/ReadmeGenerator.xcodeproj/project.pbxproj b/.github/ReadmeGenerator.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..0adaafc
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/project.pbxproj
@@ -0,0 +1,300 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 50;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ E8FDFD7F226E769900FE80E7 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8FDFD7E226E769900FE80E7 /* main.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ E8FDFD70226E74F400FE80E7 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ E8FDFD72226E74F400FE80E7 /* ReadmeGenerator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ReadmeGenerator; sourceTree = BUILT_PRODUCTS_DIR; };
+ E8FDFD7E226E769900FE80E7 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = SOURCE_ROOT; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ E8FDFD6F226E74F400FE80E7 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ E8FDFD69226E74F400FE80E7 = {
+ isa = PBXGroup;
+ children = (
+ E8FDFD74226E74F400FE80E7 /* ReadmeGenerator */,
+ E8FDFD73226E74F400FE80E7 /* Products */,
+ );
+ sourceTree = "";
+ };
+ E8FDFD73226E74F400FE80E7 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ E8FDFD72226E74F400FE80E7 /* ReadmeGenerator */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ E8FDFD74226E74F400FE80E7 /* ReadmeGenerator */ = {
+ isa = PBXGroup;
+ children = (
+ E8FDFD7E226E769900FE80E7 /* main.swift */,
+ );
+ path = ReadmeGenerator;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ E8FDFD71226E74F400FE80E7 /* ReadmeGenerator */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = E8FDFD79226E74F400FE80E7 /* Build configuration list for PBXNativeTarget "ReadmeGenerator" */;
+ buildPhases = (
+ E8FDFD6E226E74F400FE80E7 /* Sources */,
+ E8FDFD6F226E74F400FE80E7 /* Frameworks */,
+ E8FDFD70226E74F400FE80E7 /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = ReadmeGenerator;
+ productName = ReadmeGenerator;
+ productReference = E8FDFD72226E74F400FE80E7 /* ReadmeGenerator */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ E8FDFD6A226E74F400FE80E7 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastSwiftUpdateCheck = 1020;
+ LastUpgradeCheck = 1020;
+ ORGANIZATIONNAME = "Serhii Londar";
+ TargetAttributes = {
+ E8FDFD71226E74F400FE80E7 = {
+ CreatedOnToolsVersion = 10.2.1;
+ LastSwiftMigration = 1020;
+ };
+ };
+ };
+ buildConfigurationList = E8FDFD6D226E74F400FE80E7 /* Build configuration list for PBXProject "ReadmeGenerator" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = E8FDFD69226E74F400FE80E7;
+ productRefGroup = E8FDFD73226E74F400FE80E7 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ E8FDFD71226E74F400FE80E7 /* ReadmeGenerator */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ E8FDFD6E226E74F400FE80E7 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ E8FDFD7F226E769900FE80E7 /* main.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ E8FDFD77226E74F400FE80E7 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ CODE_SIGN_IDENTITY = "-";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
+ MTL_FAST_MATH = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ E8FDFD78226E74F400FE80E7 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_ENABLE_OBJC_WEAK = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ CODE_SIGN_IDENTITY = "-";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu11;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ MTL_FAST_MATH = YES;
+ SDKROOT = macosx;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ };
+ name = Release;
+ };
+ E8FDFD7A226E74F400FE80E7 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ "@loader_path/../Frameworks",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Debug;
+ };
+ E8FDFD7B226E74F400FE80E7 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/../Frameworks",
+ "@loader_path/../Frameworks",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ E8FDFD6D226E74F400FE80E7 /* Build configuration list for PBXProject "ReadmeGenerator" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ E8FDFD77226E74F400FE80E7 /* Debug */,
+ E8FDFD78226E74F400FE80E7 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ E8FDFD79226E74F400FE80E7 /* Build configuration list for PBXNativeTarget "ReadmeGenerator" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ E8FDFD7A226E74F400FE80E7 /* Debug */,
+ E8FDFD7B226E74F400FE80E7 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = E8FDFD6A226E74F400FE80E7 /* Project object */;
+}
diff --git a/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..2ca48c9
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..0c67376
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/UserInterfaceState.xcuserstate b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 0000000000000000000000000000000000000000..989cbe97ff6d4b28d9d60bb9d666169f3de76101
GIT binary patch
literal 22997
zcmd6P33yXQ*YM1}H!a=MrcK&(OZUA^(uGpC?xoPCr5igTP182CO-hmiWt|`*0cm8c3;qZ%{}4M!u;NYsiZ
zAPcf08)`!n(Ihk(wIe%v46Q&S-qiwEF*JQ!+=t
z@oKygZ^E1L7Q7Wdk9Xo-csH7dU&9CRLHsU0ftf&aue
z8F$8m@npOhG2_knFcQX>ku!lz7!%GUGD%D_lg4B**-SoD#Z)sj%rIs+GlCh(jAD$;
zc&3SIW?C2%V`Xei8`I8AVP-J1nTMGL%wlE<^8~Y;S;4Gio@LfBYncw_b!H#)2D6`e
zlR3Z~WZq)lX5L}mW!`5#V2&`ynA6M|<`d>3^CfeMxyJm!{K?#8Zm}ZPiFIbZSszxy
z2C#Bg$*Nd2o64rK>1+nuo6ThVuz74gTfh!s%h+}>X7b`Cp_UCb_Fm$FZ@E7?`-YW5j+9lM_0#J<9AXJ2J^uzT1y*!}GL>|yo;_6YkS
z`w@GQ{gS=Je#Ks9zh#o@?ToxfagES-5s?3O9>;h?~tV=9X|vxyQL>
z+>_k1+(vE__ae8Adx?9Sdxv|MJH)-mz0V!yKH!dUA96>zW887>BknWq9QQeQp8J}+
z!Tren#Qn_u!u`tqCPE@CVnnRSL*yy)5{X4}QJ^S9lq^aSDMc!gT9hH`Bgzu>6%7;>
zh>AreqU!2MQ(JTMN#ufDksESHUdU&drZTz7&~6&oKoo?6iHJB6XVQzf5Le>15rrZJ3Pa&g
z9ElXfop=yWB8Flkr0U1g-i@X@^Q1zHuEn4gM|WjZ>1uOzmSH+;jnQhXZ8i)u+8Qg3
zriNw%lxW4V-Qg0t&}u3x3|5=jqJ!#{Hl59oue0g2;sM>OLgPHM$!0M(HybS4^ge}!
znSGQQNqMR1`AKOxnR!XM8HH&{>a_g)40SxeD-MMYa`ZM}T3wjv*^M~hF4$&s
zbFI!&>;PLU_P<-kPpMmxZ0gjEv_wT_@9Bw(sj4)kGEvb-t)4!;*9oM8bycHOx~g?B
zi!yIcR_oxhm|;1QQ(F3e$z8=h&b?e*-P}DqWx*k#Q3;7j%2a`XwBnGAG=)l?uAqY}
zGBeW@O88Y}WWpb%y0@YRaGIq~8`+{Wnv$)PjP*9H*rz)>1-FiGnRTkPj8vso?4_w3VrVzi<#dYQFT`FMy)*k{_3hVxz`*RB+`RmP!lFUN
zgNsW_HD%>PD=No02I7H+C9E>qnqiB215F4J2)oT-0hU8|s|9u{R4cZ^I5nEe>f+*j
zKwPo46o^MF7HcXCjTWm78nv2Dbq32QO=TWsPa1yXi@SOiFlvS3N?Uugp;TvW(uyUH
zF}rqPalSBYk)@R%2Oub}o7{yROG{RQGAubj1%L>_%p#wJV@kzjD|5Y(?QBU#jIzZXSRb}J;r>-
ze9zou#cUuO3DPkgBx4^oi|xzyX9uv^Y%WO1LUs^4m@Ps44}*pOp#SvvVatfu36zd9
zU<#QJqGnje(l#4qiIf|zgKB+H7Az0_c9*U@B}qS2h@v;6{%8Oih_X=*%0+o79~BU9
z;zK0Fm-rDWkr96quo)ErLoY^y(GWmgDWuDY9GLnd@-g|0oF~^Hoj~fx09z=iGXhi2
zu^50Ci{X1^qj{1>H__OjgKQzI>+9WG#U^VjD2$GVl2Sv9+0tHQ(X}?_8*1Ac8i0L^
z6T9=G9y~eUU^OIOC7}^#h3sQ2;>?;qZYnbw$-*k
z?UBMazM)tGE%FWZy0&H;KU)E(iq5QZ+T3abDPCb{wHU0B&{4Jl)Ax2Drwe7UI&^GD
zKJDog?2)Nx8i=RqXa<^z2(V>~*=!R~MW>>n;EQDq29vSPDgZ_$f?={vDDiK#7+Zi#
z-B(01V3S6XK4;J@^bia%8#dz{7-Twn6wO2P(SqS%IW*T<45pe^9sIS8($juTwyO44
z7*SEzsh$Wdj*@)ODULE*jE?ETNEswkj7hW@okk1MA{cKmT7s6M$I&wM1S*56JLFl3
zSIcY{A5C!dqYz8_-6rI0(kRizh+A@{P)MMoS0UgtGoa9mmjH=+GpYjs!xc
z!l0{bF%%h01`FNYj!N73O3DXU5}m=F*6WfjU04JU?%CWT7
z6(u8V#uiZXbSnMB=?%o4Nx;6P#=!?@
z^;$F&wv|c%>KHn%7019JT~yYCZ}!~A9q1zp(|=oC7~v#3r4>i~7bA4Q&V%0no2m{L
zd=`CzqSvC2N#C{TQ__#rYsFCl9}xi8{u6t1bZ{PBpdEZc`maS7$pBJcMb#5W>1A{c
z`K&`1&aK!vSuDnW$Y(wF#y(hr
zeMu?NkTO!f9!o*-^2Y&WD5)aVq=v49yprF^U5XR0Rs#GVUIU
zA_x!%6Ys|9JF{>l&)0Pi=IcE;xPw6DsY#H
zv<}x(ED2~Z()Alp8i@+@tGl*WW=3YBqIa5d`g9k^YMHSOMX$%LcmlRyD`_Ilq=lH)
z<2F1IEP=_yOxnmS@(`&XUSg={wNAk_?$W5bG_sKb!=ftNhzesvBVXAu%uGC+4nwdV
z&%zIpRx*KDh;=tvIkoXE9P;2RsgjNmN_2R_G?x=$hN8Ml0`G
z+R1?`^&kX6Vd_!HH#b{AXSC`q##WHtR3q+Dh3}m*5dm$BcrtXryc913&Wax=6W8J=
z$RrAzH%QH{nNtPFDl~iwuj;^03Q
z2?G%_>h6L-TQT2OAg4WeFIbqJ#Kh|=>+l{yTj6;%ejUF-k+6@<29*pJi6Q}%U#q#<
z08H3su+a5(!0{G-8%3{KL+TwFhw%Hf^?T%zwfHcZ`)?>bN>O+WA19BJ1$R++5}&XE{rQ#1zT=4d_2f{vO(}$cKRhNK&A_-a%EmAl`d^oVWmMj6qxA71c6Vz
zs0EW-!J;$N@%un9`NAL@+JjNyV1f5HrTSogJ2qA9rD=2LQQ-db6dICIM2RdNFO*?6}_
z4wKts2Qmdr35wpp6f#B3Af}iZ%nTu$$riGeJWpOAFK%E;84ZZMNMA;;ei@_d-v29Shvo|s0K+kBV7DYeDjA6zy
zT4o%hBQKLz$aeB7+3_5sXX;>9^&nbylD#me*Wd$l;=Q^Q@E)`ysO))d7HWf+=-N#B
z#!6wn6^42k-lR8x3s5Uo0bql46Ai_{kd3~tE)fUzh?g`8&aM%1;_nVSmD7L8$2xvmX%1K$xZXTa-b>0nx!31k=9P4?VRgs?I1
zF<2E*Q3}COVkR<^K&$HH^_2$OI>?!fvOvXvFQa+qsxGxQtyZZN2Ahgkt!1W>*NMHG
z>V;-71TAA`F%N;J@&>40`^X_cOc$5xF}vh~$p(EJb;cB!CK@ef6FqAYd;-D{b3m_T
z9%1G(k23SfesX}kP2TBJ*_g+8W$aC=jEzz%T8s@~f*WGvI(0Q>Df2j5M-Gy=NaFCS
zMv6OyN-T1ew(^a4(Z-IfReaXFGz(U|Umc|bg;iK+1#l0=J-8bnnR!R}>7hm4&q>xX
z+fejY@P!U$HZU8RP0VIy3$qnGqc1QolEbjkJ|IWPhvX&y
zePjnssIP>QnPX$~G^TIj{o?#~cSD<&FOgKTH<_Ys5UbUu6XJC#q
zCn(qah@qPsT4_F~=dYwrQ=y~q`4f7Jm*mjhbp
zq&2%oC%&u{rq242Z`J~L7F7N&oOQ|ps`qvhcqi;|tPlmhYBq=sW<%IeR>6j`;cNsO
zNv@Oc$oJ$2a)bOxej-1UUp50oF>EXw$Hub>Y$BV)Cc`kl+VMC$*4yy}J6>YPOYL}>
z9n^YQOW$0;Ra2|kXtG)PQ&AufP;um){$&9lf_wwE4Ca`1v~YM@sc$q;BKH-(0?~u1
z0g{UMt!l-}5}nmXw^*|QI=t)05t`+K;aA5uG}_w1aR!D8@NdjEyvAMgd`wQAvPcxK)>_B4{I{?%ZIF{*$Ir1C%o#@xG1L1rohx}p3
zV4d})7@@m%Xq!>rRAM$a34L{1wpwv-fz|VWQ$dxXK`@nVtrY%yt=}GX900%}5MBNv
z^5J-||j;4NKb_^
z!O(focL&7OO*=*rIR|=Y9XoC><@q72XMr?>y0^J^&~>bVt)~q0Uu!+s&Fh$CBijU=
zk2SL6?U=D+u7ho6TkP1$j-@>p%t9B;j#;g^=HFJ#0b`fX`kv*v7um^^sY|LAsH;15
zOcDkYX~p&bSA+d02l+j~bQ>J;Iz2muok2IvRCXFW-Hx5@xR)KftYc@ggtgnTs~!8=
zu^**`#2zHy$vHZWItLEAh~vT4K}t;_cF&WCdcN_7j^$JmAJq7hbyU(t>|?bySP-R)TNKemQE2~U^(J;Om>kF(1u
zc`aj~uwySf7I&~K*eC7S+m3xmeT{&&8evLs7~-1$apYqPFhFpnd;RdbBNTiZQqbyDpEFeUWT9g~h;=t)PnP6TXS#j7^6*Vu2^
zZ`teYckK7<59|&0M>|fi<0LzVWlFJQr5&s6SZ&9tcAQ4+CxC(c!v4zsHUj+BRz8Bs
zj=_>jzyfB@c6!dsT(Rm;YmhH4@MR|EzO_>&EU0SBm=9ZM@4XJeW;KKJX;6L<`
zSCRv8l$BQ%mlluAsVatU$}7q!_&w$TOd7!H-Ltb2fT|7D1`1h1f&h(xYi(Y6xwc?<
zUIFx5rs)C+7%ucuOch$AUXf$cHMdVOSfIJ!QiMb$80{9&N?|2=z;ZM>B_l=xLMsdM
zsw;}CMrel=jK~|5Q>@YElovau>cjWjr;-NM0g_r;L4%{+3aDzHHm!14abcCVqM)#(
zAdjD8X+c#EMYp!3pr)XNr%TQkoDQ6y9cOgW8yE2Z1BaaqiVNg|L4D(Ze`T)afIs!2
zo4ot3>B&6>s}-C-Rdt|Mf@a)pm-ejb7$B011rEqXanY1R_Os&wq;4G-$HjB7wX*HF
z#Eysc(4jb`pw{%)iW~kX)tYW`0Ns=-E?pRXpjKS_KRLQ^HtIl9Cf6U_>RcZ#i|fk)
zj&kfc*N*e-IDb7ifE$R)ILIlm!zmsht(Y#+|C+N=ZV<>BuGo$XI}b;>5^!R1r2sR0
z?6`=641eHw)Fonn=kcgx-qqZ2{%n*RMuyq(U^pD*Mv@VBJcNw8=Umh~VY8!=maC)4
z8pr9lS`G}@QajezF$`6{o-^>sYP92_oye;C--RqQMOLdFJ5G{0D@B$KkOdz*hGS&@
z4wYZShtn~J+xNv@=&EfkhAwI(~hPub9<4`Chiq(JNGKLgWJjN;&yX;?6}U3
z4R%~_#|?H2q-V5aFcX_Laj!vupn`jY+t0np9YCOHHG|&;jEfdKHrcV+j$7gTs1Y{a
zvZ>4;GSX-*Xf`&`V0f^Dg>10tje0||b(j%O#KAQS-j(hJ4t)?baUq)z_ppHv0)ooA
zGKEeG;fSdjy!L+GJK%k%RD|C*BDm`yO50`_1u;}+>tvNOS(OH&p>CqBj)w{2uk^a+
zBt1yBHaL^W;=eYUt+txUnHk!QwDPf~I(;rUOhE5ar6)R~UAPn687dG?a;Lb{c5Ja@
zs~y|cac8-Yxlio4&5jq_F`+c61g}d^hft^U2(*mKwiX&;D6Ckep@FJFfE()j?b)PL
z34__)SHy=q3sUwAyy`jb0(X)7lDouxWycfk7z|smWgoWVxm`|2?h5xU1^p^_jr+z<
zwd2Wl+`f*x&V9#yZ^u*Yc&Z&wqoC7U4n5)M0cp9#2$705Sc`;zub2zkS)~DDA%#fV
zxPPxLjKM3(5!u4oFGQ~@q8Oz3XQKX{yY-+s-RAzH%Q3@_XY$JtAvi4&8mg$~)!WWZ
zA>u^69?)LoB61bEL2!c|KV-+VNqt1NaLkS>vi=zuk+;b20i9u)NG9?pRdzhbjvpcQ
zopa*vP>6z1YMHn6k$dh=*k}E>cPGM}dwGfBUP5$CLOR6DhxO^thsl>!){Gp}V6se{
zGQIOIj&Q@GOC9gLdjls(IX2MOYhe#q;SP?1up=tl^m>B3#i66vk7ec5j)CBv=Y&i}0I25jMeIYUmO6WBR7`MK#S=V5tfk0gW
z98gFZS44I+?@~tIbLq_+XA&?rxv~&~_8}xUDHo!QPPp=y8sx$#ciVRZ-JiHna1)hj
z>ynaF=+z$LzD}i11rNU`@gg$VTmW1Zg|fQ1+6o$WS7SZ^hZaykyX7hz4GIl#YHl$&
z6vS>-yo4SpjC`Lbd|b2ot?dgJh@=#n0XYF31G8yxdPi=a5T6bKG0?`*Aq}`QTkgh;
zz`;;gDLsa{TOvkcrxSyRl$1UwhQ4QXRfz_$Ex6mEMfuQsBSOk6G>%ACD6gvihXACi
z5)Bj&8xAKC_u{={gysRcP7`$-yx+uXh6zetPffY_nloA7C`v+7$Ag0L>+d{y6S
zu_5FV3HcF|Y^^js2-3byRTX)V9*s~h_s+JEjY4^|3k*ECV9>58(t-F;sFT&yeL>ZH
zTIK)mPfK$fg`56_!pGg(R5=9xCjvZ`voeAkz^tyt|&h$4EjWrrbXCuUfx7u!=3n;7W%XZgChu5}MFOq(D|=gqy@P)qr%U1wIOZAQ3)A
zP|E}#3)HZ}wGLXtf-ZNJJ6g~-tx#fyOCUzn4DDz?LQi$jUT8=AFvEv_qy1jx`_*@j
zmki_Og**qhniZ%KU5D~UNR>kHGR>I`@U_7IJjiW>vIa
za}+bQsN=^H+R<4Gu;l^FCb;9F<6+}x4)Yh9yG09d=vzB|4gI6eUQvO&+yFhf%(e(0^N+W>b{XY0Gzjk9LUdeoUUUj6;Qv>m
z)1s@8`b=~Ven07gr@R|IP~20>F~VOX%+Wys0%hs>9J&_G@JrX_emL*0nb6NYJz$m}
zm(pww-wUO%7WmMWHSp_N1mo*qJ%pR{^^j|VdvM*MyqBV&w?orj_eY8|3*LMmDV`Va
zd5<53Qkvp4w|n$S_e0a_O^fBNtz$P#yJcv-TT0i#@QCI&4Vsmxd`Wp-xnB9a@@M7w
zyET+&mES2(E7wBFx9sC^uX`Wd?B2^BK??Y`7yRRU_|)_4>+lPKAf2n+lfs34)RV#~
zz3DqCn$FSINmJcvzdHp`d^xa1>pNCzeCJN>PJ0x;-6@8y*nbC6_Z98Q5roy@cb#X1
zr^?gWGu|`ZGshEqhQY7eGaFJ7p5dM)o-!yMUkczjWg_F(9{?+k-emQ##Vfm00MH$OY4e5XN9g-GF~qWMlK
zPJmc;=P+k|p(j(wfo+#vT
z^q&X%hHhbuo#Dj`3EXcD#Zfo`ZX#sD
z>lOvL1m3n7fydznc+a8@UbA=zUb0vU;oEEB^@^AA9((}5k3Yhn;EV81#ZT})1q&}!
z_`==SXeNcpWOA4x@Djxsrh%CNuT9Km7BWx5%M#BsJK;@<58w@n3lPBbD~nh+RthmH
zN$@^I9=r=NlC5Vg>CBUl*#iHS&2GJzZ9MN*o2GI`DJHVkYi+*!*a+1RO
z^oDgC;WXZ9s?!3e)lS=--gNrN>5|j0&d$yO&I!)_oy(kc&Nk;c&QCc%@4Vmng!5(R
zKYF?K3hkxtRoH7}FH^5sy_Wad((8?0Cwg7!b<0KU66KQRQsz?U((bazWxdN@mt!uM
zU2eI0yT-Wocdc?A?`n5_()C5xcU;f8{_N)F7Vg%^ZK#{kjkrDO_LAFsZWrDDboX(O
zch7Sl?cV0T(0!x(o9>^u|Lo!65$%!fG19~4vCw0)$6FrfJ^t{NcqV%md)9f*^jzt=
z)ANMq_g*euQC>M-W4)$$E%(~)bf
zw|KwrebvX=C)%gLr_N`#&pMyCd@e~?NrWU%qL(}*Suc4-xqw3
z`rh#K@k{fo@tf?o(r=&N1t}|ymKIB!rHiDmNY6-b%7SG%GK1_<*^9Chvfup!{j>cI
z{`35|`JeW`8K4L#2xtme60j@ab2%rEmk*Usl0PGVM}9rfH?VJ@K5$;(D}kQ|F+uS`
z6+u&j)&(62`ZYKtxG1QiF?3nz{?Km}eu^AL
zv*Jm`+lm`uL1BZ!+QQa`9Syq`9ur<2J}Z1%_~#L>5t$M75z8VDM%;)DjVz6v7P&R@
z(>W?WO;
z>bT?aOniELWBkhaV+l+`MuIV6b;3u9qQpLlro@iKvq|nrIY|?fwkBOnmL``Z&r05v
z{C!Gf%E*)@DTh-2h8G8#LArgW@=*;|%~I`E{iKdp>(wjOr&2vq3sYyN?oRzNEg{X2
z_DtHx>5}x)^heSUrvH`EJHwLkV#c-Jk-f+DUe)_-rf+6>=7P-k`iT1E_L-w+le_?=Pz_J$U-yw}-e7sT}h3kS|N(ODrXOOPSKa
zrH_}M(?n@Znq6>8TwL~e+2`dka*(D>bB~GHC{ENYc|*XJ}iIO(qR{drwpGy{DTql5yla_M>>zJ8M$HPucHb^Ju&L?
z==9NZMxPlIGiLIb_s7b|Hjmw>_0sCJ+sBE<4I8&*+-+T%u0!{0ZE@|Y+8g>j{R;iJ
zb=h^x>aH338lE^oYU%ric1{BiuC@z0L`y{W8eW7D1H
zVa?lGdbNye*<lo{9n=crcN7`cB
z9&Wohalpit6aSc0Gim!|@5!dgN801tA8o%frEtn~Q@N@7sRyTpO|wtCI6Y_j+8KC8
z?TmvnBWBK?c^NM9ZL+)Co9rLXQqEdB>z9XyJ+yar@N6>s(!)g$Z=K^g$1>;aBYhuv
zb}l#9IQQtIsgFMO=->0|<{h4|oWFej?FIS;haXct_T*!C7S=C3x+r7OGmD)Tn--s0
zGH}VJrQS=YEWPx2>Ek<>DVEJ!_RAC6C*EJ4w*1)@t}EJBTzInN$=y#yKDGF%+fO$>
zeR^f?%5AHHRz14v_tkZ)Pdtn5)IdVS6M
zL(gSCw|Rqn!~6|@Z8UAXu&H9x+nalD-n=Df%c8B!*0!zJo*(`E@fY%6*!^PCi)*(@
zx6OYEz0~&7H!qKS`OGUrUOBiubNh?0M!mXfhh)dRop@*a&KtWLcU{;$V)sXT2Jbnz
zx9{E^uO+{>@%6CRSMKxMx9APmH)g+aXaAJ_zrNY}=Jf*&2QD4d9{lXB;cuOKd+6Io
z-x>1Gd+!#$`_`eHL;K(B|K98GXT87YaOUA%A7p&6^GN!U9UrEDxZ`NX(VfS7AKQJr
z&+)w<_50|J69Z2iIGKO)-BZP+cni}@Fid|CPBXP5MszWvJj)$Pl(zxMcg`IXQso3E;`
zzJ9In+VO8jeRKKS)^BfJpYxsfcdNdS{r=S-vVS;oWB85BKU#jg^V5Q#1AgB4OWH37
ze=Yy@{BJG4-THmr9|3=C`ZM#-LpO)rymD*OZRguh{uTGv-oJTGmf{`w5dYG~ad;!^6L=--JidT0;mi06zQ#DiOIQ(bfh3+uX9j@op<#wG
zqv72vGc$>q20`%4;eD$YnU~=$tM?)F`6P3m`I`9|^bbGQAEISLAW}9Q!eEu~R+Zx&
zj$(GG?>^uCzHj@U@IB-Ex$l?0KluLSd&iISbNBP|^Yx4KOZ3a}s|2|?O3>ICEc}Q0
z_xSM}L%bY*@la7T#M*FIMPZ_F?i*30D2hKZfWx?XaA;u1^X+)S2JSkZB#INo<4N>1
zVG03v`D1px2tsZ6V4LuN_xB6o=>MS-&<{8V=>_k9Igp^0_{UiOW6dfEW9Mt05TznF
zQJN^7It*!WJB@uBsJi?igc2;|!&*eWMVSHt8#+Y2X^fe;%3KHDH=RwP%1ZC8$SD0z9yxk(*qTOQM;@uM6lHHVUYPU4E47W_TJh#zqJ+CD}G&kKzvku8g%4O#Gi@36n`cDT6|UfjknZ0*}D)l<_hmB?;3Bt
zx5eA$J<)rz_Z07G-ZQ+3_ag5l-j91f;l0B9DeslutG%D~e%^bx_et+7KCDlePm)ib
zPr1(spHV(ze6&6~pYcA;J|>@5AB&I8XNk`)pU-@5g2wG6=_PTMNF+g$5Q#z(E{T*x
zOJXG|Ntz@_QYaZD87wK243$($swJZ&<0V#!O)^o^E}11+Bv~feEZHh~L9$KqvShpD
zb;(Kox31v-74?+D*|Uz6_?
z-)X)xe2MR)zKeX9`L6ce?z`9bE#G&2-}61}dy(gKfB4??z3uzAAM$hYbMx~6j_2(s
z@e2YwV4z7c>lJvUtmW+{k$$VtKGMOwu7AQ-R^^^6N4UlEaN@eA;3R$&m
zm~4csMK)13RW@BVQ)ZVflszF^A$v-;Qr00`FWVs7B-lDIf3<(Lzs-NH|0e$({%`xg>;Inr
zVgDokNBxicpYXrvf64!{{}umh{@?n4=l_HMj{ztkG$12jWWd7#D+1mP_&ng7fbRl+
z2>2=Bmw?~oz2ts!f4N*9EDx23$y4Ro@*;V$e2BbMUL~)Q50{UWkCq$c^>V9xqI|M^
zs(iY9rhI{Xk$j1KnS8nYN%?c~P4X@B7v$UIFU#MM@0Y(RKPW#YKPNvgzaalo{+0Y|
z`BnL^^55lu%5Ta4lHUo$foxz%U}j)NU`yb%z*T|I1a1x78Mr%eZ{X{JZv?&>_(9-@
zfyV+r3OpHjI`C}Z4?%uG#X;kPmIkd1S`*X}v_5D<(C(mPK_3TQ4!R!nQ_!8@Ucqj`
z9>HG0k-^cyvBB}diNVRiwZTonw&01ulY^%OPYa$AJU{rc;6=epf>#G`34T8K#o(8M
z_XNKd{9f?k;3L6DgFg%YJot;?iy_V-;*gk-w2&bor6FY@LqjS_ph9u(M&GhJ7A(A?#Av
z*J0Pfz71!>L&Fop^TH>F&kcVrd{_91@Gru@4!;`yP5AZjpTmC*|0DcX_+JqL5tR|+
zBJ>f4h{lNV5zP_p5mO_kN6d_rL@FZToH#NzGCndfa!};Z$g0Si$l;O3$XSuIBj-fU
zjhr93EOK?^>yd9oei`{klqkwI$|Fh~Q&B6Uo{4sj
z_KgmV4v7wnj*L!-PL5VZr$uK(8={v*?~8sn`u*r5(MO}dh`ttmJ^F{}pQ3+_(Zmdk
zsf#hjG{=}@Y%!C-zMdBIP|UoTXJcND*&Fj|%*9w7D~nBx?Gu|7+c&mDA5!mxw
zyikx-jp
zOPHE4JK?c}#R(e|UP{=Wa5&*)!kL6SiMYq
zRJl_54DWZ}2%h=v%ALyH%GZ?pl%J}QDpHlFDp8fGDpXafF{*l%QPrd}sajPQl}%+=
z%~8!&%~vf}Emb|CTA|vY+N9c{dP8+U^|tDe>agmh>Wu1R)u*b@RbQxXtHafWYJ=LO
zo}jj=C#q+v=c?za7pNDi7ps@5pH;6{Z%}Vmzo>pm{fhck^;_!W>XYg->QB_?)aTXL
z)qkhDr3R&jriQ0RrN*Wvq$a1TQqxikQU|3DPAy3-ORY$)P92^)GIexned>hNd8unt
zccy-jdMWjGTCcREw6wJJwEVQ8X~WY-rHxI~r8TBCrJ2$uq*>E8q#a26H0@H__h~<-
z{gU>3+Re1T((a_YgYQL}9*`cC9+4iM9+#e&o}4}`{o(YN)AyzyNI#i=A^l4FH|gJ{
z-$?&G{U-QlPzICXmf?{h$xvj(WW;AAWhlXClaT2(r%w63(F)L7bFYA&5nYAtOm
zeY$ji={1c+6QqgMBx#hIKALPz0mL7S)aW(!nnuld%_Pkf%{0wS%`DAq&10Iynx&d$
zn$?YabrFmELp60aXtmYHVInDQ)pEZAW+A56jUo@tNse&}O
F{ttPfMrZ&4
literal 0
HcmV?d00001
diff --git a/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/WorkspaceSettings.xcsettings b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..e9b6613
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/WorkspaceSettings.xcsettings
@@ -0,0 +1,26 @@
+
+
+
+
+ BuildLocationStyle
+ UseAppPreferences
+ CustomBuildIntermediatesPath
+ Build/Intermediates.noindex
+ CustomBuildLocationType
+ RelativeToWorkspace
+ CustomBuildProductsPath
+ Build/Products
+ CustomIndexStorePath
+ Index/DataStore
+ DerivedDataLocationStyle
+ Default
+ EnabledFullIndexStoreVisibility
+
+ IssueFilterStyle
+ ShowActiveSchemeOnly
+ LiveSourceIssuesEnabled
+
+ SharedBuildFolderName
+ Build
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme b/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
new file mode 100644
index 0000000..5fb6e88
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
new file mode 100644
index 0000000..efcaa25
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcschemes/xcschememanagement.plist b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..5c4d069
--- /dev/null
+++ b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ SchemeUserState
+
+ ReadmeGenerator.xcscheme_^#shared#^_
+
+ orderHint
+ 0
+
+
+ SuppressBuildableAutocreation
+
+ E8FDFD71226E74F400FE80E7
+
+ primary
+
+
+
+
+
diff --git a/.github/ReadmeGenerator.swift b/.github/main.swift
similarity index 86%
rename from .github/ReadmeGenerator.swift
rename to .github/main.swift
index 1b0be64..ff73152 100644
--- a/.github/ReadmeGenerator.swift
+++ b/.github/main.swift
@@ -1,8 +1,9 @@
//
-// ReadmeGenerator.swift
-// awesome-mac-os-apps-helper
+// main.swift
+// ReadmeGenerator
//
-// Created by Serhii Londar on 11/12/18.
+// Created by Serhii Londar on 4/23/19.
+// Copyright © 2019 Serhii Londar. All rights reserved.
//
import Foundation
@@ -20,11 +21,14 @@ let header = """
## Support
+
Hey friend! Help me out for a couple of :beers:!
List of awesome open source applications for macOS. This list contains a lot of native, and cross-platform apps. The main goal of this repository is to find free open source apps and start contributing. Feel free to [contribute](CONTRIBUTING.md) to the list, any suggestions are welcome!
+## Languages
+
You can see in which language an app is written. Currently there are following languages:
- ![c_icon] - C language.
@@ -54,18 +58,18 @@ You can see in which language an app is written. Currently there are following l
- [Cryptocurrency](#cryptocurrency)
- [Database](#database)
- [Development](#development)
- - [Git](#git)
- - [iOS / macOS](#ios--macos)
- - [JSON Parsing](#json-parsing)
- - [Web development](#web-development)
- - [Other](#other)
+- [Git](#git)
+- [iOS / macOS](#ios--macos)
+- [JSON Parsing](#json-parsing)
+- [Web development](#web-development)
+- [Other](#other)
- [Downloader](#downloader)
- [Editors](#editors)
- - [CSV](#csv)
- - [JSON](#json)
- - [Markdown](#markdown)
- - [TeX](#tex)
- - [Text](#text)
+- [CSV](#csv)
+- [JSON](#json)
+- [Markdown](#markdown)
+- [TeX](#tex)
+- [Text](#text)
- [Extensions](#extensions)
- [Finder](#finder)
- [Games](#games)
@@ -126,6 +130,7 @@ Thanks to all the people who contribute:
[swift_icon]: ./icons/swift-16.png 'Swift language.'
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
"""
+
class JSONApplications: Codable {
let applications: [JSONApplication]
@@ -145,28 +150,34 @@ class JSONApplications: Codable {
class JSONApplication: Codable {
var title: String
+ var iconURL: String
var repoURL: String
var shortDescription: String
var languages: [String]
var screenshots: [String]
- var category: String
+ var categories: [String]
+ var officialSite: String
enum CodingKeys: String, CodingKey {
case title
+ case iconURL = "icon_url"
case repoURL = "repo_url"
case shortDescription = "short_description"
case languages
case screenshots
- case category
+ case categories
+ case officialSite = "official_site"
}
- init(title: String, repoURL: String, shortDescription: String, languages: [String], screenshots: [String], category: String) {
+ init(title: String, iconURL: String, repoURL: String, shortDescription: String, languages: [String], screenshots: [String], categories: [String], officialSite: String) {
self.title = title
+ self.iconURL = iconURL
self.repoURL = repoURL
self.shortDescription = shortDescription
self.languages = languages
self.screenshots = screenshots
- self.category = category
+ self.categories = categories
+ self.officialSite = officialSite
}
}
@@ -208,7 +219,7 @@ class ReadmeGenerator {
var categories = categoriesObject.categories
let subcategories = categories.filter({ $0.parent != nil && !$0.parent!.isEmpty })
- var applications = applicationsObject.applications
+ let applications = applicationsObject.applications
for subcategory in subcategories {
if let index = categories.lastIndex(where: { $0.parent != subcategory.id }) {
@@ -218,14 +229,12 @@ class ReadmeGenerator {
categories = categories.sorted(by: { $0.title < $1.title })
- applications = applications.sorted(by: { $0.category < $1.category })
-
readmeString.append(header)
print("Start iteration....")
for category in categories {
readmeString.append(String.enter + String.section + String.space + category.title + String.enter)
- var categoryApplications = applications.filter({ $0.category == category.id })
+ var categoryApplications = applications.filter({ $0.categories.contains(category.id) })
categoryApplications = categoryApplications.sorted(by: { $0.title < $1.title })
for application in categoryApplications {
@@ -238,7 +247,7 @@ class ReadmeGenerator {
subcategories = subcategories.sorted(by: { $0.title < $1.title })
for subcategory in subcategories {
readmeString.append(String.enter + String.subsection + String.space + subcategory.title + String.enter)
- var categoryApplications = applications.filter({ $0.category == subcategory.id })
+ var categoryApplications = applications.filter({ $0.categories.contains(subcategory.id) })
categoryApplications = categoryApplications.sorted(by: { $0.title < $1.title })
for application in categoryApplications {
@@ -260,7 +269,7 @@ extension String {
static let enter = "\n"
static let section = "###"
static let subsection = "####"
- static let iconPrefix = "_icon"
+ static let iconPrefix = "_icon"
}
extension JSONApplication {
@@ -273,16 +282,16 @@ extension JSONApplication {
markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)")
/*
- if self.screenshots.count > 0 {
- var screenshotsString = String.empty
- screenshotsString += (String.space + Constants.detailsBeginString + String.space)
- self.screenshots.forEach({
- screenshotsString += (String.space + (NSString(format: Constants.srcLinePattern as NSString, $0 as CVarArg) as String) + String.space)
- })
- screenshotsString += (String.space + Constants.detailsEndString + String.space)
- markdownDescription.append(screenshotsString)
- }
- */
+ if self.screenshots.count > 0 {
+ var screenshotsString = String.empty
+ screenshotsString += (String.space + Constants.detailsBeginString + String.space)
+ self.screenshots.forEach({
+ screenshotsString += (String.space + (NSString(format: Constants.srcLinePattern as NSString, $0 as CVarArg) as String) + String.space)
+ })
+ screenshotsString += (String.space + Constants.detailsEndString + String.space)
+ markdownDescription.append(screenshotsString)
+ }
+ */
return markdownDescription
}
}
@@ -309,5 +318,5 @@ struct Constants {
}
}
-
ReadmeGenerator().generateReadme()
+
diff --git a/.travis.yml b/.travis.yml
index 94079fd..dad1ee9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ script:
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com
- danger
after_success:
- - swift ./.github/ReadmeGenerator.swift
+ - swift ./.github/main.swift
- chmod +x ./.github/deploy.sh
- ./.github/deploy.sh
notifications:
diff --git a/applications.json b/applications.json
index 83b322c..0ccc155 100644
--- a/applications.json
+++ b/applications.json
@@ -1,22 +1,31 @@
{
"applications" : [
{
+ "short_description" : "Application which hosts AudioUnits v3 using AVFoundation API. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/vgorloff/AUHost",
"title" : "AUHost",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-Attenuator.png",
"https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MediaLibrary.png",
"https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MainWindow.png"
],
- "short_description" : "Application which hosts AudioUnits v3 using AVFoundation API. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/maculateConception/aural-player",
"title" : "Aural Player",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Compact.png",
"https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Delay.png",
@@ -32,136 +41,176 @@
"https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Time.png",
"https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Sort.png"
],
- "short_description" : "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/kyleneideck/BackgroundMusic",
"title" : "Background Music",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kyleneideck/BackgroundMusic/master/Images/README/Screenshot.png"
],
- "short_description" : "Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "macOS camera recording using ffmpeg ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/hanayik/CAM",
"title" : "CAM",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/3.png",
"https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/4.png",
"https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/1.png",
"https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/2.png"
],
- "short_description" : "macOS camera recording using ffmpeg ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "System-Wide Equalizer for the Mac. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/nodeful/eqMac2",
"title" : "eqMac2",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg",
"https://user-images.githubusercontent.com/8472525/33244041-488cf4b4-d2e8-11e7-986c-49826dd853e1.png"
],
- "short_description" : "System-Wide Equalizer for the Mac. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "The fre:ac audio converter project. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/enzo1982/freac",
"title" : "fre:ac",
+ "icon_url" : "",
"screenshots" : [
"https://freac.org/images/freac-ubuntu.png"
],
- "short_description" : "The fre:ac audio converter project. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "jmc is new macOS media organizer. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/jcm93/jmc",
"title" : "jmc",
+ "icon_url" : "",
"screenshots" : [
"https://puu.sh/xoZYo/bd6d6deeb0.png",
"https://i.imgur.com/SJ5RgM5.png",
"https://puu.sh/xoZHp/31dddfc751.png",
"https://i.imgur.com/oYB83zF.png"
],
- "short_description" : "jmc is new macOS media organizer. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "This app allows you to control the iTunes volume using volume up and volume down hotkeys. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/alberti42/iTunes-Volume-Control",
"title" : "iTunes-Volume-Control",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/alberti42/iTunes-Volume-Control/master/screenshot.png"
],
- "short_description" : "This app allows you to control the iTunes volume using volume up and volume down hotkeys. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "LocalRadio is software for listening to \"Software-Defined Radio\" on your Mac and mobile devices. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/dsward2/LocalRadio",
"title" : "LocalRadio",
+ "icon_url" : "",
"screenshots" : [
"https://cdn.rawgit.com/dsward2/LocalRadio/d3eb87c/Documents/LocalRadio-animation.svg"
],
- "short_description" : "LocalRadio is software for listening to \"Software-Defined Radio\" on your Mac and mobile devices. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "macOS app to show you lyric what currently iTunes or Spotify is playing. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/lyc2345/Lyricism",
"title" : "Lyricism",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.23.34%20AM.jpg",
"https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-07-21%20at%204.34.33%20PM.jpg",
"https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.22.59%20AM.jpg"
],
- "short_description" : "macOS app to show you lyric what currently iTunes or Spotify is playing. ",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Lyrics for iTunes, Spotify and Vox. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/ddddxxx/LyricsX",
"title" : "LyricsX",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/desktop_lyrics.gif",
"https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_3.jpg",
"https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_2.jpg",
"https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_1.jpg"
],
- "short_description" : "Lyrics for iTunes, Spotify and Vox. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Simple yet powerful audio player for BSD/Linux/macOS. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/bsdelf/mous",
"title" : "Mous Player",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt-conv.png",
"https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt5-macos.png",
@@ -169,654 +218,862 @@
"https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-explorer.png",
"https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-play.png"
],
- "short_description" : "Simple yet powerful audio player for BSD/Linux/macOS. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Spotify controller with TouchBar support. ",
+ "categories" : [
+ "touch-bar"
+ ],
"repo_url" : "https://github.com/xzzz9097/Muse",
"title" : "Muse",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/xzzz9097/Muse/master/Screenshots/Window2.png"
],
- "short_description" : "Spotify controller with TouchBar support. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "touch-bar"
+ ]
},
{
+ "short_description" : "SBPlayer is a beautiful and powerful media player base on VLCKit. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/shibiao/SBPlayerClient",
"title" : "SBPlayer",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/shibiao/SBPlayerClient/master/images/0x0ss1.jpg",
"https://raw.githubusercontent.com/shibiao/SBPlayerClient/master/images/0x0ss.jpg"
],
- "short_description" : "SBPlayer is a beautiful and powerful media player base on VLCKit. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Scrobble vinyl, radios, movies to Last.fm. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/ShazamScrobbler/shazamscrobbler-macos",
"title" : "ShazamScrobbler",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/1932338/10404677/7d1ffe58-6ed4-11e5-99d0-c29480a0bfda.png"
],
- "short_description" : "Scrobble vinyl, radios, movies to Last.fm. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Minimal, beautifully designed music player for macOS. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/sonoramac/Sonora",
"title" : "Sonora",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sonoramac/Sonora/master/screenshot.png"
],
- "short_description" : "Minimal, beautifully designed music player for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Spotify and iTunes in your menu bar.",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/kmikiy/SpotMenu",
"title" : "SpotMenu",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kmikiy/SpotMenu/master/Demo/demo.gif"
],
- "short_description" : "Spotify and iTunes in your menu bar.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Spotify mini-player for macOS. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/will-stone/SpotSpot",
"title" : "SpotSpot",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Spotify mini-player for macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Audio input/output source lock for macOS. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/Sunnyyoung/Suohai",
"title" : "Suohai",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Sunnyyoung/Suohai/master/Screenshot/0x01.png"
],
- "short_description" : "Audio input/output source lock for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Instant audio feedback for typing. macOS version. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/yingDev/Tickeys",
"title" : "Tickeys",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/1.png",
"https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/video_thumb.png",
"https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/2.png"
],
- "short_description" : "Instant audio feedback for typing. macOS version. ",
+ "official_site" : "",
"languages" : [
"rust"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/CocoaHeadsBrasil/MuteUnmuteMic",
"title" : "[Un]MuteMic",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/235208/10419593/143171fc-704a-11e5-8270-374ca898685b.gif"
],
- "short_description" : "macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ",
+ "categories" : [
+ "audio"
+ ],
"repo_url" : "https://github.com/getoffmyhack/waveSDR",
"title" : "waveSDR",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/getoffmyhack/waveSDR/master/screenshot.png"
],
- "short_description" : "macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "audio"
+ ]
},
{
+ "short_description" : "Keep your application settings in sync (macOS/Linux). ",
+ "categories" : [
+ "backup"
+ ],
"repo_url" : "https://github.com/lra/mackup",
"title" : "Mackup",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Keep your application settings in sync (macOS/Linux). ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "backup"
+ ]
},
{
+ "short_description" : "Easily create lightweight documentation of installed applications, dotfiles, and more. ",
+ "categories" : [
+ "backup"
+ ],
"repo_url" : "https://github.com/alichtman/shallow-backup",
"title" : "shallow-backup",
+ "icon_url" : "",
"screenshots" : [
"https://github.com/alichtman/shallow-backup/blob/master/img/shallow-backup-demo.gif"
],
- "short_description" : "Easily create lightweight documentation of installed applications, dotfiles, and more. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "backup"
+ ]
},
{
+ "short_description" : "UrBackup is Client/Server network backup for Windows, macOS and Linux.",
+ "categories" : [
+ "backup"
+ ],
"repo_url" : "https://github.com/uroni/urbackup_backend",
"title" : "UrBackup",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "UrBackup is Client/Server network backup for Windows, macOS and Linux.",
+ "official_site" : "",
"languages" : [
"cpp",
"c"
- ],
- "category" : "backup"
+ ]
},
{
+ "short_description" : "Beaker is an experimental peer-to-peer Web browser. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/beakerbrowser/beaker",
"title" : "Beaker Browser",
+ "icon_url" : "",
"screenshots" : [
"http://nerdist.com/wp-content/uploads/2016/05/the-mad-king-game-of-thrones.jpg",
"https://raw.githubusercontent.com/beakerbrowser/beaker/master/build/icons/256x256.png"
],
- "short_description" : "Beaker is an experimental peer-to-peer Web browser. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/brave/browser-laptop",
"title" : "Brave Browser",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "macOS tool that prompts you to choose a browser when opening a link. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/will-stone/browserosaurus",
"title" : "browserosaurus",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS tool that prompts you to choose a browser when opening a link. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Floating browser window for macOS.",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/JadenGeller/Helium",
"title" : "Helium",
+ "icon_url" : "",
"screenshots" : [
"http://heliumfloats.com/screenshot.png"
],
- "short_description" : "Floating browser window for macOS.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Always opens the right browser. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/johnste/finicky",
"title" : "Finicky",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Always opens the right browser. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/kaktus/kaktus",
"title" : "Kaktus Browser",
+ "icon_url" : "",
"screenshots" : [
"https://cldup.com/qsYAu0F-ja.png",
"https://cldup.com/6jOWAjYdpo.png",
"https://cldup.com/wDadS2XGrb.gif"
],
- "short_description" : "Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/OtterBrowser/otter-browser",
"title" : "otter-browser",
+ "icon_url" : "",
"screenshots" : [
"https://otter-browser.org/screenshots/1.png"
],
- "short_description" : "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : "Safe Exam Browser for macOS and iOS. ",
+ "categories" : [
+ "browser"
+ ],
"repo_url" : "https://github.com/SafeExamBrowser/seb-mac",
"title" : "seb-mac",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Safe Exam Browser for macOS and iOS. ",
+ "official_site" : "",
"languages" : [
"c"
- ],
- "category" : "browser"
+ ]
},
{
+ "short_description" : " Mac app wrapper around Google's stand-alone Android Messenger. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/jake-101/android-messenger-mac",
"title" : "Android Messenger Mac",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/GQiLntX.jpg"
],
- "short_description" : " Mac app wrapper around Google's stand-alone Android Messenger. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Native Mac app wrapper for WhatsApp Web. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/stonesam92/ChitChat",
"title" : "ChitChat",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/riXrTvx.jpg"
],
- "short_description" : "Native Mac app wrapper for WhatsApp Web. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Better WeChat on macOS and Linux. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/geeeeeeeeek/electronic-wechat",
"title" : "Electronic WeChat",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/7262715/14876747/ff691ade-0d49-11e6-8435-cb1fac91b3c2.png"
],
- "short_description" : "Better WeChat on macOS and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/meetfranz/franz",
"title" : "Franz",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/meetfranz/franz/master/./build-helpers/images/icon.png"
],
- "short_description" : "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Native macOS & Windows desktop app for Google Allo. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/kelyvin/Google-Allo-For-Desktop",
"title" : "Google Allo for Desktop",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/5g1VU3S.png"
],
- "short_description" : "Native macOS & Windows desktop app for Google Allo. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Unofficial GroupMe App.",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/dcrousso/GroupMe",
"title" : "GroupMe",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/dcrousso/GroupMe/master/media/screenshot.png"
],
- "short_description" : "Unofficial GroupMe App.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/vector-im/riot-web",
"title" : "Riot.im",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/neilalexander/seaglass",
"title" : "Seaglass",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/neilalexander/seaglass/master/image.png"
],
- "short_description" : "A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Electron app that links with your Signal Android or Signal iOS app. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/signalapp/Signal-Desktop",
"title" : "Signal Desktop",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Electron app that links with your Signal Android or Signal iOS app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Source code of Telegram for macOS on Swift. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/overtake/TelegramSwift",
"title" : "Telegram",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Source code of Telegram for macOS on Swift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Source code of deprecated Telegram for macOS version. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/overtake/telegram",
"title" : "Telegram [Deprecated]",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Source code of deprecated Telegram for macOS version. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Telegram Desktop messaging app. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/telegramdesktop/tdesktop",
"title" : "Telegram Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png"
],
- "short_description" : "Telegram Desktop messaging app. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Textual is an IRC client for macOS. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/Codeux-Software/Textual",
"title" : "Textual",
+ "icon_url" : "",
"screenshots" : [
"https://www.codeux.com/textual/private/images/v600media/YosemiteDarkFullscreen.png",
"https://www.codeux.com/textual/private/images/v600media/YosemiteDarkThumbnail.png",
"https://www.codeux.com/textual/private/images/v600media/YosemiteLightFullscreen.png",
"https://www.codeux.com/textual/private/images/v600media/YosemiteLightThumbnail.png"
],
- "short_description" : "Textual is an IRC client for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "TorChat for Mac is a macOS native and unofficial port of torchat. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/javerous/TorChat-Mac",
"title" : "Torchat-Mac",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "TorChat for Mac is a macOS native and unofficial port of torchat. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Send WhatsApp message from menu bar. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/aldychris/WhatsAppBar",
"title" : "WhatsAppBar",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/AppScreenshoot.png",
"https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WaPref.png",
"https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WhatsAppBarGif.gif"
],
- "short_description" : "Send WhatsApp message from menu bar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "Standalone Electron app for the chatapp Wire. ",
+ "categories" : [
+ "chat"
+ ],
"repo_url" : "https://github.com/wireapp/wire-desktop",
"title" : "Wire Desktop",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Standalone Electron app for the chatapp Wire. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "chat"
+ ]
},
{
+ "short_description" : "macOS app to safely generate cryptocurrency address. ",
+ "categories" : [
+ "cryptocurrency"
+ ],
"repo_url" : "https://github.com/onmyway133/AddressGenerator",
"title" : "AddressGenerator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/demo.png",
"https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/Artboard.png"
],
- "short_description" : "macOS app to safely generate cryptocurrency address. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "cryptocurrency"
+ ]
},
{
+ "short_description" : "App for all the world’s currencies. ",
+ "categories" : [
+ "cryptocurrency"
+ ],
"repo_url" : "https://github.com/balance-io/balance-open",
"title" : "Balance Open",
+ "icon_url" : "",
"screenshots" : [
"https://d3vv6lp55qjaqc.cloudfront.net/items/2840292G3j1g102Q3s21/balance-open.png"
],
- "short_description" : "App for all the world’s currencies. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "cryptocurrency"
+ ]
},
{
+ "short_description" : "macOS menu bar application for tracking crypto coin prices. ",
+ "categories" : [
+ "cryptocurrency"
+ ],
"repo_url" : "https://github.com/adamwaite/CoinBar",
"title" : "CoinBar",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/04.png",
"https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/01.png",
"https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/02.png",
"https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/03.png"
],
- "short_description" : "macOS menu bar application for tracking crypto coin prices. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "cryptocurrency"
+ ]
},
{
+ "short_description" : "macOS menu bar application built with Electron. ",
+ "categories" : [
+ "cryptocurrency"
+ ],
"repo_url" : "https://github.com/geraldoramos/crypto-bar",
"title" : "Crypto Bar",
+ "icon_url" : "",
"screenshots" : [
"https://s3.amazonaws.com/cryptobar/newgif.gif"
],
- "short_description" : "macOS menu bar application built with Electron. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "cryptocurrency"
+ ]
},
{
+ "short_description" : "Native menu bar app with floating window and support for many Exchanges. ",
+ "categories" : [
+ "cryptocurrency"
+ ],
"repo_url" : "https://github.com/kaunteya/FloatCoin",
"title" : "Float coin",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kaunteya/FloatCoin/master//Images/Banner.png"
],
- "short_description" : "Native menu bar app with floating window and support for many Exchanges. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "cryptocurrency"
+ ]
},
{
+ "short_description" : "Universal database tool and SQL client. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/dbeaver/dbeaver",
"title" : "DBeaver",
+ "icon_url" : "",
"screenshots" : [
"https://dbeaver.io/product/dbeaver-ss-classic.png",
"https://dbeaver.io/product/dbeaver-ss-mock.png",
"https://dbeaver.io/product/dbeaver-ss-erd.png",
"https://dbeaver.io/product/dbeaver-ss-dark.png"
],
- "short_description" : "Universal database tool and SQL client. ",
+ "official_site" : "",
"languages" : [
"java"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "SQLite database management GUI. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/sqlitebrowser/sqlitebrowser",
"title" : "DB Browser for SQLite",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/images/sqlitebrowser.png"
],
- "short_description" : "SQLite database management GUI. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "The easiest way to get started with mongoDB on the Mac. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/gcollazo/mongodbapp",
"title" : "mongoDB.app",
+ "icon_url" : "",
"screenshots" : [
"https://gcollazo.github.io/mongodbapp/assets/img/screenshot.png"
],
- "short_description" : "The easiest way to get started with mongoDB on the Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "PostgreSQL GUI client for macOS. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/Paxa/postbird",
"title" : "Postbird",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/26019/41055418-dcc55700-69f3-11e8-8d3e-572cf5febedc.png",
"https://user-images.githubusercontent.com/26019/41055416-dc5a5464-69f3-11e8-87b8-994e763da816.png",
"https://user-images.githubusercontent.com/26019/41055417-dc8eb56a-69f3-11e8-8145-6f0d5eb147a6.png"
],
- "short_description" : "PostgreSQL GUI client for macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "The easiest way to get started with PostgreSQL on the Mac. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/PostgresApp/PostgresApp",
"title" : "Postgres.app",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "The easiest way to get started with PostgreSQL on the Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "The easiest way to get started with Redis on the Mac. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/jpadilla/redisapp",
"title" : "Redis.app",
+ "icon_url" : "",
"screenshots" : [
"https://jpadilla.github.io/redisapp/assets/img/screenshot.png"
],
- "short_description" : "The easiest way to get started with Redis on the Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "MySQL/MariaDB database management for macOS. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/sequelpro/sequelpro",
"title" : "Sequel Pro",
+ "icon_url" : "",
"screenshots" : [
"https://sequelpro.com/images/logo.png",
"https://sequelpro.com/images/browse.png"
],
- "short_description" : "MySQL/MariaDB database management for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/Studio3T/robomongo",
"title" : "Robo 3T",
+ "icon_url" : "",
"screenshots" : [
"https://robomongo.org/static/screens-transparent-6e2a44fd.png"
],
- "short_description" : "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "Cashew macOS Github Issue Tracker.",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/jensteichert/OpenCashew",
"title" : "Cashew",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cashew macOS Github Issue Tracker.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Gitee, macOS status bar application for Github.",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/Nightonke/Gitee",
"title" : "Gitee",
+ "icon_url" : "",
"screenshots" : [
"https://img.shields.io/github/release/nightonke/gitee.svg",
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_1.png",
@@ -833,76 +1090,100 @@
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_notification.png",
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/vc_settings.png"
],
- "short_description" : "Gitee, macOS status bar application for Github.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "GitHub contributions app, for iOS, WatchOS, and macOS. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/remirobert/Github-contributions",
"title" : "Github contributions",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/3276768/19214602/f39af4c0-8d87-11e6-8b3d-3d9c7b94d57c.png"
],
- "short_description" : "GitHub contributions app, for iOS, WatchOS, and macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Simple collaboration from your desktop. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/desktop/desktop",
"title" : "GitHub Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/359239/26094502/a1f56d02-3a5d-11e7-8799-23c7ba5e5106.png"
],
- "short_description" : "Simple collaboration from your desktop. ",
+ "official_site" : "",
"languages" : [
"type_script"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Simple app that will notify about new commits to watched repositories. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/ad/GithubListener",
"title" : "GithubListener",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ad/GithubListener/master/notifyexample.png"
],
- "short_description" : "Simple app that will notify about new commits to watched repositories. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Simple macOS app to alert you when you have unread GitHub notifications. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/erik/github-notify",
"title" : "GithubNotify",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple macOS app to alert you when you have unread GitHub notifications. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Minimalistic Git client for Mac. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/eonist/GitSync",
"title" : "GitSync",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/stylekit/img/master/Element210-01.png"
],
- "short_description" : "Minimalistic Git client for Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "The Git interface you've been missing all your life has finally arrived. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/git-up/GitUp",
"title" : "GitUp",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/t6iC9TC.png",
"http://i.imgur.com/ZfxM7su.png",
@@ -910,244 +1191,320 @@
"http://i.imgur.com/dWpJExk.png",
"http://i.imgur.com/6cuPcT4.png"
],
- "short_description" : "The Git interface you've been missing all your life has finally arrived. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Graphical client for the git version control system. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/gitx/gitx",
"title" : "GitX",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Graphical client for the git version control system. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "macOS application for easily operating GitHub Projects. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/mtgto/GPM",
"title" : "GPM",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS application for easily operating GitHub Projects. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "macOS application to comfortably browse and search through your Messages.app history. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/glaurent/MessagesHistoryBrowser",
"title" : "MessagesHistoryBrowser",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS application to comfortably browse and search through your Messages.app history. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "GitHub contribution streak tracking menubar app. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/jamieweavis/streaker",
"title" : "Streaker",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
"https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
],
- "short_description" : "GitHub contribution streak tracking menubar app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "macOS status bar application for tracking code review process within the team. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/marcinreliga/TeamStatus-for-GitHub",
"title" : "TeamStatus-for-GitHub",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/marcinreliga/TeamStatus-for-GitHub/master/doc/preview.png"
],
- "short_description" : "macOS status bar application for tracking code review process within the team. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/ptsochantaris/trailer",
"title" : "Trailer",
+ "icon_url" : "",
"screenshots" : [
"http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png",
"http://ptsochantaris.github.io/trailer/images/background-2400.png"
],
- "short_description" : "Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Xit is a graphical tool for working with git repositories. ",
+ "categories" : [
+ "git"
+ ],
"repo_url" : "https://github.com/Uncommon/Xit",
"title" : "Xit",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Uncommon/Xit/master/screenshot.png"
],
- "short_description" : "Xit is a graphical tool for working with git repositories. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "git"
+ ]
},
{
+ "short_description" : "Simple toolkit that makes your iOS / macOS apps development more easier. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/alexlee002/alloy",
"title" : "Alloy",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple toolkit that makes your iOS / macOS apps development more easier. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation",
"title" : "AppBox",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/getappbox/Home/master/Images/UploadIPA-Dark.png",
"https://raw.githubusercontent.com/getappbox/Home/master/Images/Dashboard-Dark.png",
"https://raw.githubusercontent.com/getappbox/Home/master/Images/AppURL.png"
],
- "short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Tool for generating icons in all sizes as required by macOS and iOS apps. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/kuyawa/AppIcons",
"title" : "AppIcons",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kuyawa/Gallery/master/AppIcons/appicons.png"
],
- "short_description" : "Tool for generating icons in all sizes as required by macOS and iOS apps. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Trace tool for iOS/macOS. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/everettjf/AppleTrace",
"title" : "AppleTrace",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Trace tool for iOS/macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Gives you indication about the average iOS / macOS app stores review times. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/arbel03/AppStoreReviewTimes",
"title" : "AppStoreReviewTimes",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/Y0jr8lF.png",
"https://i.imgur.com/rwBYris.png"
],
- "short_description" : "Gives you indication about the average iOS / macOS app stores review times. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "App that lets you open .car files and browse/extract their images.",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/insidegui/AssetCatalogTinkerer",
"title" : "Asset Catalog Tinkerer",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot.png",
"https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png",
"https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/./quicklook_thumb.png"
],
- "short_description" : "App that lets you open .car files and browse/extract their images.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/athiercelin/Assets",
"title" : "Assets",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/attaswift/Attabench",
"title" : "Attabench",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Attabench-screenshot.png",
"https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Header.png",
"https://raw.githubusercontent.com/attaswift/Attabench/master/Images/SampleBenchmark.png"
],
- "short_description" : "Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Takes path for your assets images and creates appiconset and imageset for you in just one click. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/angelvasa/AVXCAssets-Generator",
"title" : "AVXCAssets Generator",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Takes path for your assets images and creates appiconset and imageset for you in just one click. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Small application to monitor your GitHub project web page in a native macOS app :octocat:! ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/JustinFincher/BoardForGitHub",
"title" : "Board For GitHub",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/1.jpg",
"https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/2.jpg",
"https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/Banner.jpg"
],
- "short_description" : "Small application to monitor your GitHub project web page in a native macOS app :octocat:! ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS app for submitting radars. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/br1sk/brisk",
"title" : "Brisk",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/br1sk/brisk/master/.github/AppIcon.png",
"https://raw.githubusercontent.com/br1sk/brisk/master/.github/screenshot.png"
],
- "short_description" : "macOS app for submitting radars. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/xing/calabash-launcher",
"title" : "calabash-launcher",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/18147900/32694248-d8c2d7c8-c73b-11e7-8803-81590d61fbf9.png",
"https://user-images.githubusercontent.com/18147900/32609402-e9b05aa2-c55f-11e7-99d6-c2c1b5b8195d.png",
@@ -1155,27 +1512,35 @@
"https://user-images.githubusercontent.com/4619244/32549703-b6356bfc-c48a-11e7-92f0-1e24a985f0dd.png",
"https://user-images.githubusercontent.com/18147900/32503133-c04ee05e-c3dc-11e7-8394-3c0eb5b0105b.gif"
],
- "short_description" : "iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Cleaner for Xcode.app built with react-native-macOS. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/waylybaye/XcodeCleaner",
"title" : "Cleaner for Xcode",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cleaner for Xcode.app built with react-native-macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Native Apple macOS app for testing HTTP/REST endpoints. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/mmattozzi/cocoa-rest-client",
"title" : "CocoaRestClient",
+ "icon_url" : "",
"screenshots" : [
"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-1.png",
"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-2.png",
@@ -1183,223 +1548,295 @@
"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-5.png",
"https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-6.png"
],
- "short_description" : "Native Apple macOS app for testing HTTP/REST endpoints. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS App to explore CoreImage Filters. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/KrisYu/FilterShop",
"title" : "FilterShop",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/KrisYu/FilterShop/master/showcase.png"
],
- "short_description" : "macOS App to explore CoreImage Filters. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS app to generate app icons. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/onmyway133/IconGenerator",
"title" : "IconGenerator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/gif.gif",
"https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/banner.png"
],
- "short_description" : "macOS app to generate app icons. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Create Xcode image catalogs (xcassets) on the fly. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/raphaelhanneken/iconizer",
"title" : "Iconizer",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/raphaelhanneken/iconizer/master/screenshot.png"
],
- "short_description" : "Create Xcode image catalogs (xcassets) on the fly. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/SAP/macos-icon-generator",
"title" : "Icons.app",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "overdue Swift rewrite of Injection.",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/johnno1962/InjectionIII",
"title" : "InjectionIII",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "overdue Swift rewrite of Injection.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/devcxm/iOS-Images-Extractor",
"title" : "iOS Images Extractor",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/devcxm/iOS-Images-Extractor/master/iOSImagesExtractor/iOSImagesExtractor/Images.xcassets/AppIcon.appiconset/AppIcon-256.png",
"https://cloud.githubusercontent.com/assets/8568955/7927878/874f0594-0918-11e5-9fe3-452372f5affd.gif"
],
- "short_description" : "iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/wigl/iSimulator",
"title" : "iSimulator",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/shaojiankui/iSimulator",
"title" : "iSimulator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/shaojiankui/iSimulator/master/demo.png"
],
- "short_description" : "iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "The debug application for Apple Push Notification Service (APNs). ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/KnuffApp/Knuff",
"title" : "Knuff",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/499192/12481271/36b610e0-c048-11e5-9be6-ee9e996036a2.png"
],
- "short_description" : "The debug application for Apple Push Notification Service (APNs). ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Intuitive app to display transparent images on screen. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/yuhua-chen/LayerX",
"title" : "LayerX",
+ "icon_url" : "",
"screenshots" : [
"http://img.youtube.com/vi/35KixjZBDjY/0.jpg"
],
- "short_description" : "Intuitive app to display transparent images on screen. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Mac app to localize your iOS and macOS projects. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/ralcr/Localizable.strings",
"title" : "Localizable.strings",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Mac app to localize your iOS and macOS projects. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Localizations is an macOS app that manages your Xcode project localization files (.strings). ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/athiercelin/Localizations",
"title" : "Localizations",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Localizations is an macOS app that manages your Xcode project localization files (.strings). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/igorkulman/iOSLocalizationEditor",
"title" : "Localization Editor",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS app for convenient access to the system color panel. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/nvzqz/Menubar-Colors",
"title" : "Menubar Colors",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/./Example.jpg"
],
- "short_description" : "macOS app for convenient access to the system color panel. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "App to customize your Touch Bar as you want. ",
+ "categories" : [
+ "touch-bar"
+ ],
"repo_url" : "https://github.com/toxblh/MTMR",
"title" : "MyTouchbarMyRules",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "App to customize your Touch Bar as you want. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "touch-bar"
+ ]
},
{
+ "short_description" : "macOS app which helps you manage dependency releases in your Podfile. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/kizitonwose/PodsUpdater",
"title" : "PodsUpdater",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_2.png",
"https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_1.png"
],
- "short_description" : "macOS app which helps you manage dependency releases in your Podfile. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/shaojiankui/ProfilesManager",
"title" : "ProfilesManager",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/shaojiankui/ProfilesManager/master/demo.jpg"
],
- "short_description" : "Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS app to test push notifications on iOS and Android. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/onmyway133/PushNotifications",
"title" : "PushNotifications",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/TeamId.png",
"https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSToken.png",
@@ -1411,99 +1848,131 @@
"https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/AndroidServerKey.png",
"https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Certificate.png"
],
- "short_description" : "macOS app to test push notifications on iOS and Android. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/InjoyDeng/ResignTool",
"title" : "ResignTool",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/H8kRoPf.png"
],
- "short_description" : "This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "MacOS application for creating AppIcon for iOS and Android apps.",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/onurgenes/Resizr",
"title" : "Resizr",
+ "icon_url" : "",
"screenshots" : [
-
+
],
- "short_description" : "MacOS application for creating AppIcon for iOS and Android apps.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "iOS Push Notification Debug App. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/shaojiankui/SmartPush",
"title" : "SmartPush",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/shaojiankui/SmartPush/master/demo.png"
],
- "short_description" : "iOS Push Notification Debug App. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Small application to display your designs on the Touch Bar of the new MacBook Pro. ",
+ "categories" : [
+ "touch-bar"
+ ],
"repo_url" : "https://github.com/touchbar/Touch-Bar-Preview",
"title" : "Touch Bar Preview",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Small application to display your designs on the Touch Bar of the new MacBook Pro. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "touch-bar"
+ ]
},
{
+ "short_description" : "Use the Touch Bar on any Mac. ",
+ "categories" : [
+ "touch-bar"
+ ],
"repo_url" : "https://github.com/sindresorhus/touch-bar-simulator",
"title" : "Touch Bar Simulator",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Use the Touch Bar on any Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "touch-bar"
+ ]
},
{
+ "short_description" : "iOS/Android app deployment tool for macOS. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/iseebi/TransporterPad",
"title" : "TransporterPad",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "iOS/Android app deployment tool for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Unofficial WWDC app for macOS. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/insidegui/WWDC",
"title" : "WWDC",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial WWDC app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/ssamadgh/WWDCsrt",
"title" : "WWDC.srt",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png",
"https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session02.png",
@@ -1511,244 +1980,324 @@
"https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/TextFile.png",
"https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session01.png"
],
- "short_description" : "Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "Tool to convert Xcode .xib to .storyboard files. ",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/novemberfiveco/xib2Storyboard",
"title" : "xib2Storyboard",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Tool to convert Xcode .xib to .storyboard files. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ",
+ "categories" : [
+ "json-parsing"
+ ],
"repo_url" : "https://github.com/zadr/j2s",
"title" : "j2s",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "json-parsing"
+ ]
},
{
+ "short_description" : "Simple macOS app to generate Swift Object Mapper classes from JSON. ",
+ "categories" : [
+ "json-parsing"
+ ],
"repo_url" : "https://github.com/AppCraft-LLC/json-mapper",
"title" : "JSON Mapper",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple macOS app to generate Swift Object Mapper classes from JSON. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "json-parsing"
+ ]
},
{
+ "short_description" : "Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ",
+ "categories" : [
+ "json-parsing"
+ ],
"repo_url" : "https://github.com/Ahmed-Ali/JSONExport",
"title" : "JSONExport",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/5157350/5228493/72693010-7713-11e4-9e42-625a8590424a.png"
],
- "short_description" : "Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "json-parsing"
+ ]
},
{
+ "short_description" : "Simple macOS app for uploading files to Amazon Web Services. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/RafalWilinski/s3-uploader",
"title" : "aws-s3-uploader",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master//upload_anim.gif"
],
- "short_description" : "Simple macOS app for uploading files to Amazon Web Services. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/TheNewNormal/corectl.app",
"title" : "Corectl App for macOS",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/TheNewNormal/corectl.app/master/corectl_app.png"
],
- "short_description" : "Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/TheNewNormal/coreos-osx",
"title" : "CoreOS VM",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/TheNewNormal/coreos-osx/master/coreos-osx.png"
],
- "short_description" : "CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Insomnia is a cross-platform REST client, built on top of Electron. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/getinsomnia/insomnia",
"title" : "Insomnia",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/getinsomnia/insomnia/master/screenshots/main.png"
],
- "short_description" : "Insomnia is a cross-platform REST client, built on top of Electron. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "macOS app to let you access iTunesConnect. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/ronakdev/itunesconnect",
"title" : "iTunesConnect",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app to let you access iTunesConnect. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/DanSanche/KubeMonitor",
"title" : "KubeMonitor",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/./Screenshot.png"
],
- "short_description" : "KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Dedicated Mac app for website auditing and crawling. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/BurntCaramel/Lantern",
"title" : "Lantern",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Dedicated Mac app for website auditing and crawling. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/plan44/localSites",
"title" : "LocalSites",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/andypotts/mockup-generator",
"title" : "Mockup Generator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot2.png",
"https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot1.png"
],
- "short_description" : "Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Npm desktop GUI. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/720kb/ndm",
"title" : "ndm",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/6KL3pt7.png"
],
- "short_description" : "Npm desktop GUI. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Evaluate Nodejs/JS code snippets from Menubar. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/vsaravind007/nodeScratchpad",
"title" : "nodeScratchpad",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Evaluate Nodejs/JS code snippets from Menubar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Create deployments right from the tray menu. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/zeit/now-desktop",
"title" : "Now Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://assets.zeit.co/image/upload/v1537714691/repositories/now-desktop/now-desktop-repo-banner.png"
],
- "short_description" : "Create deployments right from the tray menu. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "macOS app for monitoring the status of cloud services. ",
+ "categories" : [
+ "web-development"
+ ],
"repo_url" : "https://github.com/inket/stts",
"title" : "stts",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/OAK3hR0.png"
],
- "short_description" : "macOS app for monitoring the status of cloud services. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "web-development"
+ ]
},
{
+ "short_description" : "Node and Attribute viewer for Chef ",
+ "categories" : [
+ "other-development"
+ ],
"repo_url" : "https://github.com/Yasumoto/ChefInspector",
"title" : "ChefInspector",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Yasumoto/ChefInspector/master/screenshot.png"
],
- "short_description" : "Node and Attribute viewer for Chef ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other-development"
+ ]
},
{
+ "short_description" : "Browser for macOS Mach-O binaries. ",
+ "categories" : [
+ "other-development"
+ ],
"repo_url" : "https://github.com/dcsch/macho-browser",
"title" : "macho-browser",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Browser for macOS Mach-O binaries. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other-development"
+ ]
},
{
+ "short_description" : "Browser based GUI for **LLDB** Debugger. ",
+ "categories" : [
+ "other-development"
+ ],
"repo_url" : "https://github.com/ant4g0nist/vegvisir",
"title" : "vegvisir",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs.png",
"https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/sections.png",
@@ -1759,439 +2308,579 @@
"https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/target_create.png",
"https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs_imported.png"
],
- "short_description" : "Browser based GUI for **LLDB** Debugger. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "other-development"
+ ]
},
{
+ "short_description" : "Easily search and download macOS apps from the huge `homebrew cask` app catalog. ",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/yep/app-downloader",
"title" : "App Downloader",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Easily search and download macOS apps from the huge `homebrew cask` app catalog. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/Kevin-De-Koninck/Get-It",
"title" : "Get It",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "macOS Video Downloader written in Swift and Objective-C.",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/Pjirlip/Pillager",
"title" : "Pillager",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/pillagerpreview.png",
"https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/useffmpeg.gif"
],
- "short_description" : "macOS Video Downloader written in Swift and Objective-C.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "desktop application for downloading Udemy Courses. ",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/FaisalUmair/udemy-downloader-gui",
"title" : "udemy-downloader-gui",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "desktop application for downloading Udemy Courses. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "macOS app to download Youtube videos. ",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/onmyway133/YoutubeDownloader",
"title" : "Youtube Downloader",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/screenshot1.png",
"https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/Icon.png"
],
- "short_description" : "macOS app to download Youtube videos. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
+ "categories" : [
+ "downloader"
+ ],
"repo_url" : "https://github.com/DenBeke/YouTube-Downloader-for-macOS",
"title" : "YouTube Downloader for macOS",
+ "icon_url" : "",
"screenshots" : [
"https://denbeke.be/blog/wp-content/uploads/2017/11/Youtube-downloader-macOS-Swift.gif"
],
- "short_description" : "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "downloader"
+ ]
},
{
+ "short_description" : "simple CSV editor for the macOS. ",
+ "categories" : [
+ "csv"
+ ],
"repo_url" : "https://github.com/jakob/TableTool",
"title" : "TableTool",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "simple CSV editor for the macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "csv"
+ ]
},
{
+ "short_description" : "GUI for editing, visualizing, and manipulating JSON data. ",
+ "categories" : [
+ "json"
+ ],
"repo_url" : "https://github.com/wellsjo/JSON-Splora",
"title" : "JSON-Splora",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/CiXIrrg.gif",
"https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png"
],
- "short_description" : "GUI for editing, visualizing, and manipulating JSON data. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "json"
+ ]
},
{
+ "short_description" : "Tree-structured markdown editor for macOS, Windows, and Linux. ",
+ "categories" : [
+ "markdown"
+ ],
"repo_url" : "https://github.com/gingko/client",
"title" : "Gingko",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/gingko/client/master/./docs/images/screenshot-alien-screenplay.png"
],
- "short_description" : "Tree-structured markdown editor for macOS, Windows, and Linux. ",
+ "official_site" : "",
"languages" : [
"elm"
- ],
- "category" : "markdown"
+ ]
},
{
+ "short_description" : "Markdown editor for macOS. ",
+ "categories" : [
+ "markdown"
+ ],
"repo_url" : "https://github.com/MacDownApp/macdown",
"title" : "MacDown",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Markdown editor for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "markdown"
+ ]
},
{
+ "short_description" : "Realtime preview markdown editor for macOS Windows and Linux. ",
+ "categories" : [
+ "markdown"
+ ],
"repo_url" : "https://github.com/marktext/marktext/",
"title" : "Mark Text",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Realtime preview markdown editor for macOS Windows and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "markdown"
+ ]
},
{
+ "short_description" : "A modern MacOS markdown editor. ",
+ "categories" : [
+ "markdown"
+ ],
"repo_url" : "https://github.com/lukakerr/Pine",
"title" : "Pine",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/ptzSBmo.jpg",
"https://camo.githubusercontent.com/14fd8828c4ab0e59f62cd7457fff295fe8113f26/68747470733a2f2f692e696d6775722e636f6d2f767841614e65582e706e67",
"https://camo.githubusercontent.com/77b139742c8d23e154de89331b5fcfd3672878bf/68747470733a2f2f692e696d6775722e636f6d2f354c51314c6c342e706e67"
],
- "short_description" : "A modern MacOS markdown editor. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "markdown"
+ ]
},
{
+ "short_description" : "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ",
+ "categories" : [
+ "tex"
+ ],
"repo_url" : "https://github.com/qilin-editor/qilin-app",
"title" : "Qilin Editor",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/VOGLGv5.png",
"https://i.imgur.com/LYzVw99.png",
"https://i.imgur.com/utXxWLf.png"
],
- "short_description" : "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "tex"
+ ]
},
{
+ "short_description" : "Lightweight Plain-Text Editor for macOS. ",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/coteditor/CotEditor",
"title" : "CotEditor",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/coteditor/CotEditor/master/screenshot@2x.png"
],
- "short_description" : "Lightweight Plain-Text Editor for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "Text editor for macOS. ",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/macvim-dev/macvim",
"title" : "MacVim",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Text editor for macOS. ",
+ "official_site" : "",
"languages" : [
"c"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "Plain text editor for macOS with customizable themes. ",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/brunophilipe/noto",
"title" : "Noto",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/BlqwbV7.png",
"http://i.imgur.com/SXh8o7n.png"
],
- "short_description" : "Plain text editor for macOS with customizable themes. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "TextMate is a graphical text editor for macOS. ",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/textmate/textmate",
"title" : "TextMate",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/textmate/textmate/gh-pages/images/screenshot.png"
],
- "short_description" : "TextMate is a graphical text editor for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "Refined Neovim experience for macOS. ",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/qvacua/vimr",
"title" : "VimR",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Refined Neovim experience for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ",
+ "categories" : [
+ "extensions"
+ ],
"repo_url" : "https://github.com/Capevace/BetterPiP",
"title" : "BetterPiP",
+ "icon_url" : "",
"screenshots" : [
"https://media.giphy.com/media/3b7gn1cvDnjDk9Kngv/giphy-downsized-large.gif"
],
- "short_description" : "Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "extensions"
+ ]
},
{
+ "short_description" : "PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ",
+ "categories" : [
+ "extensions"
+ ],
"repo_url" : "https://github.com/arnoappenzeller/PiPifier",
"title" : "PiPifier",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/demo.gif",
"https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/Banner.png",
"https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/pipifier_ios_usage.gif"
],
- "short_description" : "PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "extensions"
+ ]
},
{
+ "short_description" : "Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ",
+ "categories" : [
+ "extensions"
+ ],
"repo_url" : "https://github.com/bfmatei/PiPTool",
"title" : "PiPTool",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "extensions"
+ ]
},
{
+ "short_description" : "Clipy is a Clipboard extension app for macOS. ",
+ "categories" : [
+ "finder"
+ ],
"repo_url" : "https://github.com/Clipy/Clipy",
"title" : "Clipy",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Clipy/Clipy/master/./Resources/clipy_logo.png",
"https://clipy-app.com/img/screenshot1.png"
],
- "short_description" : "Clipy is a Clipboard extension app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "finder"
+ ]
},
{
+ "short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
+ "categories" : [
+ "finder"
+ ],
"repo_url" : "https://github.com/onmyway133/FinderGo",
"title" : "Finder Go",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "finder"
+ ]
},
{
+ "short_description" : "Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ",
+ "categories" : [
+ "finder"
+ ],
"repo_url" : "https://github.com/Mortennn/FiScript",
"title" : "FiScript",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/landingNoText.png",
"https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/logo.png"
],
- "short_description" : "Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "finder"
+ ]
},
{
+ "short_description" : "Finder toolbar app to open current folder in Visual Studio Code. ",
+ "categories" : [
+ "finder"
+ ],
"repo_url" : "https://github.com/sozercan/OpenInCode",
"title" : "OpenInCode",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/F5ZrCmS.gif"
],
- "short_description" : "Finder toolbar app to open current folder in Visual Studio Code. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "finder"
+ ]
},
{
+ "short_description" : "Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/wesnoth/wesnoth",
"title" : "Battle for Wesnoth",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "The DOS game emulator that’s fit for your Mac.",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/alunbestor/Boxer",
"title" : "Boxer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "The DOS game emulator that’s fit for your Mac.",
+ "official_site" : "",
"languages" : [
"cpp",
"objective_c"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Powerful emulator for Nintendo GameCube and Wii games. ",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/dolphin-emu/dolphin",
"title" : "Dolphin",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Powerful emulator for Nintendo GameCube and Wii games. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Retro video game emulation for macOS. ",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/OpenEmu/OpenEmu",
"title" : "OpenEmu",
+ "icon_url" : "",
"screenshots" : [
"http://openemu.org/img/intro-md.png"
],
- "short_description" : "Retro video game emulation for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Re-implementation of RollerCoaster Tycoon 2. ",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/OpenRCT2/OpenRCT2",
"title" : "OpenRCT2",
+ "icon_url" : "",
"screenshots" : [
"https://camo.githubusercontent.com/888d993a9716208446bd0d5a762977d6b7993058/68747470733a2f2f692e696d6775722e636f6d2f6537434b3553632e706e67"
],
- "short_description" : "Re-implementation of RollerCoaster Tycoon 2. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Turn your screen into a playable level of Mario. ",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/AaronRandall/Screentendo",
"title" : "Screentendo",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/AaronRandall/Screentendo/master/Screentendo/Screentendo.gif"
],
- "short_description" : "Turn your screen into a playable level of Mario. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Beautiful, powerful chess application.",
+ "categories" : [
+ "games"
+ ],
"repo_url" : "https://github.com/daylen/stockfish-mac",
"title" : "Stockfish",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Beautiful, powerful chess application.",
+ "official_site" : "",
"languages" : [
"cpp",
"objective_c"
- ],
- "category" : "games"
+ ]
},
{
+ "short_description" : "Animated sprite editor & pixel art tool (Windows, macOS, Linux).",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/aseprite/aseprite",
"title" : "Aseprite",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Animated sprite editor & pixel art tool (Windows, macOS, Linux).",
+ "official_site" : "",
"languages" : [
"cpp",
"c"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Tool to capture screenshot and recognize text by online ocr apis. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/gragrance/CaptuocrToy",
"title" : "CaptuocrToy",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif"
],
- "short_description" : "Tool to capture screenshot and recognize text by online ocr apis. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Gif capture app for macOS. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/onmyway133/GifCapture",
"title" : "GifCapture",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/gifcapture.png",
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g1.gif",
@@ -2199,263 +2888,347 @@
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g2.gif",
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g3.gif"
],
- "short_description" : "Gif capture app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/lettier/gifcurry",
"title" : "Gifcurry",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/KFZyEqq.png",
"https://i.imgur.com/ByyCNuk.gif"
],
- "short_description" : "Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ",
+ "official_site" : "",
"languages" : [
"haskell"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Convert videos to high-quality GIFs. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/sindresorhus/gifski-app",
"title" : "Gifski",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot2.jpg",
"https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot.jpg",
"https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/AppIcon-readme.png"
],
- "short_description" : "Convert videos to high-quality GIFs. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Proof of concept Mac drawing application. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/CleanCocoa/InfiniteCanvas",
"title" : "InfiniteCanvas",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/CleanCocoa/InfiniteCanvas/master/assets/title-sketch.png"
],
- "short_description" : "Proof of concept Mac drawing application. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/dsward2/macSVG",
"title" : "macSVG",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/dsward2/macSVG/master/README_images/macsvg-screenshot.jpg"
],
- "short_description" : "macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Choose your Material colours and copy the hex code. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/BafS/Material-Colors-native",
"title" : "Material Colors Native",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/jIJ4Gcf.gif"
],
- "short_description" : "Choose your Material colours and copy the hex code. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/pencil2d/pencil",
"title" : "Pencil2D Animation",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/duyquoc/ScreenToLayers",
"title" : "ScreenToLayers for macOS",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/./Others/presentation.png"
],
- "short_description" : "ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.",
+ "official_site" : "",
"languages" : [
"objective_c",
"css"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "Plugin manager for Sketch.app.",
+ "categories" : [
+ "graphics"
+ ],
"repo_url" : "https://github.com/buzzfeed/Sketch-Toolbox",
"title" : "Sketch Toolbox",
+ "icon_url" : "",
"screenshots" : [
"https://i.cloudup.com/XTLlL1-Stt-3000x3000.png"
],
- "short_description" : "Plugin manager for Sketch.app.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "graphics"
+ ]
},
{
+ "short_description" : "The hackable text editor. ",
+ "categories" : [
+ "ide"
+ ],
"repo_url" : "https://github.com/atom/atom",
"title" : "Atom",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "The hackable text editor. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "ide"
+ ]
},
{
+ "short_description" : "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
+ "categories" : [
+ "ide"
+ ],
"repo_url" : "https://github.com/onivim/oni",
"title" : "Oni",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
+ "official_site" : "",
"languages" : [
"javascript",
"type_script"
- ],
- "category" : "ide"
+ ]
},
{
+ "short_description" : "Code editor developed by Microsoft. ",
+ "categories" : [
+ "ide"
+ ],
"repo_url" : "https://github.com/Microsoft/vscode",
"title" : "Visual Studio Code",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png"
],
- "short_description" : "Code editor developed by Microsoft. ",
+ "official_site" : "",
"languages" : [
"type_script"
- ],
- "category" : "ide"
+ ]
},
{
+ "short_description" : "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",
+ "categories" : [
+ "ide"
+ ],
"repo_url" : "https://github.com/pkulchenko/ZeroBraneStudio",
"title" : "ZeroBraneStudio",
+ "icon_url" : "",
"screenshots" : [
"https://studio.zerobrane.com/images/debugging.png"
],
- "short_description" : "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",
+ "official_site" : "",
"languages" : [
"lua"
- ],
- "category" : "ide"
+ ]
},
{
+ "short_description" : "macOS app which assembles and disassembles animated png files. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/shgodoroja/APNGb",
"title" : "APNGb",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app which assembles and disassembles animated png files. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Insane(ly slow but wicked good) PNG image optimization. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/chrissimpkins/Crunch",
"title" : "Crunch",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Insane(ly slow but wicked good) PNG image optimization. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "macOS Status Bar App for quick sketch. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/wddwycc/Freehand",
"title" : "Freehand",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/wddwycc/Freehand/master/_images/demo.png"
],
- "short_description" : "macOS Status Bar App for quick sketch. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Gimp is GNU Image Manipulation Program. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/GNOME/gimp",
"title" : "Gimp",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Gimp is GNU Image Manipulation Program. ",
+ "official_site" : "",
"languages" : [
"c"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/liamrosenfeld/Iconology",
"title" : "Iconology",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Mac GUI for pngquant, pngnq and posterizer.",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/kornelski/ImageAlpha",
"title" : "ImageAlpha",
+ "icon_url" : "",
"screenshots" : [
"https://pngmini.com/screenshot-1.3.png"
],
- "short_description" : "Mac GUI for pngquant, pngnq and posterizer.",
+ "official_site" : "",
"languages" : [
"objective_c",
"python"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/meowtec/Imagine",
"title" : "Imagine",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ",
+ "official_site" : "",
"languages" : [
"type_script"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "Katana is a simple screenshot utility for macOS that lives in your menubar.",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/bluegill/katana",
"title" : "Katana",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Katana is a simple screenshot utility for macOS that lives in your menubar.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "macOS app for finding and lost forgotten photos on your disks. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/gergelysanta/photominer",
"title" : "PhotoMiner",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/06.png",
"https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/02.png",
@@ -2464,607 +3237,803 @@
"https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/05.png",
"https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/07.png"
],
- "short_description" : "macOS app for finding and lost forgotten photos on your disks. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "macOS menubar app for automating screenshots. ",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/crilleengvall/Screenbar",
"title" : "Screenbar",
+ "icon_url" : "",
"screenshots" : [
"https://www.screenbar.net/assets/images/screenbar-window.png"
],
- "short_description" : "macOS menubar app for automating screenshots. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.",
+ "categories" : [
+ "images"
+ ],
"repo_url" : "https://github.com/1000ch/WebPonize",
"title" : "WebPonize",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.",
+ "official_site" : "",
"languages" : [
"swift",
"c"
- ],
- "category" : "images"
+ ]
},
{
+ "short_description" : "macOS application for controlling AnnePro keyboard over bluetooth. ",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/msvisser/AnnePro-mac",
"title" : "AnnePro-mac",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS application for controlling AnnePro keyboard over bluetooth. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/Pyroh/Fluor",
"title" : "Fluor",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Karabiner-Elements configuration manager, rescue to bloated karabiner.json ",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/yqrashawn/GokuRakuJoudo",
"title" : "GokuRakuJoudo",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Karabiner-Elements configuration manager, rescue to bloated karabiner.json ",
+ "official_site" : "",
"languages" : [
"clojure"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/tekezo/Karabiner",
"title" : "Karabiner",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.",
+ "official_site" : "",
"languages" : [
"cpp",
"objective_c"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/tekezo/Karabiner-Elements",
"title" : "Karabiner-Elements",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.",
+ "official_site" : "",
"languages" : [
"cpp",
"objective_c"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Better input source switcher for macOS. ",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/utatti/kawa",
"title" : "Kawa",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif",
"https://raw.githubusercontent.com/utatti/kawa/master/resource/png/logo.png"
],
- "short_description" : "Better input source switcher for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Switch the right application ASAP. ",
+ "categories" : [
+ "keyboard"
+ ],
"repo_url" : "https://github.com/gbammc/Thor",
"title" : "Thor",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_settings.png",
"https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_list.png"
],
- "short_description" : "Switch the right application ASAP. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "keyboard"
+ ]
},
{
+ "short_description" : "Menubar/taskbar Gmail App for Windows and macOS. ",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/amitmerchant1990/correo",
"title" : "Correo",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Menubar/taskbar Gmail App for Windows and macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Fast and Simple Email Client.",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/dinhviethoa/dejalu",
"title" : "dejalu",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/dinhviethoa/dejalu/master/screenshot.jpg"
],
- "short_description" : "Fast and Simple Email Client.",
+ "official_site" : "",
"languages" : [
"cpp",
"objective_c"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Unofficial Google Inbox Desktop App.",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/denysdovhan/inboxer",
"title" : "Inboxer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial Google Inbox Desktop App.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Wrapper for Inbox by Gmail. ",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/chenasraf/gInbox",
"title" : "gInbox",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/ZxaChmj.png"
],
- "short_description" : "Wrapper for Inbox by Gmail. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Extensible mail client. ",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/nylas/nylas-mail",
"title" : "Nylas Mail",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Extensible mail client. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Cross Platform messaging and emailing app that combines common web applications into one.",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/ramboxapp/community-edition",
"title" : "Rambox",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross Platform messaging and emailing app that combines common web applications into one.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "Status bar Mac application to overcome time constrained WiFi networks. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/alvesjtiago/airpass",
"title" : "Airpass",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Status bar Mac application to overcome time constrained WiFi networks. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "macOS menubar status indicator. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/tonsky/AnyBar",
"title" : "AnyBar",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS menubar status indicator. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Put the output from any script or program in your macOS Menu Bar. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/matryer/bitbar",
"title" : "BitBar",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Put the output from any script or program in your macOS Menu Bar. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/josh-/CloudyTabs",
"title" : "CloudyTabs",
+ "icon_url" : "",
"screenshots" : [
"http://joshparnham.com/projects/cloudytabs/CloudyTabs.png"
],
- "short_description" : "Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Simple menu bar weather app for macOS written in Swift. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/inderdhir/DatWeatherDoe",
"title" : "DatWeatherDoe",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple menu bar weather app for macOS written in Swift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Simple (bare-bones) macOS menubar extra to apply display presets. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/Kwpolska/DisplayMenu",
"title" : "DisplayMenu",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple (bare-bones) macOS menubar extra to apply display presets. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Hide MacOS menubar items. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/Mortennn/Dozer",
"title" : "Dozer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Hide MacOS menubar items. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/CodySchrank/gSwitch",
"title" : "gSwitch",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/iglance/iGlance",
"title" : "iGlance",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "macOS app to change the screen brightness on the menubar. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/lucasbento/menubar-brightness",
"title" : "Menubar Brightness",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app to change the screen brightness on the menubar. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "CPU, memory, disk, and network monitoring tools for macOS. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/yujitach/MenuMeters",
"title" : "MenuMeters",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "CPU, memory, disk, and network monitoring tools for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "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. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/isaiasmatewos/night-shift-control",
"title" : "Night Shift Control",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/isaiasmatewos/night-shift-control/master/screenshot.png"
],
- "short_description" : "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. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Quickly hacked up PSI macOS status bar app. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/nikhilsh/PSIBar",
"title" : "PSIBar",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Quickly hacked up PSI macOS status bar app. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "A mac menu bar app that provides note taking functionality though a quick dropdown menu. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/alexrosenfeld10/Quickeys",
"title" : "Quickeys",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/alexrosenfeld10/Quickeys/master/Images/Quickeys.png"
],
- "short_description" : "A mac menu bar app that provides note taking functionality though a quick dropdown menu. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/archagon/sensible-side-buttons",
"title" : "SensibleSideButtons",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "macOS menu bar app that gives you more control over Night Shift. ",
+ "categories" : [
+ "menubar"
+ ],
"repo_url" : "https://github.com/thompsonate/Shifty",
"title" : "Shifty",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/thompsonate/Shifty/master/docs/en/images/prefs-general-screenshot-shadow.png"
],
- "short_description" : "macOS menu bar app that gives you more control over Night Shift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "menubar"
+ ]
},
{
+ "short_description" : "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/AnaghSharma/Carol",
"title" : "Carol",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ",
+ "official_site" : "",
"languages" : [
"c_sharp"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/cemolcay/ChordDetector",
"title" : "ChordDetector",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "Deezer Desktop app for Windows, Linux and macOS. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/imanel/deezplayer",
"title" : "DeezPlayer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Deezer Desktop app for Windows, Linux and macOS. ",
+ "official_site" : "",
"languages" : [
"coffee_script"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "macOS app to visualise your iTunes library as graphs. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/Zac-Garby/iTunes-Graphs",
"title" : "iTunes Graphs",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot2.png",
"https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot.png"
],
- "short_description" : "macOS app to visualise your iTunes library as graphs. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "Simple Spotify lyrics viewer menu bar app for macOS in Swift. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/mamal72/lyricsify-mac",
"title" : "lyricsify",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/en.png",
"https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/fa.png"
],
- "short_description" : "Simple Spotify lyrics viewer menu bar app for macOS in Swift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "SoundCloud for macOS and Windows. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/salomvary/soundcleod",
"title" : "SoundCleod",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/salomvary/soundcleod/master/screenshot.png"
],
- "short_description" : "SoundCloud for macOS and Windows. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "Control Spotify without leaving your terminal. :notes: ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/ersel/spotify-cli-mac",
"title" : "Spotify-Cli-Mac",
+ "icon_url" : "",
"screenshots" : [
"https://asciinema.org/a/ejbbvaa8833wq4xn4d2xuc9jx.png"
],
- "short_description" : "Control Spotify without leaving your terminal. :notes: ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "macOS wrapper for music.youtube.com. ",
+ "categories" : [
+ "music"
+ ],
"repo_url" : "https://github.com/steve228uk/YouTube-Music",
"title" : "YouTube-Music",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-1.png",
"https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-2.png",
"https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-3.png",
"https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-4.png"
],
- "short_description" : "macOS wrapper for music.youtube.com. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "music"
+ ]
},
{
+ "short_description" : "Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ",
+ "categories" : [
+ "news"
+ ],
"repo_url" : "https://github.com/ngquerol/Diurna",
"title" : "Diurna",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ngquerol/Diurna/master/diurna.png"
],
- "short_description" : "Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "news"
+ ]
},
{
+ "short_description" : "Hacker News Delivered to Desktop. ",
+ "categories" : [
+ "news"
+ ],
"repo_url" : "https://github.com/jingweno/hacker-menu",
"title" : "hacker-menu",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/jingweno/hacker-menu/master/images/screenshot.png"
],
- "short_description" : "Hacker News Delivered to Desktop. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "news"
+ ]
},
{
+ "short_description" : "Feed reader for macOS. ",
+ "categories" : [
+ "news"
+ ],
"repo_url" : "https://github.com/brentsimmons/NetNewsWire",
"title" : "NetNewsWire",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Feed reader for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "news"
+ ]
},
{
+ "short_description" : "Vienna is a RSS/Atom newsreader for macOS. ",
+ "categories" : [
+ "news"
+ ],
"repo_url" : "https://github.com/ViennaRSS/vienna-rss",
"title" : "Vienna",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Vienna is a RSS/Atom newsreader for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "news"
+ ]
},
{
+ "short_description" : "Note-taking application made for programmers just like you. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/BoostIO/Boostnote",
"title" : "Boostnote",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/BoostIO/Boostnote/master/./resources/repository/top.png"
],
- "short_description" : "Note-taking application made for programmers just like you. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Little app that you can use as a quick note taking or todo app.",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/Kilian/fromscratch",
"title" : "FromScratch",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Little app that you can use as a quick note taking or todo app.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/glushchenko/fsnotes",
"title" : "FSNotes",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/glushchenko/fsnotes/master/code.png",
"https://f001.backblazeb2.com/file/og-files/ios.png"
],
- "short_description" : "Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/laurent22/joplin",
"title" : "joplin",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Notebook viewer for macOS. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/tuxu/nbviewer-app",
"title" : "Jupyter Notebook Viewer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Notebook viewer for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Simple note taking application. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/jmcfarlane/notable",
"title" : "notable",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/notable.png",
"https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/unsaved-changes.png",
@@ -3074,366 +4043,486 @@
"https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/search.png",
"https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/edit.png"
],
- "short_description" : "Simple note taking application. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/SauvageP/Notes",
"title" : "Notes",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/insidegui/NoteTaker",
"title" : "NoteTaker",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/insidegui/NoteTaker/master/./screenshot.png"
],
- "short_description" : "Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Simplest way to keep notes. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/Automattic/simplenote-macos",
"title" : "Simplenote",
+ "icon_url" : "",
"screenshots" : [
"https://simplenoteblog.files.wordpress.com/2017/12/screen-shot-2017-12-22-at-9-05-33-am.png"
],
- "short_description" : "Simplest way to keep notes. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Safe place for your notes, thoughts, and life's work.",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/standardnotes/web",
"title" : "Standard Notes",
+ "icon_url" : "",
"screenshots" : [
"https://standardnotes.org/assets/homepage-hero.png"
],
- "short_description" : "Safe place for your notes, thoughts, and life's work.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Very simple macOS app to make temporary notes. ",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/buddax2/tmpNote",
"title" : "tmpNote",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/buddax2/tmpNote/master/Resources/screenshot_new.png"
],
- "short_description" : "Very simple macOS app to make temporary notes. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Unofficial, third-party, community driven Evernote app with a handful of useful features.",
+ "categories" : [
+ "notes"
+ ],
"repo_url" : "https://github.com/klaussinani/tusk",
"title" : "Tusk",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial, third-party, community driven Evernote app with a handful of useful features.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "notes"
+ ]
},
{
+ "short_description" : "Manage your Homebrew formulas with style using Cakebrew. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/brunophilipe/Cakebrew",
"title" : "Cakebrew",
+ "icon_url" : "",
"screenshots" : [
"https://www.cakebrew.com/assets/img/app-bg.png"
],
- "short_description" : "Manage your Homebrew formulas with style using Cakebrew. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "An unofficial DevDocs API documentation viewer.",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/dteoh/devdocs-macos",
"title" : "DevDocs for macOS",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/dteoh/devdocs-macos/master/img/screenshot.png"
],
- "short_description" : "An unofficial DevDocs API documentation viewer.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Hosts file manager for macOS. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/2ndalpha/gasmask",
"title" : "Gas Mask",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Hosts file manager for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Cocoa GUI for /etc/hosts. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/specialunderwear/Hosts.prefpane",
"title" : "Hosts",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cocoa GUI for /etc/hosts. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "GUI image optimizer for Mac. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/ImageOptim/ImageOptim",
"title" : "ImageOptim",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "GUI image optimizer for Mac. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Simple macOS app to preview animations created with Facebook's keyframes framework. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/insidegui/KeyframesPlayer",
"title" : "Keyframes Player",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/./screenshot.gif"
],
- "short_description" : "Simple macOS app to preview animations created with Facebook's keyframes framework. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Democratizing Code Snippets Management (macOS/Win/Linux). ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/hackjutsu/Lepton",
"title" : "Lepton",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Democratizing Code Snippets Management (macOS/Win/Linux). ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Simple app to send pasteboard items to GitHub's Gist. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/Bunn/macGist",
"title" : "macGist",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple app to send pasteboard items to GitHub's Gist. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Mac developer tool that creates application bundles from command line scripts. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/sveinbjornt/Platypus",
"title" : "Platypus",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Mac developer tool that creates application bundles from command line scripts. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Swift Logging Utility for Xcode & Google Docs. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/goktugyil/QorumLogs",
"title" : "QorumLogs",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Swift Logging Utility for Xcode & Google Docs. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/jhen0409/react-native-debugger",
"title" : "React Native Debugger",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/3001525/29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png"
],
- "short_description" : "Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/infinitered/reactotron",
"title" : "Reactotron",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/woofwoofinc/rktmachine",
"title" : "RktMachine",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/title.png",
"https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/screenshot.png"
],
- "short_description" : "Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/gosu/ruby-app",
"title" : "Ruby.app",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ",
+ "official_site" : "",
"languages" : [
"ruby"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Simple SSH shortcut menu for macOS. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/fitztrev/shuttle",
"title" : "Shuttle",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/fitztrev/shuttle/gh-pages/images/how-shuttle-works.gif"
],
- "short_description" : "Simple SSH shortcut menu for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Convenient logging during development & release in Swift. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/SwiftyBeaver/SwiftyBeaver",
"title" : "SwiftyBeaver",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Convenient logging during development & release in Swift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Frugal nativemacOS macOS Syncthing application bundle. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/syncthing/syncthing-macos",
"title" : "syncthing-macosx",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/1050166/48157165-35970f00-e2cf-11e8-8009-10bfbf7fbce2.png"
],
- "short_description" : "Frugal nativemacOS macOS Syncthing application bundle. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Mac app for checking Xcode projects for unused resources. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/jeffhodnett/Unused",
"title" : "Unused",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Mac app for checking Xcode projects for unused resources. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Manage your vagrant machines in one place with Vagrant Manager for macOS. ",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/lanayotech/vagrant-manager",
"title" : "Vagrant Manager",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/1NTsz6S.gif"
],
- "short_description" : "Manage your vagrant machines in one place with Vagrant Manager for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Simple, beautiful podcast app. ",
+ "categories" : [
+ "podcast"
+ ],
"repo_url" : "https://github.com/z-------------/CPod",
"title" : "Cumulonimbus",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/S7K9wrr.png"
],
- "short_description" : "Simple, beautiful podcast app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "podcast"
+ ]
},
{
+ "short_description" : "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ",
+ "categories" : [
+ "podcast"
+ ],
"repo_url" : "https://github.com/muammar/mkchromecast",
"title" : "mkchromecast",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "podcast"
+ ]
},
{
+ "short_description" : "PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ",
+ "categories" : [
+ "podcast"
+ ],
"repo_url" : "https://github.com/insidegui/PodcastMenu",
"title" : "PodcastMenu",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "podcast"
+ ]
},
{
+ "short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ",
+ "categories" : [
+ "podcast"
+ ],
"repo_url" : "https://github.com/phranck/podlive-macos",
"title" : "Podlive for macOS",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/phranck/podlive-macos/master/screenshot1.png"
],
- "short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "podcast"
+ ]
},
{
+ "short_description" : "Elegant Microsoft To-Do desktop app.",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/klaussinani/ao",
"title" : "Ao",
+ "icon_url" : "",
"screenshots" : [
"https://klaussinani.github.io/ao/media/list-navigation.gif",
"https://klaussinani.github.io/ao/media/header.png",
@@ -3444,319 +4533,423 @@
"https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
"https://klaussinani.github.io/ao/media/scalable-interface.gif"
],
- "short_description" : "Elegant Microsoft To-Do desktop app.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Cross-platform launcher app. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/KELiON/cerebro",
"title" : "Cerebro",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross-platform launcher app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Clipboard manager for macOS. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/naotaka/ClipMenu",
"title" : "ClipMenu",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/naotaka/ClipMenu/master/./screenshot.jpg"
],
- "short_description" : "Clipboard manager for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "macOS app to plan and organize through timezones. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/n0shake/Clocker",
"title" : "Clocker",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app to plan and organize through timezones. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Automate running tasks based on where you are or what you do. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/dustinrue/ControlPlane",
"title" : "ControlPlane",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Automate running tasks based on where you are or what you do. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Clean and simple clipboard manager for developers. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/TermiT/flycut",
"title" : "Flycut",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Clean and simple clipboard manager for developers. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Record shortcuts in macOS, like Alfred.app. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/Clipy/KeyHolder",
"title" : "KeyHolder",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Record shortcuts in macOS, like Alfred.app. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Kiwix for iOS and macOS, build on Swift. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/kiwix/apple",
"title" : "Kiwix",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Kiwix for iOS and macOS, build on Swift. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "macOS application to write down and connect ideas. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/fespinoza/LinkedIdeas",
"title" : "Linked Ideas",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/uqb1x43.png"
],
- "short_description" : "macOS application to write down and connect ideas. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Lightweight search-as-you-type clipboard manager. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/p0deje/Maccy",
"title" : "Maccy",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/665846/36135303-8c4f80ae-10b4-11e8-9940-978e228cb6bd.gif"
],
- "short_description" : "Lightweight search-as-you-type clipboard manager. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "macOS app for organizing files or removing unnecessary files. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/shubhambatra3019/macOrganizer",
"title" : "macOrganizer",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app for organizing files or removing unnecessary files. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Flexible invoicing desktop app with beautiful & customizable templates. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/hql287/Manta",
"title" : "Manta",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Flexible invoicing desktop app with beautiful & customizable templates. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Desktop app that uses the paperless API to manage your document scans. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/thomasbrueggemann/paperless-desktop",
"title" : "Paperless Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/F5GNK4X.png",
"http://i.imgur.com/FrgAptE.png"
],
- "short_description" : "Desktop app that uses the paperless API to manage your document scans. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Nice tool for tagging and archiving tasks. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/PDF-Archiver/PDF-Archiver",
"title" : "PDF Archiver",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/PDF-Archiver/PDF-Archiver/master/assets/example.gif"
],
- "short_description" : "Nice tool for tagging and archiving tasks. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/quicksilver/Quicksilver",
"title" : "Quicksilver",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/quickwords/quickwords",
"title" : "Quickwords",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/asCk1Ds.png"
],
- "short_description" : "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/SelfControlApp/selfcontrol",
"title" : "SelfControl",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Simple macOS app to keep TODO-list in status bar. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/Onix-Systems/osx-status-bar-todo",
"title" : "status-bar-todo",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/1434418/21689532/52b0c1ba-d379-11e6-882a-b16d4f8fce00.png"
],
- "short_description" : "Simple macOS app to keep TODO-list in status bar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Cross-platform electron app that reminds you to take breaks when working with computer. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/hovancik/stretchly",
"title" : "stretchly",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross-platform electron app that reminds you to take breaks when working with computer. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "The task timer for OS X. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/joaomoreno/thyme",
"title" : "Thyme",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "The task timer for OS X. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Simple Timer app for Mac. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/michaelvillar/timer-app",
"title" : "Timer",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/michaelvillar/timer-app/master//screenshots/timer.png"
],
- "short_description" : "Simple Timer app for Mac. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Toggl Desktop app for Windows, Mac and Linux. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319",
"title" : "Toggl Desktop",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Toggl Desktop app for Windows, Mac and Linux. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Unofficial wrapper application for Trello.com written in Swift. This is almost a \"Hello World\" for a site specific browser. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/jlong/TrelloApp",
"title" : "TrelloApp",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial wrapper application for Trello.com written in Swift. This is almost a \"Hello World\" for a site specific browser. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "A CLI application for time tracking. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/TailorDev/Watson",
"title" : "Watson",
+ "icon_url" : "",
"screenshots" : [
"https://tailordev.github.io/Watson/img/logo-watson-600px.png",
"https://tailordev.github.io/Watson/img/watson-demo.gif"
],
- "short_description" : "A CLI application for time tracking. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Unofficial Trello app. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/1000ch/whale",
"title" : "Whale",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/1000ch/whale/master/demo.png"
],
- "short_description" : "Unofficial Trello app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Manga reader app for macOS. ",
+ "categories" : [
+ "productivity"
+ ],
"repo_url" : "https://github.com/sendyhalim/Yomu",
"title" : "Yomu",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Manga reader app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "productivity"
+ ]
},
{
+ "short_description" : "Apple TV Aerial Screensaver for macOS. ",
+ "categories" : [
+ "screensaver"
+ ],
"repo_url" : "https://github.com/JohnCoates/Aerial",
"title" : "Aerial",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/37544189/47649972-1f76a980-db7f-11e8-910b-1d5d50931ae2.png",
"https://cloud.githubusercontent.com/assets/499192/10754100/c0e1cc4c-7c95-11e5-9d3b-842d3acc2fd5.gif",
@@ -3765,302 +4958,398 @@
"https://user-images.githubusercontent.com/37544189/47649975-200f4000-db7f-11e8-9e8b-f75c4a5ebde4.png",
"https://user-images.githubusercontent.com/37544189/47649974-1f76a980-db7f-11e8-8339-3f0424652b8c.png"
],
- "short_description" : "Apple TV Aerial Screensaver for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "screensaver"
+ ]
},
{
+ "short_description" : "Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ",
+ "categories" : [
+ "screensaver"
+ ],
"repo_url" : "https://github.com/ved62/Image-As-Wallpaper",
"title" : "Image-As-Wallpaper",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "screensaver"
+ ]
},
{
+ "short_description" : "Screensaver for macOS. ",
+ "categories" : [
+ "screensaver"
+ ],
"repo_url" : "https://github.com/leonspok/Irvue-Screensaver",
"title" : "Irvue",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/2.png",
"https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/1.png",
"https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/3.png"
],
- "short_description" : "Screensaver for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "screensaver"
+ ]
},
{
+ "short_description" : "iTunes Screensaver Clone for Spotify and Last.fm ",
+ "categories" : [
+ "screensaver"
+ ],
"repo_url" : "https://github.com/docterd/MusaicFM",
"title" : "MusaicFM",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/OuF5nOe.jpg"
],
- "short_description" : "iTunes Screensaver Clone for Spotify and Last.fm ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "screensaver"
+ ]
},
{
+ "short_description" : "The GitHub Matrix Screensaver for macOS. ",
+ "categories" : [
+ "screensaver"
+ ],
"repo_url" : "https://github.com/winterbe/github-matrix-screensaver",
"title" : "The GitHub Matrix Screensaver",
+ "icon_url" : "",
"screenshots" : [
"https://winterbe.com/image/matrix-has-you.gif",
"https://winterbe.com/image/matrix.png"
],
- "short_description" : "The GitHub Matrix Screensaver for macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "screensaver"
+ ]
},
{
+ "short_description" : "LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ",
+ "categories" : [
+ "security"
+ ],
"repo_url" : "https://github.com/objective-see/LuLu",
"title" : "LuLu",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "security"
+ ]
},
{
+ "short_description" : "Easily configure macOS security settings from the terminal. ",
+ "categories" : [
+ "security"
+ ],
"repo_url" : "https://github.com/alichtman/stronghold",
"title" : "stronghold",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/alichtman/stronghold/master/img/stronghold-logo-left.png",
"https://raw.githubusercontent.com/alichtman/stronghold/master/img/demo.gif"
],
- "short_description" : "Easily configure macOS security settings from the terminal. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "security"
+ ]
},
{
+ "short_description" : "Lightweight cross-platform BitTorrent client. ",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://git.deluge-torrent.org/deluge",
"title" : "Deluge",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Lightweight cross-platform BitTorrent client. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://github.com/mileswd/mac2imgur",
"title" : "mac2imgur",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "BitTorrent client in Qt. ",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://github.com/qbittorrent/qBittorrent",
"title" : "qBittorrent",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "BitTorrent client in Qt. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "macOS status bar app for quickly sharing files and URLs. ",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://github.com/timonus/Rhea",
"title" : "Rhea",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS status bar app for quickly sharing files and URLs. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "Official Transmission BitTorrent client repository.",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://github.com/transmission/transmission",
"title" : "Transmission",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Official Transmission BitTorrent client repository.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "Privacy enhanced BitTorrent client with P2P content discovery. ",
+ "categories" : [
+ "sharing-files"
+ ],
"repo_url" : "https://github.com/Tribler/tribler",
"title" : "Tribler",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Privacy enhanced BitTorrent client with P2P content discovery. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "sharing-files"
+ ]
},
{
+ "short_description" : "Unofficial appear.in app. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/vitorgalvao/appear.in",
"title" : "appear.in",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial appear.in app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Elegant Facebook Messenger desktop app.",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/sindresorhus/caprine#features",
"title" : "Caprine",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Elegant Facebook Messenger desktop app.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Unofficial Facebook Messenger client. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/danielbuechele/goofy",
"title" : "Goofy",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial Facebook Messenger client. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Leviathan is a iOS and macOS client application for the Mastodon social network. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/Swiftodon/Leviathan",
"title" : "Leviathan",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Leviathan is a iOS and macOS client application for the Mastodon social network. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "macOS app wrapping Facebook's Messenger for desktop. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/rsms/fb-mac-messenger",
"title" : "Messenger",
+ "icon_url" : "",
"screenshots" : [
"https://fbmacmessenger.rsms.me/screenshot.png"
],
- "short_description" : "macOS app wrapping Facebook's Messenger for desktop. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "share and discover your favorite new products and applications. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO",
"title" : "Product Hunt",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "share and discover your favorite new products and applications. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Unofficial [esa](https://esa.io) app. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/1000ch/quail",
"title" : "Quail",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/1000ch/quail/master/demo.png"
],
- "short_description" : "Unofficial [esa](https://esa.io) app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Unofficial Instagram Desktop App.",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/terkelg/ramme",
"title" : "Ramme",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial Instagram Desktop App.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "macOS menubar app to post status quickly. ",
+ "categories" : [
+ "social-networking"
+ ],
"repo_url" : "https://github.com/KeliCheng/Simpo",
"title" : "Simpo",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/KeliCheng/Simpo/master/preview.png",
"https://raw.githubusercontent.com/KeliCheng/Simpo/master/donate.png"
],
- "short_description" : "macOS menubar app to post status quickly. ",
+ "official_site" : "",
"languages" : [
"ruby"
- ],
- "category" : "social-networking"
+ ]
},
{
+ "short_description" : "Perpetual artwork streaming app. ",
+ "categories" : [
+ "streaming"
+ ],
"repo_url" : "https://github.com/michealparks/galeri",
"title" : "Galeri",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Perpetual artwork streaming app. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "streaming"
+ ]
},
{
+ "short_description" : "Advanced battery gauge for macOS. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/raphaelhanneken/apple-juice",
"title" : "Apple Juice",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today.png",
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today_all.png",
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_appmenu.png",
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_notifications.png"
],
- "short_description" : "Advanced battery gauge for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/fuyu/AppPolice",
"title" : "AppPolice",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/1557716/12860558/11908a78-cc66-11e5-9998-b4bec11dbfeb.png",
"https://cloud.githubusercontent.com/assets/1557716/12860551/ffff72d8-cc65-11e5-9304-4f1341657b5a.png",
@@ -4068,284 +5357,376 @@
"https://cloud.githubusercontent.com/assets/1557716/12860549/fdffd054-cc65-11e5-8405-cc224ea4ab3b.png",
"https://cloud.githubusercontent.com/assets/1557716/12860557/118f5fcc-cc66-11e5-8822-dc85cbe7bbb9.png"
],
- "short_description" : "App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Small macOS app that acts as a system cleaner (logs, cache, ...). ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/Kevin-De-Koninck/Clean-Me",
"title" : "Clean-Me",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/demo.gif"
],
- "short_description" : "Small macOS app that acts as a system cleaner (logs, cache, ...). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Diagnostics is an application displaying the diagnostic reports from applications on macOS. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/macmade/Diagnostics",
"title" : "Diagnostics",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/macmade/Diagnostics/master/Resources/Screen.png"
],
- "short_description" : "Diagnostics is an application displaying the diagnostic reports from applications on macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Easily disable or enable a monitor on your Mac. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/Eun/DisableMonitor",
"title" : "DisableMonitor",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Easily disable or enable a monitor on your Mac. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/etresoft/EtreCheck",
"title" : "EtreCheck",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/DanielStormApps/Fanny",
"title" : "Fanny",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/10573489/26471886/ac78360e-4171-11e7-8b89-1e27fe6a582e.png"
],
- "short_description" : "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Android USB tethering driver for macOS. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/jwise/HoRNDIS",
"title" : "HoRNDIS",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Android USB tethering driver for macOS. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Make your battery information a bit more interesting. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/brianmichel/Juice",
"title" : "Juice",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/brianmichel/Juice/master//images/cyle-post.png",
"https://raw.githubusercontent.com/brianmichel/Juice/master//images/icon-readme.png"
],
- "short_description" : "Make your battery information a bit more interesting. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Prevents your Mac from going to sleep. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/newmarcel/KeepingYouAwake",
"title" : "KeepingYouAwake",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/./Extras/Screenshot.jpg"
],
- "short_description" : "Prevents your Mac from going to sleep. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/mangerlahn/Latest",
"title" : "Latest",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/mangerlahn/Latest/master/./latest.png"
],
- "short_description" : "Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Simple network activity monitor for macOS. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/BonzaiThePenguin/Loading",
"title" : "Loading",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/BonzaiThePenguin/Loading/master/README/en.jpg"
],
- "short_description" : "Simple network activity monitor for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Stop iTunes from opening when you connect your iPhone. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/KrauseFx/overkill-for-mac",
"title" : "Overkill",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Stop iTunes from opening when you connect your iPhone. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "macOS Application to create standard or customized configuration profiles. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/erikberglund/ProfileCreator",
"title" : "ProfileCreator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/erikberglund/ProfileCreator/master/resources/screenshots/ProfileCreator.png"
],
- "short_description" : "macOS Application to create standard or customized configuration profiles. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/sveinbjornt/Sloth",
"title" : "Sloth",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_icon.png",
"https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot1.jpg",
"https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot2.jpg"
],
- "short_description" : "Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/rugarciap/Turbo-Boost-Switcher",
"title" : "Turbo Boost Switcher",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "macOS application to add a vertical bar to Dock. ",
+ "categories" : [
+ "system"
+ ],
"repo_url" : "https://github.com/DeromirNeves/VerticalBar",
"title" : "VerticalBar",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/DeromirNeves/VerticalBar/master/img/screenshot.png"
],
- "short_description" : "macOS application to add a vertical bar to Dock. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "system"
+ ]
},
{
+ "short_description" : "Cross-platform, GPU-accelerated terminal emulator. ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/jwilm/alacritty",
"title" : "Alacritty",
+ "icon_url" : "",
"screenshots" : [
"https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png"
],
- "short_description" : "Cross-platform, GPU-accelerated terminal emulator. ",
+ "official_site" : "",
"languages" : [
"rust"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "A tiny terminal emulator for serial port communication (macOS/Linux). ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/ishuah/bifrost",
"title" : "Bifrost",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "A tiny terminal emulator for serial port communication (macOS/Linux). ",
+ "official_site" : "",
"languages" : [
"go"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "macOS console application. ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/macmade/Console",
"title" : "Console",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/macmade/Console/master/Assets/MainWindow.png"
],
- "short_description" : "macOS console application. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "Terminal built on web technologies.",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/zeit/hyper",
"title" : "Hyper",
+ "icon_url" : "",
"screenshots" : [
"https://assets.zeit.co/image/upload/v1537650716/repositories/hyper/hyper-repo-banner.png"
],
- "short_description" : "Terminal built on web technologies.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "Terminal emulator for macOS that does amazing things. ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/gnachman/iTerm2",
"title" : "iTerm 2",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Terminal emulator for macOS that does amazing things. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "Cross-platform, fast, feature full, GPU based terminal emulator.",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/kovidgoyal/kitty",
"title" : "Kitty",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross-platform, fast, feature full, GPU based terminal emulator.",
+ "official_site" : "",
"languages" : [
"python",
"c"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/es-kumagai/OpenTerminal",
"title" : "OpenTerminal",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "A terminal emulator for the 21st century (formerly Black Screen). ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/railsware/upterm",
"title" : "Upterm",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/railsware/upterm/master/README/top_autocompletion.png",
"https://raw.githubusercontent.com/railsware/upterm/master/README/error.png",
@@ -4357,27 +5738,35 @@
"https://raw.githubusercontent.com/railsware/upterm/master/README/vim.png",
"https://raw.githubusercontent.com/railsware/upterm/master/README/cd.png"
],
- "short_description" : "A terminal emulator for the 21st century (formerly Black Screen). ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "wallpapper is a console application for creating dynamic wallpapers for Mojave. ",
+ "categories" : [
+ "terminal"
+ ],
"repo_url" : "https://github.com/mczachurski/wallpapper",
"title" : "wallpapper",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "wallpapper is a console application for creating dynamic wallpapers for Mojave. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "terminal"
+ ]
},
{
+ "short_description" : "One-click screenshots, video recordings, app installation for iOS and Android ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/mortenjust/androidtool-mac",
"title" : "Android tool for Mac",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/plugging%20in.gif",
"https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/phonerecording.gif",
@@ -4385,1076 +5774,1419 @@
"https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/scriptsfolder.gif",
"https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/dualscreenshot.gif"
],
- "short_description" : "One-click screenshots, video recordings, app installation for iOS and Android ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Mounts archives like disk images ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/ivoronin/ArchiveMounter",
"title" : "Archive Mounter",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Mounts archives like disk images ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Control web based media players with the media keys found on Mac keyboards. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/beardedspice/beardedspice",
"title" : "BeardedSpice",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Control web based media players with the media keys found on Mac keyboards. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Secure password manager for mac and other platforms. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/buttercup/buttercup-desktop",
"title" : "Buttercup Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/3869469/35880367-6bd58770-0b86-11e8-879f-d1f9136274a9.png"
],
- "short_description" : "Secure password manager for mac and other platforms. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Catch: Broadcatching made easy. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/mipstian/catch/",
"title" : "Catch",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Catch: Broadcatching made easy. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Simple, clean calendar and clock app for macOS. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/ekreutz/CornerCal",
"title" : "CornerCal",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/ekreutz/CornerCal/master/screenshot-01.png"
],
- "short_description" : "Simple, clean calendar and clock app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/HR/Crypter",
"title" : "Crypter",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/HR/Crypter/master//.github/Welcome_screen.png",
"https://raw.githubusercontent.com/HR/Crypter/master//.github/Settings_screen.png",
"https://raw.githubusercontent.com/HR/Crypter/master//.github/Crypter_main_screen.png",
"https://raw.githubusercontent.com/HR/Crypter/master//.github/MasterPass_screen.png"
],
- "short_description" : "Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Small tool to validate epub files for macOS. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/josejuanqm/ECheck",
"title" : "ECheck",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Small tool to validate epub files for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/zenangst/Gray",
"title" : "Gray",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Cocoa application for semi-automated iOS app analysis and evaluation.",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/alessiomaffeis/iOScanX",
"title" : "iOScanX",
+ "icon_url" : "",
"screenshots" : [
"http://i.imgur.com/4zx0UvT.png",
"http://i.imgur.com/0vEOyar.png"
],
- "short_description" : "Cocoa application for semi-automated iOS app analysis and evaluation.",
+ "official_site" : "",
"languages" : [
"objective_c",
"c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Screen recorder application built with web technology. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/wulkano/kap",
"title" : "Kap",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Screen recorder application built with web technology. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Cross-platform community-driven port of the Windows application \"Keepass Password Safe\" ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/keepassxreboot/keepassxc",
"title" : "KeePassXC",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross-platform community-driven port of the Windows application \"Keepass Password Safe\" ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Cross-platform password manager compatible with KeePass. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/keeweb/keeweb",
"title" : "KeeWeb",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Cross-platform password manager compatible with KeePass. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Simple screen and microphone audio recorder for macOS. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/vishaltelangre/Kyapchar",
"title" : "Kyapchar",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple screen and microphone audio recorder for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Life Calendar. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/wvdk/Life-Calendar",
"title" : "Life-Calendar",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%203.png",
"https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%201.png",
"https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockup%202%20-%20Basic%20%22Life%20In%20Weeks%22%20Idea.png"
],
- "short_description" : "Life Calendar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Intelligent adaptive brightness for your external displays. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/alin23/lunar",
"title" : "Lunar",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/alin23/lunar/master/lunar.gif"
],
- "short_description" : "Intelligent adaptive brightness for your external displays. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Native macOS KeePass client. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/MacPass/MacPass",
"title" : "MacPass",
+ "icon_url" : "",
"screenshots" : [
"https://camo.githubusercontent.com/768f015c1f8777b78ceb2c75bf880133a3668061/68747470733a2f2f7261772e6769746875622e636f6d2f6d737461726b652f4d6163506173732f6d61737465722f4173736574732f53637265656e73686f74732f4d6163506173732e706e67"
],
- "short_description" : "Native macOS KeePass client. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "macOS native app/widget for aria2 download tool. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/shincurry/Maria",
"title" : "Maria",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS native app/widget for aria2 download tool. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Meme Maker macOS application for meme creation. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/MemeMaker/Meme-Maker-Mac",
"title" : "Meme Maker",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Meme Maker macOS application for meme creation. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Remove unnecessary language resources from macOS ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/IngmarStein/Monolingual",
"title" : "Monolingual",
+ "icon_url" : "",
"screenshots" : [
"https://ingmarstein.github.io/Monolingual/images/Monolingual-1.6.7-en.png"
],
- "short_description" : "Remove unnecessary language resources from macOS ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Smooth your mouse's scrolling and reverse the mouse scroll direction ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/Caldis/Mos",
"title" : "Mos",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Smooth your mouse's scrolling and reverse the mouse scroll direction ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Receive Android notifications on your mac (with PushBullet). ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/jariz/Noti/",
"title" : "Noti",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Receive Android notifications on your mac (with PushBullet). ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "A minimal, open source password manager for macOS. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/padlock/padlock",
"title" : "Padlock",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "A minimal, open source password manager for macOS. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Receive native push notifications on macOS, Windows and Linux. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/sidneys/pb-for-desktop",
"title" : "PB for Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-linux.png",
"https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/graphics/icon.png",
"https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-macos.png",
"https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-win32.png"
],
- "short_description" : "Receive native push notifications on macOS, Windows and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "A menu bar application that calculates parcents. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/cemolcay/PercentCalculator",
"title" : "PercentCalculator",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "A menu bar application that calculates parcents. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "ScreenCat is a screen sharing + remote collaboration application.",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/maxogden/screencat",
"title" : "ScreenCat",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "ScreenCat is a screen sharing + remote collaboration application.",
+ "official_site" : "",
"languages" : [
"javascript",
"css"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Add a global delay to Command-Q to stop accidental app quits. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/dteoh/SlowQuitApps",
"title" : "SlowQuitApps",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Add a global delay to Command-Q to stop accidental app quits. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "SIP softphone for macOS.",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/64characters/Telephone",
"title" : "Telephone",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "SIP softphone for macOS.",
+ "official_site" : "",
"languages" : [
"objective_c",
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/blockstack/blockstack-browser",
"title" : "The Blockstack Browser",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "The Unarchiver is an Objective-C application for uncompressing archive files. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://bitbucket.org/kosovan/theunarchiver",
"title" : "The Unarchiver",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "The Unarchiver is an Objective-C application for uncompressing archive files. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Small macOS application to help you scroll to the top. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/zenangst/ToTheTop",
"title" : "ToTheTop",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Small macOS application to help you scroll to the top. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "Keep an eye on what's happening on your machine and in the world. ",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/felixhageloh/uebersicht",
"title" : "Übersicht",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Keep an eye on what's happening on your machine and in the world. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "A rule based custom proxy with GUI for Mac base on clash. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/yichengchen/clashX",
"title" : "clashX",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "A rule based custom proxy with GUI for Mac base on clash. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Ribose VPN Client macOS Menu App. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/riboseinc/cryptode-mac",
"title" : "rvc-mac",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Ribose VPN Client macOS Menu App. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Next Generation of ShadowsocksX. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/shadowsocks/ShadowsocksX-NG",
"title" : "ShadowsocksX-NG",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Next Generation of ShadowsocksX. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Rule-based proxy app built with Network Extension for macOS. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/zhuhaow/Specht",
"title" : "Specht",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/zhuhaow/Specht/master/imgs/splash.png"
],
- "short_description" : "Rule-based proxy app built with Network Extension for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Rule-based proxy app for macOS. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/zhuhaow/SpechtLite",
"title" : "SpechtLite",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Rule-based proxy app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Tunnelblick is a graphic user interface for OpenVPN on macOS. ",
+ "categories" : [
+ "vpn--proxy"
+ ],
"repo_url" : "https://github.com/Tunnelblick/Tunnelblick",
"title" : "Tunnelblick",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Tunnelblick is a graphic user interface for OpenVPN on macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "vpn--proxy"
+ ]
},
{
+ "short_description" : "Acid Cam v2 for macOS distorts video to create art. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/lostjared/Acid.Cam.v2.OSX",
"title" : "Acid.Cam.v2.OSX",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Acid Cam v2 for macOS distorts video to create art. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Unofficial Apple Events app for macOS. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/insidegui/AppleEvents",
"title" : "AppleEvents",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Unofficial Apple Events app for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Datamosh your videos on macOS. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/roecrew/Datamosh",
"title" : "Datamosh",
+ "icon_url" : "",
"screenshots" : [
"https://media.giphy.com/media/13bMkBsTQ7mh32/giphy.gif"
],
- "short_description" : "Datamosh your videos on macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "macOS application used to auto-annotate landmarks from a video. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/xiaohk/FaceData",
"title" : "Face Data",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/FEVY2Pu.png",
"https://raw.githubusercontent.com/xiaohk/FaceData/master/./result.gif"
],
- "short_description" : "macOS application used to auto-annotate landmarks from a video. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Turn any short video into an animated GIF quickly and easily. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/vdel26/gifted",
"title" : "Gifted",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Turn any short video into an animated GIF quickly and easily. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/HandBrake/HandBrake",
"title" : "HandBrake",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
+ "official_site" : "",
"languages" : [
"c"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Catch YouTube into your macOS menu bar! ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/edanchenkov/MenuTube",
"title" : "MenuTube",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Catch YouTube into your macOS menu bar! ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Easy to use, quick to learn, and surprisingly powerful video editor. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/OpenShot/openshot-qt",
"title" : "OpenShot",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Easy to use, quick to learn, and surprisingly powerful video editor. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/Marginal/QLVideo",
"title" : "QuickLook Video",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Subler is an macOS app created to mux and tag mp4 files. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://bitbucket.org/galad87/subler/overview",
"title" : "Subler",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Subler is an macOS app created to mux and tag mp4 files. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/sahil-a/vidquizcreator",
"title" : "Vid Quiz Creator",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Streaming torrent app. For Mac, Windows, and Linux. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/webtorrent/webtorrent-desktop",
"title" : "WebTorrent Desktop",
+ "icon_url" : "",
"screenshots" : [
"https://webtorrent.io/img/screenshot-main.png",
"https://webtorrent.io/img/screenshot-player3.png",
"https://webtorrent.io/img/WebTorrent.png"
],
- "short_description" : "Streaming torrent app. For Mac, Windows, and Linux. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Nifty macOS application which enables you to browse and download videos from YouTube. ",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/whoisandy/yoda",
"title" : "Yoda",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Nifty macOS application which enables you to browse and download videos from YouTube. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Modern video player for macOS. ",
+ "categories" : [
+ "player"
+ ],
"repo_url" : "https://github.com/iina/iina",
"title" : "IINA",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Modern video player for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "player"
+ ]
},
{
+ "short_description" : "3D 180/360 video player for macOS for PSVR with head tracking. ",
+ "categories" : [
+ "player"
+ ],
"repo_url" : "https://github.com/emoRaivis/MacMorpheus",
"title" : "MacMorpheus",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/emoRaivis/MacMorpheus/master/wiring_diagram.png"
],
- "short_description" : "3D 180/360 video player for macOS for PSVR with head tracking. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "player"
+ ]
},
{
+ "short_description" : "Desktop video player built with Haskell that uses GStreamer and GTK+. ",
+ "categories" : [
+ "player"
+ ],
"repo_url" : "https://github.com/lettier/movie-monad",
"title" : "Movie Monad",
+ "icon_url" : "",
"screenshots" : [
"https://i.imgur.com/r1btBMF.gif",
"https://i.imgur.com/gdsyIMv.png"
],
- "short_description" : "Desktop video player built with Haskell that uses GStreamer and GTK+. ",
+ "official_site" : "",
"languages" : [
"haskell"
- ],
- "category" : "player"
+ ]
},
{
+ "short_description" : "Media player on macOS. ",
+ "categories" : [
+ "player"
+ ],
"repo_url" : "https://github.com/niltsh/MPlayerX",
"title" : "MPlayerX",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Media player on macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "player"
+ ]
},
{
+ "short_description" : "Video player based on MPlayer/mplayer2. ",
+ "categories" : [
+ "player"
+ ],
"repo_url" : "https://github.com/mpv-player/mpv",
"title" : "mpv",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Video player based on MPlayer/mplayer2. ",
+ "official_site" : "",
"languages" : [
"c"
- ],
- "category" : "player"
+ ]
},
{
+ "short_description" : "Caption takes the effort out of finding and setting up the right subtitles. ",
+ "categories" : [
+ "subtitles"
+ ],
"repo_url" : "https://github.com/gielcobben/caption",
"title" : "Caption",
+ "icon_url" : "",
"screenshots" : [
"https://camo.githubusercontent.com/be0c821b4a653eae2a039484841338d3b035cf17/68747470733a2f2f6769656c636f6262656e2e636f6d2f6769746875622f63617074696f6e2f6769746875625f636f7665722e706e67"
],
- "short_description" : "Caption takes the effort out of finding and setting up the right subtitles. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "subtitles"
+ ]
},
{
+ "short_description" : "Small macOS application to download subtitles. ",
+ "categories" : [
+ "subtitles"
+ ],
"repo_url" : "https://github.com/Kevin-De-Koninck/Sub-It",
"title" : "Sub-It",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Small macOS application to download subtitles. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "subtitles"
+ ]
},
{
+ "short_description" : "Subtitlr is macOS application used to find and download subtitles easily. ",
+ "categories" : [
+ "subtitles"
+ ],
"repo_url" : "https://github.com/spilja/Subtitlr/tree/master",
"title" : "Subtitlr",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Subtitlr is macOS application used to find and download subtitles easily. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "subtitles"
+ ]
},
{
+ "short_description" : "Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/cuddlecheek/500-mac-wallpaper",
"title" : "500-mac-wallpaper",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "A macOS application for bringing dedicatedly 18th century Arts to everyone ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/NghiaTranUIT/artify-macos",
"title" : "Artify",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/the-starry-night.jpg",
"https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/logo.png",
"https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/red-vineyards-at-arles-1888.jpg",
"https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/1440_900_the_wanderer_above_the_sea_of_fog.jpg"
],
- "short_description" : "A macOS application for bringing dedicatedly 18th century Arts to everyone ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/JustinFincher/ASWP-for-macOS",
"title" : "ArtWall",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Use Bing daily photo as your wallpaper on macOS. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/pengsrc/BingPaper",
"title" : "BingPaper",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_en_US.jpg",
"https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_zh_CN.jpg"
],
- "short_description" : "Use Bing daily photo as your wallpaper on macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Win / Linux / macOS tool for managing and cycling desktop wallpapers. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/VioletGiraffe/desktop-wallpaper-switcher",
"title" : "Desktop Wallpaper Switcher",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Win / Linux / macOS tool for managing and cycling desktop wallpapers. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Simple macOS menubar app which fetches latest photos from a subreddit. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/viatsko/earth-wallpapers",
"title" : "earth-wallpapers",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Simple macOS menubar app which fetches latest photos from a subreddit. ",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "pyDailyChanger is a program that changes your wallpaper daily. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/IngoHeimbach/pyDailyChanger",
"title" : "pyDailyChanger",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "pyDailyChanger is a program that changes your wallpaper daily. ",
+ "official_site" : "",
"languages" : [
"python"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Muzei wallpaper app for macOS. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/naman14/Muzei-macOS",
"title" : "Muzei",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Muzei wallpaper app for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "macOS app to automatically set your desktop wallpaper to the satellite view overhead. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/tomtaylor/satellite-eyes",
"title" : "Satellite Eyes",
+ "icon_url" : "",
"screenshots" : [
"https://user-images.githubusercontent.com/836375/31194770-0950b980-a8fd-11e7-8108-9a08555a0832.png"
],
- "short_description" : "macOS app to automatically set your desktop wallpaper to the satellite view overhead. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/davidcelis/Sunscreen",
"title" : "Sunscreen",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/davidcelis/Sunscreen/master//images/icon.png"
],
- "short_description" : "Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ",
+ "categories" : [
+ "wallpaper"
+ ],
"repo_url" : "https://github.com/diogosantos/WallpaperMenu",
"title" : "WallpaperMenu",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ",
+ "official_site" : "",
"languages" : [
"ruby"
- ],
- "category" : "wallpaper"
+ ]
},
{
+ "short_description" : "Automatic tiling window manager for macOS. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/ianyh/Amethyst",
"title" : "Amethyst",
+ "icon_url" : "",
"screenshots" : [
"http://ianyh.com/amethyst/images/missioncontrol-shortcuts.png",
"http://ianyh.com/amethyst/images/accessibility-window.png",
"http://ianyh.com/amethyst/images/windows.png"
],
- "short_description" : "Automatic tiling window manager for macOS. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Grid-based keyboard window manager for macOS. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/sdegutis/AppGrid",
"title" : "AppGrid",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/sdegutis/AppGrid/master/grid.gif",
"https://raw.githubusercontent.com/sdegutis/AppGrid/master/sshot.png"
],
- "short_description" : "Grid-based keyboard window manager for macOS. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
- {
+ {
+ "short_description" : "An innovative desktop/window manager for macOS",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/mamiksik/Desktop-Profiles",
"title" : "Desktop Profiles",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/Themes.gif",
"https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/iTerm.gif"
],
- "short_description" : "An innovative desktop/window manager for macOS",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Tiling window manager for macOS that uses a plugin architecture. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/koekeishiya/chunkwm",
"title" : "chunkwm",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Tiling window manager for macOS that uses a plugin architecture. ",
+ "official_site" : "",
"languages" : [
"cpp"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Staggeringly powerful macOS desktop automation with Lua.",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/Hammerspoon/hammerspoon",
"title" : "Hammerspoon",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Staggeringly powerful macOS desktop automation with Lua.",
+ "official_site" : "",
"languages" : [
"lua",
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Lightweight macOS window and app manager scriptable with JavaScript. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/kasper/phoenix",
"title" : "Phoenix",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/kasper/phoenix/master/assets/screenshot.gif"
],
- "short_description" : "Lightweight macOS window and app manager scriptable with JavaScript. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Managing windows size and position. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/fikovnik/ShiftIt",
"title" : "ShiftIt",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/artwork/ShiftIt.png",
"https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/docs/schreenshot-menu.png",
"https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/ShiftIt/AccessibilitySettingsMaverick.png"
],
- "short_description" : "Managing windows size and position. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Window management application (replacement for Divvy/SizeUp/ShiftIt). ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/jigish/slate",
"title" : "Slate",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Window management application (replacement for Divvy/SizeUp/ShiftIt). ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Spectacle allows you to organize your windows without using a mouse. ",
+ "categories" : [
+ "window-management"
+ ],
"repo_url" : "https://github.com/eczarny/spectacle",
"title" : "Spectacle",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Spectacle allows you to organize your windows without using a mouse. ",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "window-management"
+ ]
},
{
+ "short_description" : "Teach your kids the alphabet and how to type.",
+ "categories" : [
+ "other"
+ ],
"repo_url" : "https://github.com/klaaspieter/letters",
"title" : "Letters",
+ "icon_url" : "",
"screenshots" : [
"https://camo.githubusercontent.com/9a6e15d41e4976c204add53b0ee9ac95e97ad86f/687474703a2f2f692e67697068792e636f6d2f336f365a73536b78743056326e37396b546d2e676966",
"https://user-images.githubusercontent.com/98880/35166585-a81ed35e-fd52-11e7-87e1-9e82a03cc36d.jpg",
"https://user-images.githubusercontent.com/98880/35166588-a90e5c12-fd52-11e7-8fcc-45679328392c.jpg",
"https://user-images.githubusercontent.com/98880/35166586-a85293c4-fd52-11e7-80d9-ea13dd5e8038.jpg"
],
- "short_description" : "Teach your kids the alphabet and how to type.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "other"
+ ]
},
{
+ "short_description" : "Easily toggle the function key on your Mac on a per app basis.",
+ "categories" : [
+ "utilities"
+ ],
"repo_url" : "https://github.com/thecatalinstan/Funky",
"title" : "Funky",
+ "icon_url" : "",
"screenshots" : [
],
- "short_description" : "Easily toggle the function key on your Mac on a per app basis.",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "utilities"
+ ]
},
{
+ "short_description" : "General purpose plain text editor for macOS. Widely known for its live collaboration feature.",
+ "categories" : [
+ "text"
+ ],
"repo_url" : "https://github.com/subethaedit/SubEthaEdit",
"title" : "SubEthaEdit",
+ "icon_url" : "",
"screenshots" : [
"https://subethaedit.net/images/screenshots/en-contribute-bright-thumb.png",
"https://subethaedit.net/images/screenshots/en-find-bright-thumb.png"
],
- "short_description" : "General purpose plain text editor for macOS. Widely known for its live collaboration feature.",
+ "official_site" : "",
"languages" : [
"objective_c"
- ],
- "category" : "text"
+ ]
},
{
+ "short_description" : "Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.",
+ "categories" : [
+ "video"
+ ],
"repo_url" : "https://github.com/zagahr/Conferences.digital",
"title" : "Conferences.digital",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/zagahr/Conferences.digital/master/.github/screenshot.png"
],
- "short_description" : "Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "video"
+ ]
},
{
+ "short_description" : "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
+ "categories" : [
+ "mail"
+ ],
"repo_url" : "https://github.com/vladimiry/ElectronMail",
"title" : "ElectronMail",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/search.gif",
"https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/export.gif"
],
- "short_description" : "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
+ "official_site" : "",
"languages" : [
"type_script"
- ],
- "category" : "mail"
+ ]
},
{
+ "short_description" : "📱 Navigate to your app folders quickly.",
+ "categories" : [
+ "ios--macos"
+ ],
"repo_url" : "https://github.com/onmyway133/Simulator",
"title" : "Simulator",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/onmyway133/Simulator/master/Screenshots/simulator.png"
],
- "short_description" : "📱 Navigate to your app folders quickly.",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "ios--macos"
+ ]
},
{
+ "short_description" : "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
+ "categories" : [
+ "database"
+ ],
"repo_url" : "https://github.com/luin/medis",
"title" : "Medis",
+ "icon_url" : "",
"screenshots" : [
"https://camo.githubusercontent.com/94bf1d9f514351e5064e6bf9245fc3a48e2a5a8c/687474703a2f2f6765746d656469732e636f6d2f73637265656e2e706e67"
],
- "short_description" : "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
+ "official_site" : "",
"languages" : [
"javascript"
- ],
- "category" : "database"
+ ]
},
{
+ "short_description" : "Emoji picker for MacBook Pro Touch Bar. ",
+ "categories" : [
+ "touch-bar"
+ ],
"repo_url" : "https://github.com/lm-a/touch-emoji",
"title" : "Touch Emoji",
+ "icon_url" : "",
"screenshots" : [
"https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-icon-screenshot.png",
"https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-recent-screenshot.png"
],
- "short_description" : "Emoji picker for MacBook Pro Touch Bar. ",
+ "official_site" : "",
"languages" : [
"swift"
- ],
- "category" : "touch-bar"
+ ]
}
]
-}
+}
\ No newline at end of file
From c741d47971aead7500c303bcba885ac12ef4403d Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 22 Apr 2019 23:08:22 +0000
Subject: [PATCH 076/641] Generate README
---
README.md | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 014f132..0a12755 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,14 @@
## Support
+
Hey friend! Help me out for a couple of :beers:!
List of awesome open source applications for macOS. This list contains a lot of native, and cross-platform apps. The main goal of this repository is to find free open source apps and start contributing. Feel free to [contribute](CONTRIBUTING.md) to the list, any suggestions are welcome!
+## Languages
+
You can see in which language an app is written. Currently there are following languages:
- ![c_icon] - C language.
@@ -44,18 +47,18 @@ You can see in which language an app is written. Currently there are following l
- [Cryptocurrency](#cryptocurrency)
- [Database](#database)
- [Development](#development)
- - [Git](#git)
- - [iOS / macOS](#ios--macos)
- - [JSON Parsing](#json-parsing)
- - [Web development](#web-development)
- - [Other](#other)
+- [Git](#git)
+- [iOS / macOS](#ios--macos)
+- [JSON Parsing](#json-parsing)
+- [Web development](#web-development)
+- [Other](#other)
- [Downloader](#downloader)
- [Editors](#editors)
- - [CSV](#csv)
- - [JSON](#json)
- - [Markdown](#markdown)
- - [TeX](#tex)
- - [Text](#text)
+- [CSV](#csv)
+- [JSON](#json)
+- [Markdown](#markdown)
+- [TeX](#tex)
+- [Text](#text)
- [Extensions](#extensions)
- [Finder](#finder)
- [Games](#games)
@@ -241,8 +244,8 @@ You can see in which language an app is written. Currently there are following l
- [WWDC.srt](https://github.com/ssamadgh/WWDCsrt) - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ![swift_icon]
- [calabash-launcher](https://github.com/xing/calabash-launcher) - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ![swift_icon]
- [iOS Images Extractor](https://github.com/devcxm/iOS-Images-Extractor) - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon]
-- [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ![objective_c_icon]
- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon]
+- [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ![objective_c_icon]
- [xib2Storyboard](https://github.com/novemberfiveco/xib2Storyboard) - Tool to convert Xcode .xib to .storyboard files. ![objective_c_icon]
### Downloader
From d103680cba78c9fff5054c23f0234a9675bc4f80 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 23 Apr 2019 02:10:01 +0300
Subject: [PATCH 077/641] Remove duplication of iSimulator.
---
applications.json | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/applications.json b/applications.json
index 0ccc155..165e3cb 100644
--- a/applications.json
+++ b/applications.json
@@ -1668,22 +1668,6 @@
"objective_c"
]
},
- {
- "short_description" : "iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/shaojiankui/iSimulator",
- "title" : "iSimulator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/shaojiankui/iSimulator/master/demo.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
{
"short_description" : "The debug application for Apple Push Notification Service (APNs). ",
"categories" : [
@@ -7189,4 +7173,4 @@
]
}
]
-}
\ No newline at end of file
+}
From 7144923c53bece8747f5bd8d8f9132511691ebcb Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 23 Apr 2019 02:17:20 +0300
Subject: [PATCH 078/641] Add OpenInTerminal
---
applications.json | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 165e3cb..59ec661 100644
--- a/applications.json
+++ b/applications.json
@@ -2664,7 +2664,8 @@
{
"short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
"categories" : [
- "finder"
+ "finder",
+ "terminal"
],
"repo_url" : "https://github.com/onmyway133/FinderGo",
"title" : "Finder Go",
@@ -7171,6 +7172,25 @@
"languages" : [
"swift"
]
+ },
+ {
+ "short_description" : "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.",
+ "categories" : [
+ "finder",
+ "terminal"
+ ],
+ "repo_url" : "https://github.com/Ji4n1ng/OpenInTerminal",
+ "title" : "OpenInTerminal",
+ "icon_url" : "",
+ "screenshots" : [
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run.gif",
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run2.gif",
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/selector.png"
+ ],
+ "official_site" : "",
+ "languages" : [
+ "swift"
+ ]
}
]
}
From 466aea8b8233ee29ded78390f0aa38cdcd026514 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 22 Apr 2019 23:19:11 +0000
Subject: [PATCH 079/641] Generate README
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 0a12755..b5482ec 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,6 @@ You can see in which language an app is written. Currently there are following l
- [WWDC.srt](https://github.com/ssamadgh/WWDCsrt) - Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ![swift_icon]
- [calabash-launcher](https://github.com/xing/calabash-launcher) - iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ![swift_icon]
- [iOS Images Extractor](https://github.com/devcxm/iOS-Images-Extractor) - iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ![objective_c_icon]
-- [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator, iOS Simulator Sandbox, like simpholders, a macOS app to find simulator's sandbox and go. ![objective_c_icon]
- [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ![objective_c_icon]
- [xib2Storyboard](https://github.com/novemberfiveco/xib2Storyboard) - Tool to convert Xcode .xib to .storyboard files. ![objective_c_icon]
From 9c4fa79893a93ec7777781f08072e93c86e7af2b Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 22 Apr 2019 23:25:23 +0000
Subject: [PATCH 080/641] Generate README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index b5482ec..902fc4e 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,7 @@ You can see in which language an app is written. Currently there are following l
- [FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ![swift_icon]
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
+- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper. ![swift_icon]
### Games
- [Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ![cpp_icon]
@@ -510,8 +511,10 @@ You can see in which language an app is written. Currently there are following l
- [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon]
- [Bifrost](https://github.com/ishuah/bifrost) - A tiny terminal emulator for serial port communication (macOS/Linux). ![go_icon]
- [Console](https://github.com/macmade/Console) - macOS console application. ![swift_icon]
+- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
- [Hyper](https://github.com/zeit/hyper) - Terminal built on web technologies. ![javascript_icon] ![css_icon]
- [Kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature full, GPU based terminal emulator. ![python_icon] ![c_icon]
+- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper. ![swift_icon]
- [OpenTerminal](https://github.com/es-kumagai/OpenTerminal) - App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ![swift_icon]
- [Upterm](https://github.com/railsware/upterm) - A terminal emulator for the 21st century (formerly Black Screen). ![javascript_icon]
- [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![objective_c_icon]
From 79494ae969555af88dc35016e2d43941cd2a3f48 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 24 Apr 2019 13:14:15 +0300
Subject: [PATCH 081/641] Add Touch Bar category in Content
---
.github/main.swift | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/main.swift b/.github/main.swift
index ff73152..02101e8 100644
--- a/.github/main.swift
+++ b/.github/main.swift
@@ -70,6 +70,7 @@ You can see in which language an app is written. Currently there are following l
- [Markdown](#markdown)
- [TeX](#tex)
- [Text](#text)
+- [Touch Bar](#touch-bar)
- [Extensions](#extensions)
- [Finder](#finder)
- [Games](#games)
From 55dc52b274441c660eecafa14b7e51b4ed8b9dc0 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 24 Apr 2019 13:15:33 +0300
Subject: [PATCH 082/641] Update main.swift
---
.github/main.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/main.swift b/.github/main.swift
index 02101e8..3135702 100644
--- a/.github/main.swift
+++ b/.github/main.swift
@@ -70,7 +70,6 @@ You can see in which language an app is written. Currently there are following l
- [Markdown](#markdown)
- [TeX](#tex)
- [Text](#text)
-- [Touch Bar](#touch-bar)
- [Extensions](#extensions)
- [Finder](#finder)
- [Games](#games)
@@ -93,6 +92,7 @@ You can see in which language an app is written. Currently there are following l
- [Streaming](#streaming)
- [System](#system)
- [Terminal](#terminal)
+- [Touch Bar](#touch-bar)
- [Utilities](#utilities)
- [VPN & Proxy](#vpn--proxy)
- [Video](#video)
From 3f593cd85d8a193218e0e42fbe07483bdc3ee7d3 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 25 Apr 2019 09:01:09 +0000
Subject: [PATCH 083/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 902fc4e..a5e3219 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ You can see in which language an app is written. Currently there are following l
- [Streaming](#streaming)
- [System](#system)
- [Terminal](#terminal)
+- [Touch Bar](#touch-bar)
- [Utilities](#utilities)
- [VPN & Proxy](#vpn--proxy)
- [Video](#video)
From ebfbbb6c99a5d16a2bdd51f71ac5d07d776a3541 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 26 Apr 2019 17:18:49 +0300
Subject: [PATCH 084/641] Add Pock (#386)
* Add Pock
* Fix link issue
* Add https://pock.pigigaldi.com to white list.
---
.travis.yml | 2 +-
applications.json | 18 +++++++++++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index dad1ee9..eee77df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
- danger
after_success:
- swift ./.github/main.swift
diff --git a/applications.json b/applications.json
index 59ec661..8a36b8d 100644
--- a/applications.json
+++ b/applications.json
@@ -6911,7 +6911,7 @@
"categories" : [
"window-management"
],
- "repo_url" : "https://github.com/sdegutis/AppGrid",
+ "repo_url" : "https://github.com/mjolnirapp/AppGrid",
"title" : "AppGrid",
"icon_url" : "",
"screenshots" : [
@@ -7191,6 +7191,22 @@
"languages" : [
"swift"
]
+ },
+ {
+ "short_description" : "Display macOS Dock in Touch Bar.",
+ "categories" : [
+ "touch-bar",
+ ],
+ "repo_url" : "https://github.com/pigigaldi/Pock",
+ "title" : "Pock",
+ "icon_url" : "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_logo_b.png",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_preview.png"
+ ],
+ "official_site" : "https://pock.pigigaldi.com",
+ "languages" : [
+ "swift"
+ ]
}
]
}
From 4ba5907c67acb22fff08e061bdeb7cedb012ce3f Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 26 Apr 2019 14:27:22 +0000
Subject: [PATCH 085/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a5e3219..887cf7a 100644
--- a/README.md
+++ b/README.md
@@ -524,6 +524,7 @@ You can see in which language an app is written. Currently there are following l
### Touch Bar
- [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon]
- [MyTouchbarMyRules](https://github.com/toxblh/MTMR) - App to customize your Touch Bar as you want. ![swift_icon]
+- [Pock](https://github.com/pigigaldi/Pock) - Display macOS Dock in Touch Bar. ![swift_icon]
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
- [Touch Emoji](https://github.com/lm-a/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon]
@@ -602,7 +603,7 @@ You can see in which language an app is written. Currently there are following l
### Window Management
- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon]
-- [AppGrid](https://github.com/sdegutis/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon]
+- [AppGrid](https://github.com/mjolnirapp/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon]
- [Desktop Profiles](https://github.com/mamiksik/Desktop-Profiles) - An innovative desktop/window manager for macOS ![swift_icon]
- [Hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua. ![lua_icon] ![objective_c_icon]
- [Phoenix](https://github.com/kasper/phoenix) - Lightweight macOS window and app manager scriptable with JavaScript. ![objective_c_icon]
From 155cf634ae9821fbaabce15b7f08b37422611e99 Mon Sep 17 00:00:00 2001
From: Dr_rOot
Date: Mon, 29 Apr 2019 00:41:33 +0800
Subject: [PATCH 086/641] Add Motrix (#387)
* Remove extra comma
* Add Motrix
A full-featured download manager.
---
applications.json | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 8a36b8d..276246c 100644
--- a/applications.json
+++ b/applications.json
@@ -2329,6 +2329,25 @@
"swift"
]
},
+ {
+ "short_description" : "A full-featured download manager. ",
+ "categories" : [
+ "downloader"
+ ],
+ "repo_url" : "https://github.com/agalwood/Motrix",
+ "title" : "Motrix",
+ "icon_url" : "https://github.com/agalwood/Motrix/blob/master/build/256x256.png",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-light%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-light%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-dark%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-dark%402x.png"
+ ],
+ "official_site" : "https://motrix.app/",
+ "languages" : [
+ "javascript"
+ ]
+ },
{
"short_description" : "macOS Video Downloader written in Swift and Objective-C.",
"categories" : [
@@ -7195,7 +7214,7 @@
{
"short_description" : "Display macOS Dock in Touch Bar.",
"categories" : [
- "touch-bar",
+ "touch-bar"
],
"repo_url" : "https://github.com/pigigaldi/Pock",
"title" : "Pock",
From 25b6dd07ccf63f592ad7e9aec97cb12d371926a9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sun, 28 Apr 2019 16:44:40 +0000
Subject: [PATCH 087/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 887cf7a..e6f2123 100644
--- a/README.md
+++ b/README.md
@@ -251,6 +251,7 @@ You can see in which language an app is written. Currently there are following l
### Downloader
- [App Downloader](https://github.com/yep/app-downloader) - Easily search and download macOS apps from the huge `homebrew cask` app catalog. ![swift_icon]
- [Get It](https://github.com/Kevin-De-Koninck/Get-It) - Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ![swift_icon]
+- [Motrix](https://github.com/agalwood/Motrix) - A full-featured download manager. ![javascript_icon]
- [Pillager](https://github.com/Pjirlip/Pillager) - macOS Video Downloader written in Swift and Objective-C. ![objective_c_icon] ![swift_icon]
- [YouTube Downloader for macOS](https://github.com/DenBeke/YouTube-Downloader-for-macOS) - Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ![swift_icon]
- [Youtube Downloader](https://github.com/onmyway133/YoutubeDownloader) - macOS app to download Youtube videos. ![swift_icon]
From 8be275c17d92b1de975917a9e7454652e293ae73 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 2 May 2019 23:21:30 +0300
Subject: [PATCH 088/641] Fix link issues
---
applications.json | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/applications.json b/applications.json
index 276246c..6003580 100644
--- a/applications.json
+++ b/applications.json
@@ -6248,13 +6248,13 @@
"categories" : [
"utilities"
],
- "repo_url" : "https://bitbucket.org/kosovan/theunarchiver",
+ "repo_url" : "https://bitbucket.org/kosovan/theunarchiver/src ",
"title" : "The Unarchiver",
- "icon_url" : "",
+ "icon_url" : "http://wakaba.c3.cx/images/unarchiver_icon.png",
"screenshots" : [
],
- "official_site" : "",
+ "official_site" : "https://theunarchiver.com",
"languages" : [
"objective_c"
]
@@ -6537,13 +6537,13 @@
"categories" : [
"video"
],
- "repo_url" : "https://bitbucket.org/galad87/subler/overview",
+ "repo_url" : "https://bitbucket.org/galad87/subler/src",
"title" : "Subler",
- "icon_url" : "",
+ "icon_url" : "https://subler.org/images/Subler.png",
"screenshots" : [
],
- "official_site" : "",
+ "official_site" : "https://subler.org",
"languages" : [
"objective_c"
]
From f29cf1855530658666c90cc1cf93b1c52e8261d5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 2 May 2019 20:25:01 +0000
Subject: [PATCH 089/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e6f2123..d5bbc89 100644
--- a/README.md
+++ b/README.md
@@ -560,7 +560,7 @@ You can see in which language an app is written. Currently there are following l
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
-- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
+- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
@@ -584,7 +584,7 @@ You can see in which language an app is written. Currently there are following l
- [MenuTube](https://github.com/edanchenkov/MenuTube) - Catch YouTube into your macOS menu bar! ![javascript_icon]
- [OpenShot](https://github.com/OpenShot/openshot-qt) - Easy to use, quick to learn, and surprisingly powerful video editor. ![python_icon]
- [QuickLook Video](https://github.com/Marginal/QLVideo) - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ![objective_c_icon]
-- [Subler](https://bitbucket.org/galad87/subler/overview) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
+- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
From 059966f81159c6a4d3f9407f01d2d14dc4a298ed Mon Sep 17 00:00:00 2001
From: Steve Xu
Date: Fri, 3 May 2019 19:14:40 +0800
Subject: [PATCH 090/641] Add Calibre (#389)
* Add Calibre
* add official_site and icon_url
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 6003580..6d4c2c3 100644
--- a/applications.json
+++ b/applications.json
@@ -1,5 +1,21 @@
{
"applications" : [
+ {
+ "short_description" : "cross platform e-book manager.",
+ "categories" : [
+ "Utilities"
+ ],
+ "repo_url" : "https://github.com/kovidgoyal/calibre",
+ "title" : "calibre",
+ "icon_url" : "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png ",
+ "screenshots" : [
+ "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png"
+ ],
+ "official_site" : "https://calibre-ebook.com",
+ "languages" : [
+ "python"
+ ]
+ },
{
"short_description" : "Application which hosts AudioUnits v3 using AVFoundation API. ",
"categories" : [
From 4f4724d07ad6f140800a23991bf16e7c89219731 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 3 May 2019 14:39:30 +0300
Subject: [PATCH 091/641] Remove link duplication
---
applications.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/applications.json b/applications.json
index 6d4c2c3..4e68945 100644
--- a/applications.json
+++ b/applications.json
@@ -9,7 +9,6 @@
"title" : "calibre",
"icon_url" : "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png ",
"screenshots" : [
- "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png"
],
"official_site" : "https://calibre-ebook.com",
"languages" : [
From 4f1554d3837f5429f8067dd477dc6e4c3e92b4e6 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Sat, 4 May 2019 20:07:11 +0300
Subject: [PATCH 092/641] Remove SBPlayerClient (#392)
---
applications.json | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/applications.json b/applications.json
index 4e68945..10d2c9d 100644
--- a/applications.json
+++ b/applications.json
@@ -254,23 +254,6 @@
"swift"
]
},
- {
- "short_description" : "SBPlayer is a beautiful and powerful media player base on VLCKit. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/shibiao/SBPlayerClient",
- "title" : "SBPlayer",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/shibiao/SBPlayerClient/master/images/0x0ss1.jpg",
- "https://raw.githubusercontent.com/shibiao/SBPlayerClient/master/images/0x0ss.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
{
"short_description" : "Scrobble vinyl, radios, movies to Last.fm. ",
"categories" : [
From 5120e53bee3df48522120df0f8948ee28e2c9cd1 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 4 May 2019 17:10:19 +0000
Subject: [PATCH 093/641] Generate README
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index d5bbc89..63f396c 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,6 @@ You can see in which language an app is written. Currently there are following l
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon]
-- [SBPlayer](https://github.com/shibiao/SBPlayerClient) - SBPlayer is a beautiful and powerful media player base on VLCKit. ![objective_c_icon]
- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon]
- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon]
- [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. ![objective_c_icon] ![swift_icon]
From 50442a3e729ffcb02d9a2ac0668fd7c4b4d3be83 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 7 May 2019 14:29:03 +0200
Subject: [PATCH 094/641] Update links
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index 10d2c9d..d55870a 100644
--- a/applications.json
+++ b/applications.json
@@ -7200,9 +7200,9 @@
"title" : "OpenInTerminal",
"icon_url" : "",
"screenshots" : [
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run.gif",
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/run2.gif",
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/selector.png"
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-open-in-terminal.gif",
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-open-in-editor.gif",
+ "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-copy-path-to-clipboard.gif"
],
"official_site" : "",
"languages" : [
From 30b7f086d043c968294130a6b0845fcf16cf4708 Mon Sep 17 00:00:00 2001
From: Martin Kolb
Date: Fri, 10 May 2019 10:54:44 +0200
Subject: [PATCH 095/641] Add Notarize (#393)
* Add Notarize
## Project URL
https://github.com/macmade/Notarize
## Category
Development
## Description
Add Notarize a Notarization status monitoring tool for macOS, supporting multiple developer accounts.
## Why it should be included to `Awesome macOS open source applications ` (optional)
## Checklist
- [X] Edit [applications.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/applications.json) instead of [README.md](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/README.md).
- [X] Only one project/change is in this pull request
- [X] Screenshots(s) added if any
- [X] Has a commit from less than 2 years ago
- [X] Has a **clear** README in English
* Update applications.json
fix screenshots url
---
applications.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/applications.json b/applications.json
index d55870a..6e81268 100644
--- a/applications.json
+++ b/applications.json
@@ -7224,6 +7224,18 @@
"languages" : [
"swift"
]
+ },
+ {
+ "repo_url" : "https://github.com/macmade/Notarize",
+ "title" : "Notarize",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/macmade/Notarize/master/Assets/MainWindow.png"
+ ],
+ "short_description" : "Notarization status monitoring tool for macOS, supporting multiple developer accounts",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "Development"
}
]
}
From 8f73973d569f4543d137cf98be4d7d83d489c167 Mon Sep 17 00:00:00 2001
From: Sriram Narasimhan
Date: Sun, 19 May 2019 00:04:34 +0800
Subject: [PATCH 096/641] Add KubeSwitch (#394)
* Add KubeSwitch
* Add KubeSwitch, Fix Repo URL
* Fix trailing space
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 6e81268..98afa28 100644
--- a/applications.json
+++ b/applications.json
@@ -2127,6 +2127,22 @@
"swift"
]
},
+ {
+ "short_description" : "KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar.",
+ "categories" : [
+ "web-development"
+ ],
+ "repo_url" : "https://github.com/nsriram/KubeSwitch",
+ "title" : "KubeSwitch",
+ "icon_url" : "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/nsriram/KubeSwitch/master/screenshot.png"
+ ],
+ "official_site" : "",
+ "languages" : [
+ "swift"
+ ]
+ },
{
"short_description" : "Dedicated Mac app for website auditing and crawling. ",
"categories" : [
From 6efb300fe3025f6e26714badb92ba117aed3b4bc Mon Sep 17 00:00:00 2001
From: Victor Peschenkov <3672477+vpeschenkov@users.noreply.github.com>
Date: Tue, 21 May 2019 12:04:10 +0300
Subject: [PATCH 097/641] Add Predator (#395)
---
applications.json | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 98afa28..46666d7 100644
--- a/applications.json
+++ b/applications.json
@@ -7252,6 +7252,19 @@
"swift"
],
"category" : "Development"
- }
+ },
+ {
+ "repo_url" : "https://github.com/vpeschenkov/Predator",
+ "title" : "Predator",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/Screenshots/preview.png",
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/Screenshots/settings.png"
+ ],
+ "short_description" : "A predator-inspired clock screensaver for macOS",
+ "languages" : [
+ "swift"
+ ],
+ "category" : "screensaver"
+ }
]
}
From ae893979beefc5650dd24d154ddbac7f3905c893 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 21 May 2019 13:17:31 +0300
Subject: [PATCH 098/641] Fix applications.json structure
---
applications.json | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 46666d7..ee9c9d5 100644
--- a/applications.json
+++ b/applications.json
@@ -7251,7 +7251,11 @@
"languages" : [
"swift"
],
- "category" : "Development"
+ "categories" : [
+ "ios--macos"
+ ],
+ "icon_url" : "",
+ "official_site" : ""
},
{
"repo_url" : "https://github.com/vpeschenkov/Predator",
@@ -7264,7 +7268,11 @@
"languages" : [
"swift"
],
- "category" : "screensaver"
+ "categories" : [
+ "screensaver"
+ ],
+ "icon_url" : "",
+ "official_site" : ""
}
]
}
From 311c061dcc888f8a18067301a04ad5ae08ce9079 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 21 May 2019 10:21:45 +0000
Subject: [PATCH 099/641] Generate README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 63f396c..98f9336 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,7 @@ You can see in which language an app is written. Currently there are following l
- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon]
- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
+- [KubeSwitch](https://github.com/nsriram/KubeSwitch) - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar. ![swift_icon]
- [Lantern](https://github.com/BurntCaramel/Lantern) - Dedicated Mac app for website auditing and crawling. ![swift_icon]
- [LocalSites](https://github.com/plan44/localSites) - Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ![swift_icon]
- [Mockup Generator](https://github.com/andypotts/mockup-generator) - Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ![javascript_icon]
@@ -232,6 +233,7 @@ You can see in which language an app is written. Currently there are following l
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon]
+- [Notarize](https://github.com/macmade/Notarize) - Notarization status monitoring tool for macOS, supporting multiple developer accounts ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon]
- [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![objective_c_icon]
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon]
@@ -461,6 +463,7 @@ You can see in which language an app is written. Currently there are following l
- [Image-As-Wallpaper](https://github.com/ved62/Image-As-Wallpaper) - Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ![swift_icon]
- [Irvue](https://github.com/leonspok/Irvue-Screensaver) - Screensaver for macOS. ![objective_c_icon]
- [MusaicFM](https://github.com/docterd/MusaicFM) - iTunes Screensaver Clone for Spotify and Last.fm ![objective_c_icon]
+- [Predator](https://github.com/vpeschenkov/Predator) - A predator-inspired clock screensaver for macOS ![swift_icon]
- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon]
### Security
From 34ecbb9f23f4bb9299da448cf8b9ec2f86e3e227 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 24 May 2019 23:49:58 +0300
Subject: [PATCH 100/641] Fix link issues
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index ee9c9d5..8ae38ff 100644
--- a/applications.json
+++ b/applications.json
@@ -7261,8 +7261,8 @@
"repo_url" : "https://github.com/vpeschenkov/Predator",
"title" : "Predator",
"screenshots" : [
- "https://raw.githubusercontent.com/vpeschenkov/Predator/master/Screenshots/preview.png",
- "https://raw.githubusercontent.com/vpeschenkov/Predator/master/Screenshots/settings.png"
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/preview.png",
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/settings.png"
],
"short_description" : "A predator-inspired clock screensaver for macOS",
"languages" : [
From 22451697c38543a007b886259a930fada0247771 Mon Sep 17 00:00:00 2001
From: Hasan Turken
Date: Sun, 26 May 2019 17:30:42 +0300
Subject: [PATCH 101/641] Add KubeContext (#396)
* Add KubeContext
* KubeContext - Add SS links
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index 8ae38ff..0348d51 100644
--- a/applications.json
+++ b/applications.json
@@ -3652,6 +3652,23 @@
"swift"
]
},
+ {
+ "short_description" : "import, manage and switch between your Kubernetes contexts on Mac. ",
+ "categories" : [
+ "menubar"
+ ],
+ "repo_url" : "https://github.com/turkenh/KubeContext",
+ "title" : "KubeContext",
+ "icon_url" : "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS3.png",
+ "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS4.png"
+ ],
+ "official_site" : "",
+ "languages" : [
+ "swift"
+ ]
+ },
{
"short_description" : "macOS app to change the screen brightness on the menubar. ",
"categories" : [
From e756bea882edc100c5f9ca32bf889c4f6d35596a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sun, 26 May 2019 14:34:56 +0000
Subject: [PATCH 102/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 98f9336..5cf35f7 100644
--- a/README.md
+++ b/README.md
@@ -362,6 +362,7 @@ You can see in which language an app is written. Currently there are following l
- [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon]
- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - Simple (bare-bones) macOS menubar extra to apply display presets. ![swift_icon]
- [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![swift_icon]
+- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![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]
- [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]
From 50a7c37dd3b18500d16510b053290f7c5e2ed967 Mon Sep 17 00:00:00 2001
From: friedrich
Date: Tue, 28 May 2019 09:57:22 +0200
Subject: [PATCH 103/641] Add wechsel (#397)
* Add wechsel
* Update applications.json
---
applications.json | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 0348d51..f45fd05 100644
--- a/applications.json
+++ b/applications.json
@@ -1,9 +1,25 @@
{
"applications" : [
+ {
+ "short_description" : "manage bluetooth connections with your keyboard.",
+ "categories" : [
+ "utilities"
+ ],
+ "repo_url" : "https://github.com/friedrichweise/wechsel",
+ "title" : "wechsel",
+ "icon_url" : "https://github.com/friedrichweise/wechsel/blob/master/wechsel/Assets.xcassets/AppIcon.appiconset/Artboard-2.png ",
+ "screenshots" : [
+ "https://github.com/friedrichweise/wechsel/blob/master/screenshot.png"
+ ],
+ "official_site" : "https://wechsel.weise.io",
+ "languages" : [
+ "swift"
+ ]
+ },
{
"short_description" : "cross platform e-book manager.",
"categories" : [
- "Utilities"
+ "utilities"
],
"repo_url" : "https://github.com/kovidgoyal/calibre",
"title" : "calibre",
From c5836955fbb934c0cd9c023ff069c63df85d3e80 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 30 May 2019 11:54:17 +0300
Subject: [PATCH 104/641] Update applications.json
Fix link issues
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index f45fd05..8c1c9db 100644
--- a/applications.json
+++ b/applications.json
@@ -7249,9 +7249,9 @@
"title" : "OpenInTerminal",
"icon_url" : "",
"screenshots" : [
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-open-in-terminal.gif",
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-open-in-editor.gif",
- "https://github.com/Ji4n1ng/OpenInTerminal/blob/master/screenshots/main-copy-path-to-clipboard.gif"
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-terminal.gif",
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-editor.gif",
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-copy-path-to-clipboard.gif"
],
"official_site" : "",
"languages" : [
From 5bc3a4ea28fee4a82f30ac8f996af5b6ac45beb5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 30 May 2019 08:57:28 +0000
Subject: [PATCH 105/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 5cf35f7..56fddfd 100644
--- a/README.md
+++ b/README.md
@@ -565,7 +565,9 @@ You can see in which language an app is written. Currently there are following l
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
+- [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon]
- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
+- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
### VPN & Proxy
From 37886b9baeab0e76a32e7c3dc892cca63da5e788 Mon Sep 17 00:00:00 2001
From: Chris Dyer
Date: Thu, 30 May 2019 10:11:57 +0100
Subject: [PATCH 106/641] Add Doughnut to applications.json (#398)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 8c1c9db..91b6dc4 100644
--- a/applications.json
+++ b/applications.json
@@ -4566,6 +4566,22 @@
"objective_c"
]
},
+ {
+ "repo_url" : "https://github.com/CD1212/Doughnut",
+ "title" : "Doughnut",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/CD1212/Doughnut/master/screenshot.png"
+ ],
+ "short_description" : "Podcast player and library for mac",
+ "languages" : [
+ "swift"
+ ],
+ "categories" : [
+ "podcast"
+ ],
+ "icon_url" : "",
+ "official_site" : ""
+ },
{
"short_description" : "Elegant Microsoft To-Do desktop app.",
"categories" : [
From e313a0fa79e9708e9cd42cfa9cefeaffcf894420 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 30 May 2019 09:15:17 +0000
Subject: [PATCH 107/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 56fddfd..bbd3120 100644
--- a/README.md
+++ b/README.md
@@ -427,6 +427,7 @@ You can see in which language an app is written. Currently there are following l
### Podcast
- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon]
+- [Doughnut](https://github.com/CD1212/Doughnut) - Podcast player and library for mac ![swift_icon]
- [PodcastMenu](https://github.com/insidegui/PodcastMenu) - PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ![swift_icon]
- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ![objective_c_icon]
- [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon]
From ec68d87b3e7359846c1aaabf4b64d06e0aba4eec Mon Sep 17 00:00:00 2001
From: Jason Cooke
Date: Fri, 31 May 2019 22:23:49 +1200
Subject: [PATCH 108/641] docs: fix typo (#400)
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 91b6dc4..4df507a 100644
--- a/applications.json
+++ b/applications.json
@@ -3573,7 +3573,7 @@
]
},
{
- "short_description" : "Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ",
+ "short_description" : "Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ",
"categories" : [
"menubar"
],
From 340077da6a1ccf18c662927e4cdd8ca91ed6c633 Mon Sep 17 00:00:00 2001
From: Victor Peschenkov <3672477+vpeschenkov@users.noreply.github.com>
Date: Fri, 31 May 2019 13:26:40 +0300
Subject: [PATCH 109/641] Update the "wechsel" screenshot link (#401)
* Update the "wechsel" screenshot link
* Change to source url.
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 4df507a..f3b1c5f 100644
--- a/applications.json
+++ b/applications.json
@@ -7,9 +7,9 @@
],
"repo_url" : "https://github.com/friedrichweise/wechsel",
"title" : "wechsel",
- "icon_url" : "https://github.com/friedrichweise/wechsel/blob/master/wechsel/Assets.xcassets/AppIcon.appiconset/Artboard-2.png ",
+ "icon_url" : "https://raw.githubusercontent.com/friedrichweise/wechsel/master/wechsel/Assets.xcassets/AppIcon.appiconset/Artboard-2.png"
"screenshots" : [
- "https://github.com/friedrichweise/wechsel/blob/master/screenshot.png"
+ "https://raw.githubusercontent.com/friedrichweise/wechsel/master/screenshot.jpg"
],
"official_site" : "https://wechsel.weise.io",
"languages" : [
From 873dafb010834ffc4d2ee344273f54fc29ea82ea Mon Sep 17 00:00:00 2001
From: Victor Peschenkov <3672477+vpeschenkov@users.noreply.github.com>
Date: Fri, 31 May 2019 15:03:35 +0300
Subject: [PATCH 110/641] Add "Life Saver" (#399)
* Add "Life Saver"
* Fix
* Fix formatting
* Rename "category" to "categories"
---
applications.json | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index f3b1c5f..106334f 100644
--- a/applications.json
+++ b/applications.json
@@ -7322,6 +7322,21 @@
],
"icon_url" : "",
"official_site" : ""
- }
+ },
+ {
+ "repo_url" : "https://github.com/amiantos/lifesaver",
+ "official_site" : "https://amiantos.net/lifesaver/",
+ "title" : "Life Saver",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/lifesaver-screenshots.png"
+ ],
+ "short_description" : "An abstract screensaver based on Conway's Game of Life implemented with SpriteKit",
+ "languages" : [
+ "swift"
+ ],
+ "categories" : [
+ "screensaver"
+ ]
+ }
]
}
From 8f1d2b9308aafb82dffdc7cac3243ba95c70924b Mon Sep 17 00:00:00 2001
From: Luming Yin
Date: Sun, 2 Jun 2019 10:31:30 -0700
Subject: [PATCH 111/641] Add Quick Caption to applications.json. (#402)
---
applications.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/applications.json b/applications.json
index 106334f..afa7d9a 100644
--- a/applications.json
+++ b/applications.json
@@ -7337,6 +7337,21 @@
"categories" : [
"screensaver"
]
+ },
+ {
+ "repo_url" : "https://github.com/LumingYin/Caption",
+ "official_site" : "https://itunes.apple.com/app/quick-caption/id1363610340",
+ "title" : "Quick Caption",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/LumingYin/Caption/master/screenshot.jpg"
+ ],
+ "short_description" : "Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes.",
+ "languages" : [
+ "swift"
+ ],
+ "categories" : [
+ "video"
+ ]
}
]
}
From f4293c7910115950342c223b63d0b156e0c65c3e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Sun, 2 Jun 2019 20:47:24 +0300
Subject: [PATCH 112/641] Ci error fix.
---
.github/main.swift | 80 +-
README.md | 4 +-
applications.json | 14297 +++++++++++++++++++++----------------------
3 files changed, 6987 insertions(+), 7394 deletions(-)
diff --git a/.github/main.swift b/.github/main.swift
index 3135702..64a98ff 100644
--- a/.github/main.swift
+++ b/.github/main.swift
@@ -212,55 +212,59 @@ class ReadmeGenerator {
func generateReadme() {
print("Start")
- guard let applicationsData = try? Data(contentsOf: URL(fileURLWithPath: FilePaths.applications.rawValue)) else { return }
- guard let categoriesData = try? Data(contentsOf: URL(fileURLWithPath: FilePaths.categories.rawValue)) else { return }
- let jsonDecoder = JSONDecoder()
- guard let applicationsObject = try? jsonDecoder.decode(JSONApplications.self, from: applicationsData) else { return }
- guard let categoriesObject = try? jsonDecoder.decode(Categories.self, from: categoriesData) else { return }
-
- var categories = categoriesObject.categories
- let subcategories = categories.filter({ $0.parent != nil && !$0.parent!.isEmpty })
- let applications = applicationsObject.applications
-
- for subcategory in subcategories {
- if let index = categories.lastIndex(where: { $0.parent != subcategory.id }) {
- categories.remove(at: index)
- }
- }
-
- categories = categories.sorted(by: { $0.title < $1.title })
-
- readmeString.append(header)
- print("Start iteration....")
-
- for category in categories {
- readmeString.append(String.enter + String.section + String.space + category.title + String.enter)
- var categoryApplications = applications.filter({ $0.categories.contains(category.id) })
- categoryApplications = categoryApplications.sorted(by: { $0.title < $1.title })
+ do {
+ let applicationsData = try Data(contentsOf: URL(fileURLWithPath: FilePaths.applications.rawValue))
+ let categoriesData = try Data(contentsOf: URL(fileURLWithPath: FilePaths.categories.rawValue))
+ let jsonDecoder = JSONDecoder()
+ let applicationsObject = try jsonDecoder.decode(JSONApplications.self, from: applicationsData)
+ let categoriesObject = try jsonDecoder.decode(Categories.self, from: categoriesData)
- for application in categoryApplications {
- readmeString.append(application.markdownDescription())
- readmeString.append(String.enter)
- }
+ var categories = categoriesObject.categories
+ let subcategories = categories.filter({ $0.parent != nil && !$0.parent!.isEmpty })
+ let applications = applicationsObject.applications
- var subcategories = subcategories.filter({ $0.parent == category.id })
- guard subcategories.count > 0 else { continue }
- subcategories = subcategories.sorted(by: { $0.title < $1.title })
for subcategory in subcategories {
- readmeString.append(String.enter + String.subsection + String.space + subcategory.title + String.enter)
- var categoryApplications = applications.filter({ $0.categories.contains(subcategory.id) })
+ if let index = categories.lastIndex(where: { $0.parent != subcategory.id }) {
+ categories.remove(at: index)
+ }
+ }
+
+ categories = categories.sorted(by: { $0.title < $1.title })
+
+ readmeString.append(header)
+ print("Start iteration....")
+
+ for category in categories {
+ readmeString.append(String.enter + String.section + String.space + category.title + String.enter)
+ var categoryApplications = applications.filter({ $0.categories.contains(category.id) })
categoryApplications = categoryApplications.sorted(by: { $0.title < $1.title })
for application in categoryApplications {
readmeString.append(application.markdownDescription())
readmeString.append(String.enter)
}
+
+ var subcategories = subcategories.filter({ $0.parent == category.id })
+ guard subcategories.count > 0 else { continue }
+ subcategories = subcategories.sorted(by: { $0.title < $1.title })
+ for subcategory in subcategories {
+ readmeString.append(String.enter + String.subsection + String.space + subcategory.title + String.enter)
+ var categoryApplications = applications.filter({ $0.categories.contains(subcategory.id) })
+ categoryApplications = categoryApplications.sorted(by: { $0.title < $1.title })
+
+ for application in categoryApplications {
+ readmeString.append(application.markdownDescription())
+ readmeString.append(String.enter)
+ }
+ }
}
+ print("Finish iteration...")
+ readmeString.append(footer)
+ try readmeString.data(using: .utf8)?.write(to: URL(fileURLWithPath: FilePaths.readme.rawValue))
+ print("Finish")
+ } catch {
+ print(error)
}
- print("Finish iteration...")
- readmeString.append(footer)
- try? readmeString.data(using: .utf8)?.write(to: URL(fileURLWithPath: FilePaths.readme.rawValue))
- print("Finish")
}
}
diff --git a/README.md b/README.md
index bbd3120..509bb59 100644
--- a/README.md
+++ b/README.md
@@ -358,7 +358,7 @@ You can see in which language an app is written. Currently there are following l
- [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon]
- [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_icon]
- [BitBar](https://github.com/matryer/bitbar) - Put the output from any script or program in your macOS Menu Bar. ![objective_c_icon]
-- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaing lists of your iCloud Tabs and Reading List. ![swift_icon]
+- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ![swift_icon]
- [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon]
- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - Simple (bare-bones) macOS menubar extra to apply display presets. ![swift_icon]
- [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![swift_icon]
@@ -464,6 +464,7 @@ You can see in which language an app is written. Currently there are following l
- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon]
- [Image-As-Wallpaper](https://github.com/ved62/Image-As-Wallpaper) - Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ![swift_icon]
- [Irvue](https://github.com/leonspok/Irvue-Screensaver) - Screensaver for macOS. ![objective_c_icon]
+- [Life Saver](https://github.com/amiantos/lifesaver) - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit ![swift_icon]
- [MusaicFM](https://github.com/docterd/MusaicFM) - iTunes Screensaver Clone for Spotify and Last.fm ![objective_c_icon]
- [Predator](https://github.com/vpeschenkov/Predator) - A predator-inspired clock screensaver for macOS ![swift_icon]
- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon]
@@ -589,6 +590,7 @@ You can see in which language an app is written. Currently there are following l
- [HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake is a video transcoder available for Linux, Mac, and Windows. ![c_icon]
- [MenuTube](https://github.com/edanchenkov/MenuTube) - Catch YouTube into your macOS menu bar! ![javascript_icon]
- [OpenShot](https://github.com/OpenShot/openshot-qt) - Easy to use, quick to learn, and surprisingly powerful video editor. ![python_icon]
+- [Quick Caption](https://github.com/LumingYin/Caption) - Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes. ![swift_icon]
- [QuickLook Video](https://github.com/Marginal/QLVideo) - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ![objective_c_icon]
- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
diff --git a/applications.json b/applications.json
index afa7d9a..e5c1978 100644
--- a/applications.json
+++ b/applications.json
@@ -1,7357 +1,6944 @@
{
- "applications" : [
- {
- "short_description" : "manage bluetooth connections with your keyboard.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/friedrichweise/wechsel",
- "title" : "wechsel",
- "icon_url" : "https://raw.githubusercontent.com/friedrichweise/wechsel/master/wechsel/Assets.xcassets/AppIcon.appiconset/Artboard-2.png"
- "screenshots" : [
- "https://raw.githubusercontent.com/friedrichweise/wechsel/master/screenshot.jpg"
- ],
- "official_site" : "https://wechsel.weise.io",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "cross platform e-book manager.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/kovidgoyal/calibre",
- "title" : "calibre",
- "icon_url" : "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png ",
- "screenshots" : [
- ],
- "official_site" : "https://calibre-ebook.com",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Application which hosts AudioUnits v3 using AVFoundation API. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/vgorloff/AUHost",
- "title" : "AUHost",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-Attenuator.png",
- "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MediaLibrary.png",
- "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MainWindow.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/maculateConception/aural-player",
- "title" : "Aural Player",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Compact.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Delay.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Preferences-Playback.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/SegmentLoop.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Default.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Demos/mainDemo.gif",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetailedInfo.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Filter.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Search.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DockedLeft.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetachedPlaylist.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Time.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Sort.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/kyleneideck/BackgroundMusic",
- "title" : "Background Music",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kyleneideck/BackgroundMusic/master/Images/README/Screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "macOS camera recording using ffmpeg ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/hanayik/CAM",
- "title" : "CAM",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/3.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/4.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/1.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/2.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "System-Wide Equalizer for the Mac. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/nodeful/eqMac2",
- "title" : "eqMac2",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg",
- "https://user-images.githubusercontent.com/8472525/33244041-488cf4b4-d2e8-11e7-986c-49826dd853e1.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "The fre:ac audio converter project. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/enzo1982/freac",
- "title" : "fre:ac",
- "icon_url" : "",
- "screenshots" : [
- "https://freac.org/images/freac-ubuntu.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "jmc is new macOS media organizer. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/jcm93/jmc",
- "title" : "jmc",
- "icon_url" : "",
- "screenshots" : [
- "https://puu.sh/xoZYo/bd6d6deeb0.png",
- "https://i.imgur.com/SJ5RgM5.png",
- "https://puu.sh/xoZHp/31dddfc751.png",
- "https://i.imgur.com/oYB83zF.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "This app allows you to control the iTunes volume using volume up and volume down hotkeys. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/alberti42/iTunes-Volume-Control",
- "title" : "iTunes-Volume-Control",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/alberti42/iTunes-Volume-Control/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "LocalRadio is software for listening to \"Software-Defined Radio\" on your Mac and mobile devices. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/dsward2/LocalRadio",
- "title" : "LocalRadio",
- "icon_url" : "",
- "screenshots" : [
- "https://cdn.rawgit.com/dsward2/LocalRadio/d3eb87c/Documents/LocalRadio-animation.svg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS app to show you lyric what currently iTunes or Spotify is playing. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/lyc2345/Lyricism",
- "title" : "Lyricism",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.23.34%20AM.jpg",
- "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-07-21%20at%204.34.33%20PM.jpg",
- "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.22.59%20AM.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "Lyrics for iTunes, Spotify and Vox. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/ddddxxx/LyricsX",
- "title" : "LyricsX",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/desktop_lyrics.gif",
- "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_3.jpg",
- "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_2.jpg",
- "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_1.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple yet powerful audio player for BSD/Linux/macOS. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/bsdelf/mous",
- "title" : "Mous Player",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt-conv.png",
- "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt5-macos.png",
- "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt.png",
- "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-explorer.png",
- "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-play.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Spotify controller with TouchBar support. ",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/xzzz9097/Muse",
- "title" : "Muse",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/xzzz9097/Muse/master/Screenshots/Window2.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Scrobble vinyl, radios, movies to Last.fm. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/ShazamScrobbler/shazamscrobbler-macos",
- "title" : "ShazamScrobbler",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/1932338/10404677/7d1ffe58-6ed4-11e5-99d0-c29480a0bfda.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Minimal, beautifully designed music player for macOS. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/sonoramac/Sonora",
- "title" : "Sonora",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sonoramac/Sonora/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Spotify and iTunes in your menu bar.",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/kmikiy/SpotMenu",
- "title" : "SpotMenu",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kmikiy/SpotMenu/master/Demo/demo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "Spotify mini-player for macOS. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/will-stone/SpotSpot",
- "title" : "SpotSpot",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Audio input/output source lock for macOS. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/Sunnyyoung/Suohai",
- "title" : "Suohai",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Sunnyyoung/Suohai/master/Screenshot/0x01.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Instant audio feedback for typing. macOS version. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/yingDev/Tickeys",
- "title" : "Tickeys",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/1.png",
- "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/video_thumb.png",
- "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/2.png"
- ],
- "official_site" : "",
- "languages" : [
- "rust"
- ]
- },
- {
- "short_description" : "macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/CocoaHeadsBrasil/MuteUnmuteMic",
- "title" : "[Un]MuteMic",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/235208/10419593/143171fc-704a-11e5-8270-374ca898685b.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ",
- "categories" : [
- "audio"
- ],
- "repo_url" : "https://github.com/getoffmyhack/waveSDR",
- "title" : "waveSDR",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/getoffmyhack/waveSDR/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Keep your application settings in sync (macOS/Linux). ",
- "categories" : [
- "backup"
- ],
- "repo_url" : "https://github.com/lra/mackup",
- "title" : "Mackup",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Easily create lightweight documentation of installed applications, dotfiles, and more. ",
- "categories" : [
- "backup"
- ],
- "repo_url" : "https://github.com/alichtman/shallow-backup",
- "title" : "shallow-backup",
- "icon_url" : "",
- "screenshots" : [
- "https://github.com/alichtman/shallow-backup/blob/master/img/shallow-backup-demo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "UrBackup is Client/Server network backup for Windows, macOS and Linux.",
- "categories" : [
- "backup"
- ],
- "repo_url" : "https://github.com/uroni/urbackup_backend",
- "title" : "UrBackup",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "c"
- ]
- },
- {
- "short_description" : "Beaker is an experimental peer-to-peer Web browser. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/beakerbrowser/beaker",
- "title" : "Beaker Browser",
- "icon_url" : "",
- "screenshots" : [
- "http://nerdist.com/wp-content/uploads/2016/05/the-mad-king-game-of-thrones.jpg",
- "https://raw.githubusercontent.com/beakerbrowser/beaker/master/build/icons/256x256.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/brave/browser-laptop",
- "title" : "Brave Browser",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS tool that prompts you to choose a browser when opening a link. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/will-stone/browserosaurus",
- "title" : "browserosaurus",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Floating browser window for macOS.",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/JadenGeller/Helium",
- "title" : "Helium",
- "icon_url" : "",
- "screenshots" : [
- "http://heliumfloats.com/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "Always opens the right browser. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/johnste/finicky",
- "title" : "Finicky",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/kaktus/kaktus",
- "title" : "Kaktus Browser",
- "icon_url" : "",
- "screenshots" : [
- "https://cldup.com/qsYAu0F-ja.png",
- "https://cldup.com/6jOWAjYdpo.png",
- "https://cldup.com/wDadS2XGrb.gif"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/OtterBrowser/otter-browser",
- "title" : "otter-browser",
- "icon_url" : "",
- "screenshots" : [
- "https://otter-browser.org/screenshots/1.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Safe Exam Browser for macOS and iOS. ",
- "categories" : [
- "browser"
- ],
- "repo_url" : "https://github.com/SafeExamBrowser/seb-mac",
- "title" : "seb-mac",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c"
- ]
- },
- {
- "short_description" : " Mac app wrapper around Google's stand-alone Android Messenger. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/jake-101/android-messenger-mac",
- "title" : "Android Messenger Mac",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/GQiLntX.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Native Mac app wrapper for WhatsApp Web. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/stonesam92/ChitChat",
- "title" : "ChitChat",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/riXrTvx.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Better WeChat on macOS and Linux. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/geeeeeeeeek/electronic-wechat",
- "title" : "Electronic WeChat",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/7262715/14876747/ff691ade-0d49-11e6-8435-cb1fac91b3c2.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/meetfranz/franz",
- "title" : "Franz",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/meetfranz/franz/master/./build-helpers/images/icon.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Native macOS & Windows desktop app for Google Allo. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/kelyvin/Google-Allo-For-Desktop",
- "title" : "Google Allo for Desktop",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/5g1VU3S.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Unofficial GroupMe App.",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/dcrousso/GroupMe",
- "title" : "GroupMe",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/dcrousso/GroupMe/master/media/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/vector-im/riot-web",
- "title" : "Riot.im",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/neilalexander/seaglass",
- "title" : "Seaglass",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/neilalexander/seaglass/master/image.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Electron app that links with your Signal Android or Signal iOS app. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/signalapp/Signal-Desktop",
- "title" : "Signal Desktop",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Source code of Telegram for macOS on Swift. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/overtake/TelegramSwift",
- "title" : "Telegram",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Source code of deprecated Telegram for macOS version. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/overtake/telegram",
- "title" : "Telegram [Deprecated]",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Telegram Desktop messaging app. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/telegramdesktop/tdesktop",
- "title" : "Telegram Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Textual is an IRC client for macOS. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/Codeux-Software/Textual",
- "title" : "Textual",
- "icon_url" : "",
- "screenshots" : [
- "https://www.codeux.com/textual/private/images/v600media/YosemiteDarkFullscreen.png",
- "https://www.codeux.com/textual/private/images/v600media/YosemiteDarkThumbnail.png",
- "https://www.codeux.com/textual/private/images/v600media/YosemiteLightFullscreen.png",
- "https://www.codeux.com/textual/private/images/v600media/YosemiteLightThumbnail.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "TorChat for Mac is a macOS native and unofficial port of torchat. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/javerous/TorChat-Mac",
- "title" : "Torchat-Mac",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Send WhatsApp message from menu bar. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/aldychris/WhatsAppBar",
- "title" : "WhatsAppBar",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/AppScreenshoot.png",
- "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WaPref.png",
- "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WhatsAppBarGif.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Standalone Electron app for the chatapp Wire. ",
- "categories" : [
- "chat"
- ],
- "repo_url" : "https://github.com/wireapp/wire-desktop",
- "title" : "Wire Desktop",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS app to safely generate cryptocurrency address. ",
- "categories" : [
- "cryptocurrency"
- ],
- "repo_url" : "https://github.com/onmyway133/AddressGenerator",
- "title" : "AddressGenerator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/demo.png",
- "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/Artboard.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "App for all the world’s currencies. ",
- "categories" : [
- "cryptocurrency"
- ],
- "repo_url" : "https://github.com/balance-io/balance-open",
- "title" : "Balance Open",
- "icon_url" : "",
- "screenshots" : [
- "https://d3vv6lp55qjaqc.cloudfront.net/items/2840292G3j1g102Q3s21/balance-open.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS menu bar application for tracking crypto coin prices. ",
- "categories" : [
- "cryptocurrency"
- ],
- "repo_url" : "https://github.com/adamwaite/CoinBar",
- "title" : "CoinBar",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/04.png",
- "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/01.png",
- "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/02.png",
- "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/03.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS menu bar application built with Electron. ",
- "categories" : [
- "cryptocurrency"
- ],
- "repo_url" : "https://github.com/geraldoramos/crypto-bar",
- "title" : "Crypto Bar",
- "icon_url" : "",
- "screenshots" : [
- "https://s3.amazonaws.com/cryptobar/newgif.gif"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Native menu bar app with floating window and support for many Exchanges. ",
- "categories" : [
- "cryptocurrency"
- ],
- "repo_url" : "https://github.com/kaunteya/FloatCoin",
- "title" : "Float coin",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kaunteya/FloatCoin/master//Images/Banner.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Universal database tool and SQL client. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/dbeaver/dbeaver",
- "title" : "DBeaver",
- "icon_url" : "",
- "screenshots" : [
- "https://dbeaver.io/product/dbeaver-ss-classic.png",
- "https://dbeaver.io/product/dbeaver-ss-mock.png",
- "https://dbeaver.io/product/dbeaver-ss-erd.png",
- "https://dbeaver.io/product/dbeaver-ss-dark.png"
- ],
- "official_site" : "",
- "languages" : [
- "java"
- ]
- },
- {
- "short_description" : "SQLite database management GUI. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/sqlitebrowser/sqlitebrowser",
- "title" : "DB Browser for SQLite",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/images/sqlitebrowser.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "The easiest way to get started with mongoDB on the Mac. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/gcollazo/mongodbapp",
- "title" : "mongoDB.app",
- "icon_url" : "",
- "screenshots" : [
- "https://gcollazo.github.io/mongodbapp/assets/img/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "PostgreSQL GUI client for macOS. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/Paxa/postbird",
- "title" : "Postbird",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/26019/41055418-dcc55700-69f3-11e8-8d3e-572cf5febedc.png",
- "https://user-images.githubusercontent.com/26019/41055416-dc5a5464-69f3-11e8-87b8-994e763da816.png",
- "https://user-images.githubusercontent.com/26019/41055417-dc8eb56a-69f3-11e8-8145-6f0d5eb147a6.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "The easiest way to get started with PostgreSQL on the Mac. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/PostgresApp/PostgresApp",
- "title" : "Postgres.app",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "The easiest way to get started with Redis on the Mac. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/jpadilla/redisapp",
- "title" : "Redis.app",
- "icon_url" : "",
- "screenshots" : [
- "https://jpadilla.github.io/redisapp/assets/img/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "MySQL/MariaDB database management for macOS. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/sequelpro/sequelpro",
- "title" : "Sequel Pro",
- "icon_url" : "",
- "screenshots" : [
- "https://sequelpro.com/images/logo.png",
- "https://sequelpro.com/images/browse.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/Studio3T/robomongo",
- "title" : "Robo 3T",
- "icon_url" : "",
- "screenshots" : [
- "https://robomongo.org/static/screens-transparent-6e2a44fd.png"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Cashew macOS Github Issue Tracker.",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/jensteichert/OpenCashew",
- "title" : "Cashew",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "Gitee, macOS status bar application for Github.",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/Nightonke/Gitee",
- "title" : "Gitee",
- "icon_url" : "",
- "screenshots" : [
- "https://img.shields.io/github/release/nightonke/gitee.svg",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_1.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_1.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_profile.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_2.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trending.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/status_bar.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trend_1.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_2.png",
- "https://img.shields.io/badge/Developer-Nightonke-red.svg",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/image_github_w1920.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trend_2.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_notification.png",
- "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/vc_settings.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "GitHub contributions app, for iOS, WatchOS, and macOS. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/remirobert/Github-contributions",
- "title" : "Github contributions",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/3276768/19214602/f39af4c0-8d87-11e6-8b3d-3d9c7b94d57c.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple collaboration from your desktop. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/desktop/desktop",
- "title" : "GitHub Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/359239/26094502/a1f56d02-3a5d-11e7-8799-23c7ba5e5106.png"
- ],
- "official_site" : "",
- "languages" : [
- "type_script"
- ]
- },
- {
- "short_description" : "Simple app that will notify about new commits to watched repositories. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/ad/GithubListener",
- "title" : "GithubListener",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ad/GithubListener/master/notifyexample.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple macOS app to alert you when you have unread GitHub notifications. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/erik/github-notify",
- "title" : "GithubNotify",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Minimalistic Git client for Mac. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/eonist/GitSync",
- "title" : "GitSync",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/stylekit/img/master/Element210-01.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "The Git interface you've been missing all your life has finally arrived. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/git-up/GitUp",
- "title" : "GitUp",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/t6iC9TC.png",
- "http://i.imgur.com/ZfxM7su.png",
- "http://i.imgur.com/29hxDcJ.png",
- "http://i.imgur.com/dWpJExk.png",
- "http://i.imgur.com/6cuPcT4.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Graphical client for the git version control system. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/gitx/gitx",
- "title" : "GitX",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS application for easily operating GitHub Projects. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/mtgto/GPM",
- "title" : "GPM",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS application to comfortably browse and search through your Messages.app history. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/glaurent/MessagesHistoryBrowser",
- "title" : "MessagesHistoryBrowser",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "GitHub contribution streak tracking menubar app. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/jamieweavis/streaker",
- "title" : "Streaker",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS status bar application for tracking code review process within the team. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/marcinreliga/TeamStatus-for-GitHub",
- "title" : "TeamStatus-for-GitHub",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/marcinreliga/TeamStatus-for-GitHub/master/doc/preview.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/ptsochantaris/trailer",
- "title" : "Trailer",
- "icon_url" : "",
- "screenshots" : [
- "http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png",
- "http://ptsochantaris.github.io/trailer/images/background-2400.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Xit is a graphical tool for working with git repositories. ",
- "categories" : [
- "git"
- ],
- "repo_url" : "https://github.com/Uncommon/Xit",
- "title" : "Xit",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Uncommon/Xit/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple toolkit that makes your iOS / macOS apps development more easier. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/alexlee002/alloy",
- "title" : "Alloy",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation",
- "title" : "AppBox",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/getappbox/Home/master/Images/UploadIPA-Dark.png",
- "https://raw.githubusercontent.com/getappbox/Home/master/Images/Dashboard-Dark.png",
- "https://raw.githubusercontent.com/getappbox/Home/master/Images/AppURL.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Tool for generating icons in all sizes as required by macOS and iOS apps. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/kuyawa/AppIcons",
- "title" : "AppIcons",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kuyawa/Gallery/master/AppIcons/appicons.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Trace tool for iOS/macOS. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/everettjf/AppleTrace",
- "title" : "AppleTrace",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Gives you indication about the average iOS / macOS app stores review times. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/arbel03/AppStoreReviewTimes",
- "title" : "AppStoreReviewTimes",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/Y0jr8lF.png",
- "https://i.imgur.com/rwBYris.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "App that lets you open .car files and browse/extract their images.",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/insidegui/AssetCatalogTinkerer",
- "title" : "Asset Catalog Tinkerer",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot.png",
- "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png",
- "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/./quicklook_thumb.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/athiercelin/Assets",
- "title" : "Assets",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/attaswift/Attabench",
- "title" : "Attabench",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Attabench-screenshot.png",
- "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Header.png",
- "https://raw.githubusercontent.com/attaswift/Attabench/master/Images/SampleBenchmark.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Takes path for your assets images and creates appiconset and imageset for you in just one click. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/angelvasa/AVXCAssets-Generator",
- "title" : "AVXCAssets Generator",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Small application to monitor your GitHub project web page in a native macOS app :octocat:! ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/JustinFincher/BoardForGitHub",
- "title" : "Board For GitHub",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/1.jpg",
- "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/2.jpg",
- "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/Banner.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS app for submitting radars. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/br1sk/brisk",
- "title" : "Brisk",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/br1sk/brisk/master/.github/AppIcon.png",
- "https://raw.githubusercontent.com/br1sk/brisk/master/.github/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/xing/calabash-launcher",
- "title" : "calabash-launcher",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/18147900/32694248-d8c2d7c8-c73b-11e7-8803-81590d61fbf9.png",
- "https://user-images.githubusercontent.com/18147900/32609402-e9b05aa2-c55f-11e7-99d6-c2c1b5b8195d.png",
- "https://user-images.githubusercontent.com/18147900/34467506-8ca05b50-eef4-11e7-9ca0-1373ba7ddd19.png",
- "https://user-images.githubusercontent.com/4619244/32549703-b6356bfc-c48a-11e7-92f0-1e24a985f0dd.png",
- "https://user-images.githubusercontent.com/18147900/32503133-c04ee05e-c3dc-11e7-8394-3c0eb5b0105b.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Cleaner for Xcode.app built with react-native-macOS. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/waylybaye/XcodeCleaner",
- "title" : "Cleaner for Xcode",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Native Apple macOS app for testing HTTP/REST endpoints. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/mmattozzi/cocoa-rest-client",
- "title" : "CocoaRestClient",
- "icon_url" : "",
- "screenshots" : [
- "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-1.png",
- "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-2.png",
- "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-4.png",
- "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-5.png",
- "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-6.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS App to explore CoreImage Filters. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/KrisYu/FilterShop",
- "title" : "FilterShop",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/KrisYu/FilterShop/master/showcase.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app to generate app icons. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/onmyway133/IconGenerator",
- "title" : "IconGenerator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/gif.gif",
- "https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/banner.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Create Xcode image catalogs (xcassets) on the fly. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/raphaelhanneken/iconizer",
- "title" : "Iconizer",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/raphaelhanneken/iconizer/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/SAP/macos-icon-generator",
- "title" : "Icons.app",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "overdue Swift rewrite of Injection.",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/johnno1962/InjectionIII",
- "title" : "InjectionIII",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/devcxm/iOS-Images-Extractor",
- "title" : "iOS Images Extractor",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/devcxm/iOS-Images-Extractor/master/iOSImagesExtractor/iOSImagesExtractor/Images.xcassets/AppIcon.appiconset/AppIcon-256.png",
- "https://cloud.githubusercontent.com/assets/8568955/7927878/874f0594-0918-11e5-9fe3-452372f5affd.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/wigl/iSimulator",
- "title" : "iSimulator",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "The debug application for Apple Push Notification Service (APNs). ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/KnuffApp/Knuff",
- "title" : "Knuff",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/499192/12481271/36b610e0-c048-11e5-9be6-ee9e996036a2.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Intuitive app to display transparent images on screen. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/yuhua-chen/LayerX",
- "title" : "LayerX",
- "icon_url" : "",
- "screenshots" : [
- "http://img.youtube.com/vi/35KixjZBDjY/0.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Mac app to localize your iOS and macOS projects. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/ralcr/Localizable.strings",
- "title" : "Localizable.strings",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Localizations is an macOS app that manages your Xcode project localization files (.strings). ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/athiercelin/Localizations",
- "title" : "Localizations",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/igorkulman/iOSLocalizationEditor",
- "title" : "Localization Editor",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app for convenient access to the system color panel. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/nvzqz/Menubar-Colors",
- "title" : "Menubar Colors",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/./Example.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "App to customize your Touch Bar as you want. ",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/toxblh/MTMR",
- "title" : "MyTouchbarMyRules",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app which helps you manage dependency releases in your Podfile. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/kizitonwose/PodsUpdater",
- "title" : "PodsUpdater",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_2.png",
- "https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_1.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/shaojiankui/ProfilesManager",
- "title" : "ProfilesManager",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/shaojiankui/ProfilesManager/master/demo.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS app to test push notifications on iOS and Android. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/onmyway133/PushNotifications",
- "title" : "PushNotifications",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/TeamId.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSToken.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Android.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/ios.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/KeyId.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Key.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSCertificate.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/AndroidServerKey.png",
- "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Certificate.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/InjoyDeng/ResignTool",
- "title" : "ResignTool",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/H8kRoPf.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "MacOS application for creating AppIcon for iOS and Android apps.",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/onurgenes/Resizr",
- "title" : "Resizr",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "iOS Push Notification Debug App. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/shaojiankui/SmartPush",
- "title" : "SmartPush",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/shaojiankui/SmartPush/master/demo.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Small application to display your designs on the Touch Bar of the new MacBook Pro. ",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/touchbar/Touch-Bar-Preview",
- "title" : "Touch Bar Preview",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Use the Touch Bar on any Mac. ",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/sindresorhus/touch-bar-simulator",
- "title" : "Touch Bar Simulator",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "iOS/Android app deployment tool for macOS. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/iseebi/TransporterPad",
- "title" : "TransporterPad",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Unofficial WWDC app for macOS. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/insidegui/WWDC",
- "title" : "WWDC",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/ssamadgh/WWDCsrt",
- "title" : "WWDC.srt",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session02.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/VideoLink.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/TextFile.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session01.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Tool to convert Xcode .xib to .storyboard files. ",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/novemberfiveco/xib2Storyboard",
- "title" : "xib2Storyboard",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ",
- "categories" : [
- "json-parsing"
- ],
- "repo_url" : "https://github.com/zadr/j2s",
- "title" : "j2s",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple macOS app to generate Swift Object Mapper classes from JSON. ",
- "categories" : [
- "json-parsing"
- ],
- "repo_url" : "https://github.com/AppCraft-LLC/json-mapper",
- "title" : "JSON Mapper",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ",
- "categories" : [
- "json-parsing"
- ],
- "repo_url" : "https://github.com/Ahmed-Ali/JSONExport",
- "title" : "JSONExport",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/5157350/5228493/72693010-7713-11e4-9e42-625a8590424a.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple macOS app for uploading files to Amazon Web Services. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/RafalWilinski/s3-uploader",
- "title" : "aws-s3-uploader",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master//upload_anim.gif"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/TheNewNormal/corectl.app",
- "title" : "Corectl App for macOS",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/TheNewNormal/corectl.app/master/corectl_app.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/TheNewNormal/coreos-osx",
- "title" : "CoreOS VM",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/TheNewNormal/coreos-osx/master/coreos-osx.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Insomnia is a cross-platform REST client, built on top of Electron. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/getinsomnia/insomnia",
- "title" : "Insomnia",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/getinsomnia/insomnia/master/screenshots/main.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS app to let you access iTunesConnect. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/ronakdev/itunesconnect",
- "title" : "iTunesConnect",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/DanSanche/KubeMonitor",
- "title" : "KubeMonitor",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/./Screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar.",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/nsriram/KubeSwitch",
- "title" : "KubeSwitch",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/nsriram/KubeSwitch/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Dedicated Mac app for website auditing and crawling. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/BurntCaramel/Lantern",
- "title" : "Lantern",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/plan44/localSites",
- "title" : "LocalSites",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/andypotts/mockup-generator",
- "title" : "Mockup Generator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot2.png",
- "https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot1.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Npm desktop GUI. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/720kb/ndm",
- "title" : "ndm",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/6KL3pt7.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Evaluate Nodejs/JS code snippets from Menubar. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/vsaravind007/nodeScratchpad",
- "title" : "nodeScratchpad",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Create deployments right from the tray menu. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/zeit/now-desktop",
- "title" : "Now Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://assets.zeit.co/image/upload/v1537714691/repositories/now-desktop/now-desktop-repo-banner.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS app for monitoring the status of cloud services. ",
- "categories" : [
- "web-development"
- ],
- "repo_url" : "https://github.com/inket/stts",
- "title" : "stts",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/OAK3hR0.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Node and Attribute viewer for Chef ",
- "categories" : [
- "other-development"
- ],
- "repo_url" : "https://github.com/Yasumoto/ChefInspector",
- "title" : "ChefInspector",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Yasumoto/ChefInspector/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Browser for macOS Mach-O binaries. ",
- "categories" : [
- "other-development"
- ],
- "repo_url" : "https://github.com/dcsch/macho-browser",
- "title" : "macho-browser",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Browser based GUI for **LLDB** Debugger. ",
- "categories" : [
- "other-development"
- ],
- "repo_url" : "https://github.com/ant4g0nist/vegvisir",
- "title" : "vegvisir",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/sections.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/blank.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/auto_suggest.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/help.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/strings.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/target_create.png",
- "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs_imported.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Easily search and download macOS apps from the huge `homebrew cask` app catalog. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/yep/app-downloader",
- "title" : "App Downloader",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/Kevin-De-Koninck/Get-It",
- "title" : "Get It",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A full-featured download manager. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/agalwood/Motrix",
- "title" : "Motrix",
- "icon_url" : "https://github.com/agalwood/Motrix/blob/master/build/256x256.png",
- "screenshots" : [
- "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-light%402x.png",
- "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-light%402x.png",
- "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-dark%402x.png",
- "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-dark%402x.png"
- ],
- "official_site" : "https://motrix.app/",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS Video Downloader written in Swift and Objective-C.",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/Pjirlip/Pillager",
- "title" : "Pillager",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/pillagerpreview.png",
- "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/useffmpeg.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "desktop application for downloading Udemy Courses. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/FaisalUmair/udemy-downloader-gui",
- "title" : "udemy-downloader-gui",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS app to download Youtube videos. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/onmyway133/YoutubeDownloader",
- "title" : "Youtube Downloader",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/screenshot1.png",
- "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/Icon.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
- "categories" : [
- "downloader"
- ],
- "repo_url" : "https://github.com/DenBeke/YouTube-Downloader-for-macOS",
- "title" : "YouTube Downloader for macOS",
- "icon_url" : "",
- "screenshots" : [
- "https://denbeke.be/blog/wp-content/uploads/2017/11/Youtube-downloader-macOS-Swift.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "simple CSV editor for the macOS. ",
- "categories" : [
- "csv"
- ],
- "repo_url" : "https://github.com/jakob/TableTool",
- "title" : "TableTool",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "GUI for editing, visualizing, and manipulating JSON data. ",
- "categories" : [
- "json"
- ],
- "repo_url" : "https://github.com/wellsjo/JSON-Splora",
- "title" : "JSON-Splora",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/CiXIrrg.gif",
- "https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Tree-structured markdown editor for macOS, Windows, and Linux. ",
- "categories" : [
- "markdown"
- ],
- "repo_url" : "https://github.com/gingko/client",
- "title" : "Gingko",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/gingko/client/master/./docs/images/screenshot-alien-screenplay.png"
- ],
- "official_site" : "",
- "languages" : [
- "elm"
- ]
- },
- {
- "short_description" : "Markdown editor for macOS. ",
- "categories" : [
- "markdown"
- ],
- "repo_url" : "https://github.com/MacDownApp/macdown",
- "title" : "MacDown",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Realtime preview markdown editor for macOS Windows and Linux. ",
- "categories" : [
- "markdown"
- ],
- "repo_url" : "https://github.com/marktext/marktext/",
- "title" : "Mark Text",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "A modern MacOS markdown editor. ",
- "categories" : [
- "markdown"
- ],
- "repo_url" : "https://github.com/lukakerr/Pine",
- "title" : "Pine",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/ptzSBmo.jpg",
- "https://camo.githubusercontent.com/14fd8828c4ab0e59f62cd7457fff295fe8113f26/68747470733a2f2f692e696d6775722e636f6d2f767841614e65582e706e67",
- "https://camo.githubusercontent.com/77b139742c8d23e154de89331b5fcfd3672878bf/68747470733a2f2f692e696d6775722e636f6d2f354c51314c6c342e706e67"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ",
- "categories" : [
- "tex"
- ],
- "repo_url" : "https://github.com/qilin-editor/qilin-app",
- "title" : "Qilin Editor",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/VOGLGv5.png",
- "https://i.imgur.com/LYzVw99.png",
- "https://i.imgur.com/utXxWLf.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Lightweight Plain-Text Editor for macOS. ",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/coteditor/CotEditor",
- "title" : "CotEditor",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/coteditor/CotEditor/master/screenshot@2x.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Text editor for macOS. ",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/macvim-dev/macvim",
- "title" : "MacVim",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c"
- ]
- },
- {
- "short_description" : "Plain text editor for macOS with customizable themes. ",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/brunophilipe/noto",
- "title" : "Noto",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/BlqwbV7.png",
- "http://i.imgur.com/SXh8o7n.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "TextMate is a graphical text editor for macOS. ",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/textmate/textmate",
- "title" : "TextMate",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/textmate/textmate/gh-pages/images/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Refined Neovim experience for macOS. ",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/qvacua/vimr",
- "title" : "VimR",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ",
- "categories" : [
- "extensions"
- ],
- "repo_url" : "https://github.com/Capevace/BetterPiP",
- "title" : "BetterPiP",
- "icon_url" : "",
- "screenshots" : [
- "https://media.giphy.com/media/3b7gn1cvDnjDk9Kngv/giphy-downsized-large.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ",
- "categories" : [
- "extensions"
- ],
- "repo_url" : "https://github.com/arnoappenzeller/PiPifier",
- "title" : "PiPifier",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/demo.gif",
- "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/Banner.png",
- "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/pipifier_ios_usage.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ",
- "categories" : [
- "extensions"
- ],
- "repo_url" : "https://github.com/bfmatei/PiPTool",
- "title" : "PiPTool",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Clipy is a Clipboard extension app for macOS. ",
- "categories" : [
- "finder"
- ],
- "repo_url" : "https://github.com/Clipy/Clipy",
- "title" : "Clipy",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Clipy/Clipy/master/./Resources/clipy_logo.png",
- "https://clipy-app.com/img/screenshot1.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
- "categories" : [
- "finder",
- "terminal"
- ],
- "repo_url" : "https://github.com/onmyway133/FinderGo",
- "title" : "Finder Go",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ",
- "categories" : [
- "finder"
- ],
- "repo_url" : "https://github.com/Mortennn/FiScript",
- "title" : "FiScript",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/landingNoText.png",
- "https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/logo.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Finder toolbar app to open current folder in Visual Studio Code. ",
- "categories" : [
- "finder"
- ],
- "repo_url" : "https://github.com/sozercan/OpenInCode",
- "title" : "OpenInCode",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/F5ZrCmS.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/wesnoth/wesnoth",
- "title" : "Battle for Wesnoth",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "The DOS game emulator that’s fit for your Mac.",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/alunbestor/Boxer",
- "title" : "Boxer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "objective_c"
- ]
- },
- {
- "short_description" : "Powerful emulator for Nintendo GameCube and Wii games. ",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/dolphin-emu/dolphin",
- "title" : "Dolphin",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Retro video game emulation for macOS. ",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/OpenEmu/OpenEmu",
- "title" : "OpenEmu",
- "icon_url" : "",
- "screenshots" : [
- "http://openemu.org/img/intro-md.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Re-implementation of RollerCoaster Tycoon 2. ",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/OpenRCT2/OpenRCT2",
- "title" : "OpenRCT2",
- "icon_url" : "",
- "screenshots" : [
- "https://camo.githubusercontent.com/888d993a9716208446bd0d5a762977d6b7993058/68747470733a2f2f692e696d6775722e636f6d2f6537434b3553632e706e67"
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Turn your screen into a playable level of Mario. ",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/AaronRandall/Screentendo",
- "title" : "Screentendo",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/AaronRandall/Screentendo/master/Screentendo/Screentendo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Beautiful, powerful chess application.",
- "categories" : [
- "games"
- ],
- "repo_url" : "https://github.com/daylen/stockfish-mac",
- "title" : "Stockfish",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "objective_c"
- ]
- },
- {
- "short_description" : "Animated sprite editor & pixel art tool (Windows, macOS, Linux).",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/aseprite/aseprite",
- "title" : "Aseprite",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "c"
- ]
- },
- {
- "short_description" : "Tool to capture screenshot and recognize text by online ocr apis. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/gragrance/CaptuocrToy",
- "title" : "CaptuocrToy",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Gif capture app for macOS. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/onmyway133/GifCapture",
- "title" : "GifCapture",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/gifcapture.png",
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g1.gif",
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/Icon.png",
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g2.gif",
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g3.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/lettier/gifcurry",
- "title" : "Gifcurry",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/KFZyEqq.png",
- "https://i.imgur.com/ByyCNuk.gif"
- ],
- "official_site" : "",
- "languages" : [
- "haskell"
- ]
- },
- {
- "short_description" : "Convert videos to high-quality GIFs. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/sindresorhus/gifski-app",
- "title" : "Gifski",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot2.jpg",
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot.jpg",
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/AppIcon-readme.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Proof of concept Mac drawing application. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/CleanCocoa/InfiniteCanvas",
- "title" : "InfiniteCanvas",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/CleanCocoa/InfiniteCanvas/master/assets/title-sketch.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/dsward2/macSVG",
- "title" : "macSVG",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/dsward2/macSVG/master/README_images/macsvg-screenshot.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Choose your Material colours and copy the hex code. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/BafS/Material-Colors-native",
- "title" : "Material Colors Native",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/jIJ4Gcf.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/pencil2d/pencil",
- "title" : "Pencil2D Animation",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/duyquoc/ScreenToLayers",
- "title" : "ScreenToLayers for macOS",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/./Others/presentation.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "css"
- ]
- },
- {
- "short_description" : "Plugin manager for Sketch.app.",
- "categories" : [
- "graphics"
- ],
- "repo_url" : "https://github.com/buzzfeed/Sketch-Toolbox",
- "title" : "Sketch Toolbox",
- "icon_url" : "",
- "screenshots" : [
- "https://i.cloudup.com/XTLlL1-Stt-3000x3000.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "The hackable text editor. ",
- "categories" : [
- "ide"
- ],
- "repo_url" : "https://github.com/atom/atom",
- "title" : "Atom",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
- "categories" : [
- "ide"
- ],
- "repo_url" : "https://github.com/onivim/oni",
- "title" : "Oni",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "type_script"
- ]
- },
- {
- "short_description" : "Code editor developed by Microsoft. ",
- "categories" : [
- "ide"
- ],
- "repo_url" : "https://github.com/Microsoft/vscode",
- "title" : "Visual Studio Code",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png"
- ],
- "official_site" : "",
- "languages" : [
- "type_script"
- ]
- },
- {
- "short_description" : "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",
- "categories" : [
- "ide"
- ],
- "repo_url" : "https://github.com/pkulchenko/ZeroBraneStudio",
- "title" : "ZeroBraneStudio",
- "icon_url" : "",
- "screenshots" : [
- "https://studio.zerobrane.com/images/debugging.png"
- ],
- "official_site" : "",
- "languages" : [
- "lua"
- ]
- },
- {
- "short_description" : "macOS app which assembles and disassembles animated png files. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/shgodoroja/APNGb",
- "title" : "APNGb",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Insane(ly slow but wicked good) PNG image optimization. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/chrissimpkins/Crunch",
- "title" : "Crunch",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "macOS Status Bar App for quick sketch. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/wddwycc/Freehand",
- "title" : "Freehand",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/wddwycc/Freehand/master/_images/demo.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Gimp is GNU Image Manipulation Program. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/GNOME/gimp",
- "title" : "Gimp",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c"
- ]
- },
- {
- "short_description" : "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/liamrosenfeld/Iconology",
- "title" : "Iconology",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Mac GUI for pngquant, pngnq and posterizer.",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/kornelski/ImageAlpha",
- "title" : "ImageAlpha",
- "icon_url" : "",
- "screenshots" : [
- "https://pngmini.com/screenshot-1.3.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "python"
- ]
- },
- {
- "short_description" : "Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/meowtec/Imagine",
- "title" : "Imagine",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "type_script"
- ]
- },
- {
- "short_description" : "Katana is a simple screenshot utility for macOS that lives in your menubar.",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/bluegill/katana",
- "title" : "Katana",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "macOS app for finding and lost forgotten photos on your disks. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/gergelysanta/photominer",
- "title" : "PhotoMiner",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/06.png",
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/02.png",
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/04.png",
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/03.png",
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/05.png",
- "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/07.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS menubar app for automating screenshots. ",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/crilleengvall/Screenbar",
- "title" : "Screenbar",
- "icon_url" : "",
- "screenshots" : [
- "https://www.screenbar.net/assets/images/screenbar-window.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.",
- "categories" : [
- "images"
- ],
- "repo_url" : "https://github.com/1000ch/WebPonize",
- "title" : "WebPonize",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift",
- "c"
- ]
- },
- {
- "short_description" : "macOS application for controlling AnnePro keyboard over bluetooth. ",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/msvisser/AnnePro-mac",
- "title" : "AnnePro-mac",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/Pyroh/Fluor",
- "title" : "Fluor",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Karabiner-Elements configuration manager, rescue to bloated karabiner.json ",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/yqrashawn/GokuRakuJoudo",
- "title" : "GokuRakuJoudo",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "clojure"
- ]
- },
- {
- "short_description" : "Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/tekezo/Karabiner",
- "title" : "Karabiner",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "objective_c"
- ]
- },
- {
- "short_description" : "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/tekezo/Karabiner-Elements",
- "title" : "Karabiner-Elements",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "objective_c"
- ]
- },
- {
- "short_description" : "Better input source switcher for macOS. ",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/utatti/kawa",
- "title" : "Kawa",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif",
- "https://raw.githubusercontent.com/utatti/kawa/master/resource/png/logo.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Switch the right application ASAP. ",
- "categories" : [
- "keyboard"
- ],
- "repo_url" : "https://github.com/gbammc/Thor",
- "title" : "Thor",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_settings.png",
- "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_list.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Menubar/taskbar Gmail App for Windows and macOS. ",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/amitmerchant1990/correo",
- "title" : "Correo",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Fast and Simple Email Client.",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/dinhviethoa/dejalu",
- "title" : "dejalu",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/dinhviethoa/dejalu/master/screenshot.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "cpp",
- "objective_c"
- ]
- },
- {
- "short_description" : "Unofficial Google Inbox Desktop App.",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/denysdovhan/inboxer",
- "title" : "Inboxer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Wrapper for Inbox by Gmail. ",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/chenasraf/gInbox",
- "title" : "gInbox",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/ZxaChmj.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Extensible mail client. ",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/nylas/nylas-mail",
- "title" : "Nylas Mail",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Cross Platform messaging and emailing app that combines common web applications into one.",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/ramboxapp/community-edition",
- "title" : "Rambox",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Status bar Mac application to overcome time constrained WiFi networks. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/alvesjtiago/airpass",
- "title" : "Airpass",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS menubar status indicator. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/tonsky/AnyBar",
- "title" : "AnyBar",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Put the output from any script or program in your macOS Menu Bar. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/matryer/bitbar",
- "title" : "BitBar",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/josh-/CloudyTabs",
- "title" : "CloudyTabs",
- "icon_url" : "",
- "screenshots" : [
- "http://joshparnham.com/projects/cloudytabs/CloudyTabs.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple menu bar weather app for macOS written in Swift. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/inderdhir/DatWeatherDoe",
- "title" : "DatWeatherDoe",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple (bare-bones) macOS menubar extra to apply display presets. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/Kwpolska/DisplayMenu",
- "title" : "DisplayMenu",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Hide MacOS menubar items. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/Mortennn/Dozer",
- "title" : "Dozer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/CodySchrank/gSwitch",
- "title" : "gSwitch",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/iglance/iGlance",
- "title" : "iGlance",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "import, manage and switch between your Kubernetes contexts on Mac. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/turkenh/KubeContext",
- "title" : "KubeContext",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS3.png",
- "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS4.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app to change the screen brightness on the menubar. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/lucasbento/menubar-brightness",
- "title" : "Menubar Brightness",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "CPU, memory, disk, and network monitoring tools for macOS. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/yujitach/MenuMeters",
- "title" : "MenuMeters",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "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. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/isaiasmatewos/night-shift-control",
- "title" : "Night Shift Control",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/isaiasmatewos/night-shift-control/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Quickly hacked up PSI macOS status bar app. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/nikhilsh/PSIBar",
- "title" : "PSIBar",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A mac menu bar app that provides note taking functionality though a quick dropdown menu. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/alexrosenfeld10/Quickeys",
- "title" : "Quickeys",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/alexrosenfeld10/Quickeys/master/Images/Quickeys.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/archagon/sensible-side-buttons",
- "title" : "SensibleSideButtons",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "macOS menu bar app that gives you more control over Night Shift. ",
- "categories" : [
- "menubar"
- ],
- "repo_url" : "https://github.com/thompsonate/Shifty",
- "title" : "Shifty",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/thompsonate/Shifty/master/docs/en/images/prefs-general-screenshot-shadow.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/AnaghSharma/Carol",
- "title" : "Carol",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c_sharp"
- ]
- },
- {
- "short_description" : "Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/cemolcay/ChordDetector",
- "title" : "ChordDetector",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Deezer Desktop app for Windows, Linux and macOS. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/imanel/deezplayer",
- "title" : "DeezPlayer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "coffee_script"
- ]
- },
- {
- "short_description" : "macOS app to visualise your iTunes library as graphs. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/Zac-Garby/iTunes-Graphs",
- "title" : "iTunes Graphs",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot2.png",
- "https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple Spotify lyrics viewer menu bar app for macOS in Swift. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/mamal72/lyricsify-mac",
- "title" : "lyricsify",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/en.png",
- "https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/fa.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "SoundCloud for macOS and Windows. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/salomvary/soundcleod",
- "title" : "SoundCleod",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/salomvary/soundcleod/master/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Control Spotify without leaving your terminal. :notes: ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/ersel/spotify-cli-mac",
- "title" : "Spotify-Cli-Mac",
- "icon_url" : "",
- "screenshots" : [
- "https://asciinema.org/a/ejbbvaa8833wq4xn4d2xuc9jx.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "macOS wrapper for music.youtube.com. ",
- "categories" : [
- "music"
- ],
- "repo_url" : "https://github.com/steve228uk/YouTube-Music",
- "title" : "YouTube-Music",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-1.png",
- "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-2.png",
- "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-3.png",
- "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-4.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ",
- "categories" : [
- "news"
- ],
- "repo_url" : "https://github.com/ngquerol/Diurna",
- "title" : "Diurna",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ngquerol/Diurna/master/diurna.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Hacker News Delivered to Desktop. ",
- "categories" : [
- "news"
- ],
- "repo_url" : "https://github.com/jingweno/hacker-menu",
- "title" : "hacker-menu",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/jingweno/hacker-menu/master/images/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Feed reader for macOS. ",
- "categories" : [
- "news"
- ],
- "repo_url" : "https://github.com/brentsimmons/NetNewsWire",
- "title" : "NetNewsWire",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Vienna is a RSS/Atom newsreader for macOS. ",
- "categories" : [
- "news"
- ],
- "repo_url" : "https://github.com/ViennaRSS/vienna-rss",
- "title" : "Vienna",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Note-taking application made for programmers just like you. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/BoostIO/Boostnote",
- "title" : "Boostnote",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/BoostIO/Boostnote/master/./resources/repository/top.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Little app that you can use as a quick note taking or todo app.",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/Kilian/fromscratch",
- "title" : "FromScratch",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/glushchenko/fsnotes",
- "title" : "FSNotes",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/glushchenko/fsnotes/master/code.png",
- "https://f001.backblazeb2.com/file/og-files/ios.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/laurent22/joplin",
- "title" : "joplin",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Notebook viewer for macOS. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/tuxu/nbviewer-app",
- "title" : "Jupyter Notebook Viewer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple note taking application. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/jmcfarlane/notable",
- "title" : "notable",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/notable.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/unsaved-changes.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/help.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/tabs.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/encrypted.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/search.png",
- "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/edit.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/SauvageP/Notes",
- "title" : "Notes",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/insidegui/NoteTaker",
- "title" : "NoteTaker",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/insidegui/NoteTaker/master/./screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simplest way to keep notes. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/Automattic/simplenote-macos",
- "title" : "Simplenote",
- "icon_url" : "",
- "screenshots" : [
- "https://simplenoteblog.files.wordpress.com/2017/12/screen-shot-2017-12-22-at-9-05-33-am.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Safe place for your notes, thoughts, and life's work.",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/standardnotes/web",
- "title" : "Standard Notes",
- "icon_url" : "",
- "screenshots" : [
- "https://standardnotes.org/assets/homepage-hero.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Very simple macOS app to make temporary notes. ",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/buddax2/tmpNote",
- "title" : "tmpNote",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/buddax2/tmpNote/master/Resources/screenshot_new.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Unofficial, third-party, community driven Evernote app with a handful of useful features.",
- "categories" : [
- "notes"
- ],
- "repo_url" : "https://github.com/klaussinani/tusk",
- "title" : "Tusk",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Manage your Homebrew formulas with style using Cakebrew. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/brunophilipe/Cakebrew",
- "title" : "Cakebrew",
- "icon_url" : "",
- "screenshots" : [
- "https://www.cakebrew.com/assets/img/app-bg.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "An unofficial DevDocs API documentation viewer.",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/dteoh/devdocs-macos",
- "title" : "DevDocs for macOS",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/dteoh/devdocs-macos/master/img/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Hosts file manager for macOS. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/2ndalpha/gasmask",
- "title" : "Gas Mask",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Cocoa GUI for /etc/hosts. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/specialunderwear/Hosts.prefpane",
- "title" : "Hosts",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "GUI image optimizer for Mac. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/ImageOptim/ImageOptim",
- "title" : "ImageOptim",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Simple macOS app to preview animations created with Facebook's keyframes framework. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/insidegui/KeyframesPlayer",
- "title" : "Keyframes Player",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/./screenshot.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Democratizing Code Snippets Management (macOS/Win/Linux). ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/hackjutsu/Lepton",
- "title" : "Lepton",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Simple app to send pasteboard items to GitHub's Gist. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/Bunn/macGist",
- "title" : "macGist",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Mac developer tool that creates application bundles from command line scripts. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/sveinbjornt/Platypus",
- "title" : "Platypus",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Swift Logging Utility for Xcode & Google Docs. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/goktugyil/QorumLogs",
- "title" : "QorumLogs",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/jhen0409/react-native-debugger",
- "title" : "React Native Debugger",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/3001525/29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/infinitered/reactotron",
- "title" : "Reactotron",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/woofwoofinc/rktmachine",
- "title" : "RktMachine",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/title.png",
- "https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/gosu/ruby-app",
- "title" : "Ruby.app",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "ruby"
- ]
- },
- {
- "short_description" : "Simple SSH shortcut menu for macOS. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/fitztrev/shuttle",
- "title" : "Shuttle",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/fitztrev/shuttle/gh-pages/images/how-shuttle-works.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Convenient logging during development & release in Swift. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/SwiftyBeaver/SwiftyBeaver",
- "title" : "SwiftyBeaver",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Frugal nativemacOS macOS Syncthing application bundle. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/syncthing/syncthing-macos",
- "title" : "syncthing-macosx",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/1050166/48157165-35970f00-e2cf-11e8-8009-10bfbf7fbce2.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Mac app for checking Xcode projects for unused resources. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/jeffhodnett/Unused",
- "title" : "Unused",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Manage your vagrant machines in one place with Vagrant Manager for macOS. ",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/lanayotech/vagrant-manager",
- "title" : "Vagrant Manager",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/1NTsz6S.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Simple, beautiful podcast app. ",
- "categories" : [
- "podcast"
- ],
- "repo_url" : "https://github.com/z-------------/CPod",
- "title" : "Cumulonimbus",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/S7K9wrr.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ",
- "categories" : [
- "podcast"
- ],
- "repo_url" : "https://github.com/muammar/mkchromecast",
- "title" : "mkchromecast",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ",
- "categories" : [
- "podcast"
- ],
- "repo_url" : "https://github.com/insidegui/PodcastMenu",
- "title" : "PodcastMenu",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ",
- "categories" : [
- "podcast"
- ],
- "repo_url" : "https://github.com/phranck/podlive-macos",
- "title" : "Podlive for macOS",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/phranck/podlive-macos/master/screenshot1.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "repo_url" : "https://github.com/CD1212/Doughnut",
- "title" : "Doughnut",
- "screenshots" : [
- "https://raw.githubusercontent.com/CD1212/Doughnut/master/screenshot.png"
- ],
- "short_description" : "Podcast player and library for mac",
- "languages" : [
- "swift"
- ],
- "categories" : [
- "podcast"
- ],
- "icon_url" : "",
- "official_site" : ""
- },
- {
- "short_description" : "Elegant Microsoft To-Do desktop app.",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/klaussinani/ao",
- "title" : "Ao",
- "icon_url" : "",
- "screenshots" : [
- "https://klaussinani.github.io/ao/media/list-navigation.gif",
- "https://klaussinani.github.io/ao/media/header.png",
- "https://klaussinani.github.io/ao/media/sepia-theme.png",
- "https://klaussinani.github.io/ao/media/black-theme.png",
- "https://klaussinani.github.io/ao/media/dark-theme.png",
- "https://klaussinani.github.io/ao/media/compact-mode.png",
- "https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
- "https://klaussinani.github.io/ao/media/scalable-interface.gif"
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Cross-platform launcher app. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/KELiON/cerebro",
- "title" : "Cerebro",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Clipboard manager for macOS. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/naotaka/ClipMenu",
- "title" : "ClipMenu",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/naotaka/ClipMenu/master/./screenshot.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS app to plan and organize through timezones. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/n0shake/Clocker",
- "title" : "Clocker",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Automate running tasks based on where you are or what you do. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/dustinrue/ControlPlane",
- "title" : "ControlPlane",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Clean and simple clipboard manager for developers. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/TermiT/flycut",
- "title" : "Flycut",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Record shortcuts in macOS, like Alfred.app. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/Clipy/KeyHolder",
- "title" : "KeyHolder",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Kiwix for iOS and macOS, build on Swift. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/kiwix/apple",
- "title" : "Kiwix",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS application to write down and connect ideas. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/fespinoza/LinkedIdeas",
- "title" : "Linked Ideas",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/uqb1x43.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Lightweight search-as-you-type clipboard manager. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/p0deje/Maccy",
- "title" : "Maccy",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/665846/36135303-8c4f80ae-10b4-11e8-9940-978e228cb6bd.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app for organizing files or removing unnecessary files. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/shubhambatra3019/macOrganizer",
- "title" : "macOrganizer",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Flexible invoicing desktop app with beautiful & customizable templates. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/hql287/Manta",
- "title" : "Manta",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Desktop app that uses the paperless API to manage your document scans. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/thomasbrueggemann/paperless-desktop",
- "title" : "Paperless Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/F5GNK4X.png",
- "http://i.imgur.com/FrgAptE.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Nice tool for tagging and archiving tasks. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/PDF-Archiver/PDF-Archiver",
- "title" : "PDF Archiver",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/PDF-Archiver/PDF-Archiver/master/assets/example.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/quicksilver/Quicksilver",
- "title" : "Quicksilver",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/quickwords/quickwords",
- "title" : "Quickwords",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/asCk1Ds.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/SelfControlApp/selfcontrol",
- "title" : "SelfControl",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Simple macOS app to keep TODO-list in status bar. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/Onix-Systems/osx-status-bar-todo",
- "title" : "status-bar-todo",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/1434418/21689532/52b0c1ba-d379-11e6-882a-b16d4f8fce00.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Cross-platform electron app that reminds you to take breaks when working with computer. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/hovancik/stretchly",
- "title" : "stretchly",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "The task timer for OS X. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/joaomoreno/thyme",
- "title" : "Thyme",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Simple Timer app for Mac. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/michaelvillar/timer-app",
- "title" : "Timer",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/michaelvillar/timer-app/master//screenshots/timer.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Toggl Desktop app for Windows, Mac and Linux. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319",
- "title" : "Toggl Desktop",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Unofficial wrapper application for Trello.com written in Swift. This is almost a \"Hello World\" for a site specific browser. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/jlong/TrelloApp",
- "title" : "TrelloApp",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A CLI application for time tracking. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/TailorDev/Watson",
- "title" : "Watson",
- "icon_url" : "",
- "screenshots" : [
- "https://tailordev.github.io/Watson/img/logo-watson-600px.png",
- "https://tailordev.github.io/Watson/img/watson-demo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Unofficial Trello app. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/1000ch/whale",
- "title" : "Whale",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/1000ch/whale/master/demo.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Manga reader app for macOS. ",
- "categories" : [
- "productivity"
- ],
- "repo_url" : "https://github.com/sendyhalim/Yomu",
- "title" : "Yomu",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Apple TV Aerial Screensaver for macOS. ",
- "categories" : [
- "screensaver"
- ],
- "repo_url" : "https://github.com/JohnCoates/Aerial",
- "title" : "Aerial",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/37544189/47649972-1f76a980-db7f-11e8-910b-1d5d50931ae2.png",
- "https://cloud.githubusercontent.com/assets/499192/10754100/c0e1cc4c-7c95-11e5-9d3b-842d3acc2fd5.gif",
- "https://user-images.githubusercontent.com/37544189/47649971-1f76a980-db7f-11e8-97be-d1f90b943c9d.png",
- "https://user-images.githubusercontent.com/37544189/47649973-1f76a980-db7f-11e8-8aef-301307d48fa2.png",
- "https://user-images.githubusercontent.com/37544189/47649975-200f4000-db7f-11e8-9e8b-f75c4a5ebde4.png",
- "https://user-images.githubusercontent.com/37544189/47649974-1f76a980-db7f-11e8-8339-3f0424652b8c.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ",
- "categories" : [
- "screensaver"
- ],
- "repo_url" : "https://github.com/ved62/Image-As-Wallpaper",
- "title" : "Image-As-Wallpaper",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Screensaver for macOS. ",
- "categories" : [
- "screensaver"
- ],
- "repo_url" : "https://github.com/leonspok/Irvue-Screensaver",
- "title" : "Irvue",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/2.png",
- "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/1.png",
- "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/3.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "iTunes Screensaver Clone for Spotify and Last.fm ",
- "categories" : [
- "screensaver"
- ],
- "repo_url" : "https://github.com/docterd/MusaicFM",
- "title" : "MusaicFM",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/OuF5nOe.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "The GitHub Matrix Screensaver for macOS. ",
- "categories" : [
- "screensaver"
- ],
- "repo_url" : "https://github.com/winterbe/github-matrix-screensaver",
- "title" : "The GitHub Matrix Screensaver",
- "icon_url" : "",
- "screenshots" : [
- "https://winterbe.com/image/matrix-has-you.gif",
- "https://winterbe.com/image/matrix.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ",
- "categories" : [
- "security"
- ],
- "repo_url" : "https://github.com/objective-see/LuLu",
- "title" : "LuLu",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Easily configure macOS security settings from the terminal. ",
- "categories" : [
- "security"
- ],
- "repo_url" : "https://github.com/alichtman/stronghold",
- "title" : "stronghold",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/alichtman/stronghold/master/img/stronghold-logo-left.png",
- "https://raw.githubusercontent.com/alichtman/stronghold/master/img/demo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Lightweight cross-platform BitTorrent client. ",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://git.deluge-torrent.org/deluge",
- "title" : "Deluge",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://github.com/mileswd/mac2imgur",
- "title" : "mac2imgur",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "BitTorrent client in Qt. ",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://github.com/qbittorrent/qBittorrent",
- "title" : "qBittorrent",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "macOS status bar app for quickly sharing files and URLs. ",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://github.com/timonus/Rhea",
- "title" : "Rhea",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Official Transmission BitTorrent client repository.",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://github.com/transmission/transmission",
- "title" : "Transmission",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "Privacy enhanced BitTorrent client with P2P content discovery. ",
- "categories" : [
- "sharing-files"
- ],
- "repo_url" : "https://github.com/Tribler/tribler",
- "title" : "Tribler",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Unofficial appear.in app. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/vitorgalvao/appear.in",
- "title" : "appear.in",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Elegant Facebook Messenger desktop app.",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/sindresorhus/caprine#features",
- "title" : "Caprine",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Unofficial Facebook Messenger client. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/danielbuechele/goofy",
- "title" : "Goofy",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Leviathan is a iOS and macOS client application for the Mastodon social network. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/Swiftodon/Leviathan",
- "title" : "Leviathan",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app wrapping Facebook's Messenger for desktop. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/rsms/fb-mac-messenger",
- "title" : "Messenger",
- "icon_url" : "",
- "screenshots" : [
- "https://fbmacmessenger.rsms.me/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "share and discover your favorite new products and applications. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO",
- "title" : "Product Hunt",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Unofficial [esa](https://esa.io) app. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/1000ch/quail",
- "title" : "Quail",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/1000ch/quail/master/demo.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Unofficial Instagram Desktop App.",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/terkelg/ramme",
- "title" : "Ramme",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "macOS menubar app to post status quickly. ",
- "categories" : [
- "social-networking"
- ],
- "repo_url" : "https://github.com/KeliCheng/Simpo",
- "title" : "Simpo",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/KeliCheng/Simpo/master/preview.png",
- "https://raw.githubusercontent.com/KeliCheng/Simpo/master/donate.png"
- ],
- "official_site" : "",
- "languages" : [
- "ruby"
- ]
- },
- {
- "short_description" : "Perpetual artwork streaming app. ",
- "categories" : [
- "streaming"
- ],
- "repo_url" : "https://github.com/michealparks/galeri",
- "title" : "Galeri",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Advanced battery gauge for macOS. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/raphaelhanneken/apple-juice",
- "title" : "Apple Juice",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today.png",
- "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today_all.png",
- "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_appmenu.png",
- "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_notifications.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/fuyu/AppPolice",
- "title" : "AppPolice",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/1557716/12860558/11908a78-cc66-11e5-9998-b4bec11dbfeb.png",
- "https://cloud.githubusercontent.com/assets/1557716/12860551/ffff72d8-cc65-11e5-9304-4f1341657b5a.png",
- "https://cloud.githubusercontent.com/assets/1557716/12860559/1193fe42-cc66-11e5-9d4f-8b8af842ea72.png",
- "https://cloud.githubusercontent.com/assets/1557716/12860549/fdffd054-cc65-11e5-8405-cc224ea4ab3b.png",
- "https://cloud.githubusercontent.com/assets/1557716/12860557/118f5fcc-cc66-11e5-8822-dc85cbe7bbb9.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Small macOS app that acts as a system cleaner (logs, cache, ...). ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/Kevin-De-Koninck/Clean-Me",
- "title" : "Clean-Me",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/demo.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Diagnostics is an application displaying the diagnostic reports from applications on macOS. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/macmade/Diagnostics",
- "title" : "Diagnostics",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/macmade/Diagnostics/master/Resources/Screen.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Easily disable or enable a monitor on your Mac. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/Eun/DisableMonitor",
- "title" : "DisableMonitor",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/etresoft/EtreCheck",
- "title" : "EtreCheck",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/DanielStormApps/Fanny",
- "title" : "Fanny",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/10573489/26471886/ac78360e-4171-11e7-8b89-1e27fe6a582e.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Android USB tethering driver for macOS. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/jwise/HoRNDIS",
- "title" : "HoRNDIS",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Make your battery information a bit more interesting. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/brianmichel/Juice",
- "title" : "Juice",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/brianmichel/Juice/master//images/cyle-post.png",
- "https://raw.githubusercontent.com/brianmichel/Juice/master//images/icon-readme.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Prevents your Mac from going to sleep. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/newmarcel/KeepingYouAwake",
- "title" : "KeepingYouAwake",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/./Extras/Screenshot.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/mangerlahn/Latest",
- "title" : "Latest",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/mangerlahn/Latest/master/./latest.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple network activity monitor for macOS. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/BonzaiThePenguin/Loading",
- "title" : "Loading",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/BonzaiThePenguin/Loading/master/README/en.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Stop iTunes from opening when you connect your iPhone. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/KrauseFx/overkill-for-mac",
- "title" : "Overkill",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS Application to create standard or customized configuration profiles. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/erikberglund/ProfileCreator",
- "title" : "ProfileCreator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/erikberglund/ProfileCreator/master/resources/screenshots/ProfileCreator.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/sveinbjornt/Sloth",
- "title" : "Sloth",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_icon.png",
- "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot1.jpg",
- "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot2.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/rugarciap/Turbo-Boost-Switcher",
- "title" : "Turbo Boost Switcher",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS application to add a vertical bar to Dock. ",
- "categories" : [
- "system"
- ],
- "repo_url" : "https://github.com/DeromirNeves/VerticalBar",
- "title" : "VerticalBar",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/DeromirNeves/VerticalBar/master/img/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Cross-platform, GPU-accelerated terminal emulator. ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/jwilm/alacritty",
- "title" : "Alacritty",
- "icon_url" : "",
- "screenshots" : [
- "https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png"
- ],
- "official_site" : "",
- "languages" : [
- "rust"
- ]
- },
- {
- "short_description" : "A tiny terminal emulator for serial port communication (macOS/Linux). ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/ishuah/bifrost",
- "title" : "Bifrost",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "go"
- ]
- },
- {
- "short_description" : "macOS console application. ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/macmade/Console",
- "title" : "Console",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/macmade/Console/master/Assets/MainWindow.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Terminal built on web technologies.",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/zeit/hyper",
- "title" : "Hyper",
- "icon_url" : "",
- "screenshots" : [
- "https://assets.zeit.co/image/upload/v1537650716/repositories/hyper/hyper-repo-banner.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Terminal emulator for macOS that does amazing things. ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/gnachman/iTerm2",
- "title" : "iTerm 2",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Cross-platform, fast, feature full, GPU based terminal emulator.",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/kovidgoyal/kitty",
- "title" : "Kitty",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python",
- "c"
- ]
- },
- {
- "short_description" : "App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/es-kumagai/OpenTerminal",
- "title" : "OpenTerminal",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A terminal emulator for the 21st century (formerly Black Screen). ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/railsware/upterm",
- "title" : "Upterm",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/railsware/upterm/master/README/top_autocompletion.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/error.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/emacs.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/htop.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/main.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/npm_autocompletion.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/json_prettyfier.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/vim.png",
- "https://raw.githubusercontent.com/railsware/upterm/master/README/cd.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "wallpapper is a console application for creating dynamic wallpapers for Mojave. ",
- "categories" : [
- "terminal"
- ],
- "repo_url" : "https://github.com/mczachurski/wallpapper",
- "title" : "wallpapper",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "One-click screenshots, video recordings, app installation for iOS and Android ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/mortenjust/androidtool-mac",
- "title" : "Android tool for Mac",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/plugging%20in.gif",
- "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/phonerecording.gif",
- "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/installapk.gif",
- "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/scriptsfolder.gif",
- "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/dualscreenshot.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Mounts archives like disk images ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/ivoronin/ArchiveMounter",
- "title" : "Archive Mounter",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Control web based media players with the media keys found on Mac keyboards. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/beardedspice/beardedspice",
- "title" : "BeardedSpice",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Secure password manager for mac and other platforms. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/buttercup/buttercup-desktop",
- "title" : "Buttercup Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/3869469/35880367-6bd58770-0b86-11e8-879f-d1f9136274a9.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Catch: Broadcatching made easy. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/mipstian/catch/",
- "title" : "Catch",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple, clean calendar and clock app for macOS. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/ekreutz/CornerCal",
- "title" : "CornerCal",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/ekreutz/CornerCal/master/screenshot-01.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/HR/Crypter",
- "title" : "Crypter",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Welcome_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Settings_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Crypter_main_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/MasterPass_screen.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Small tool to validate epub files for macOS. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/josejuanqm/ECheck",
- "title" : "ECheck",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/zenangst/Gray",
- "title" : "Gray",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Cocoa application for semi-automated iOS app analysis and evaluation.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/alessiomaffeis/iOScanX",
- "title" : "iOScanX",
- "icon_url" : "",
- "screenshots" : [
- "http://i.imgur.com/4zx0UvT.png",
- "http://i.imgur.com/0vEOyar.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "c"
- ]
- },
- {
- "short_description" : "Screen recorder application built with web technology. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/wulkano/kap",
- "title" : "Kap",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Cross-platform community-driven port of the Windows application \"Keepass Password Safe\" ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/keepassxreboot/keepassxc",
- "title" : "KeePassXC",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Cross-platform password manager compatible with KeePass. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/keeweb/keeweb",
- "title" : "KeeWeb",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Simple screen and microphone audio recorder for macOS. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/vishaltelangre/Kyapchar",
- "title" : "Kyapchar",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Life Calendar. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/wvdk/Life-Calendar",
- "title" : "Life-Calendar",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%203.png",
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%201.png",
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockup%202%20-%20Basic%20%22Life%20In%20Weeks%22%20Idea.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Intelligent adaptive brightness for your external displays. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/alin23/lunar",
- "title" : "Lunar",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/alin23/lunar/master/lunar.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Native macOS KeePass client. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/MacPass/MacPass",
- "title" : "MacPass",
- "icon_url" : "",
- "screenshots" : [
- "https://camo.githubusercontent.com/768f015c1f8777b78ceb2c75bf880133a3668061/68747470733a2f2f7261772e6769746875622e636f6d2f6d737461726b652f4d6163506173732f6d61737465722f4173736574732f53637265656e73686f74732f4d6163506173732e706e67"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS native app/widget for aria2 download tool. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/shincurry/Maria",
- "title" : "Maria",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Meme Maker macOS application for meme creation. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/MemeMaker/Meme-Maker-Mac",
- "title" : "Meme Maker",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Remove unnecessary language resources from macOS ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/IngmarStein/Monolingual",
- "title" : "Monolingual",
- "icon_url" : "",
- "screenshots" : [
- "https://ingmarstein.github.io/Monolingual/images/Monolingual-1.6.7-en.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Smooth your mouse's scrolling and reverse the mouse scroll direction ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/Caldis/Mos",
- "title" : "Mos",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Receive Android notifications on your mac (with PushBullet). ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/jariz/Noti/",
- "title" : "Noti",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A minimal, open source password manager for macOS. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/padlock/padlock",
- "title" : "Padlock",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Receive native push notifications on macOS, Windows and Linux. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/sidneys/pb-for-desktop",
- "title" : "PB for Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-linux.png",
- "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/graphics/icon.png",
- "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-macos.png",
- "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-win32.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "A menu bar application that calculates parcents. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/cemolcay/PercentCalculator",
- "title" : "PercentCalculator",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "ScreenCat is a screen sharing + remote collaboration application.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/maxogden/screencat",
- "title" : "ScreenCat",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript",
- "css"
- ]
- },
- {
- "short_description" : "Add a global delay to Command-Q to stop accidental app quits. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/dteoh/SlowQuitApps",
- "title" : "SlowQuitApps",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "SIP softphone for macOS.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/64characters/Telephone",
- "title" : "Telephone",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c",
- "swift"
- ]
- },
- {
- "short_description" : "Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/blockstack/blockstack-browser",
- "title" : "The Blockstack Browser",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "The Unarchiver is an Objective-C application for uncompressing archive files. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://bitbucket.org/kosovan/theunarchiver/src ",
- "title" : "The Unarchiver",
- "icon_url" : "http://wakaba.c3.cx/images/unarchiver_icon.png",
- "screenshots" : [
-
- ],
- "official_site" : "https://theunarchiver.com",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Small macOS application to help you scroll to the top. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/zenangst/ToTheTop",
- "title" : "ToTheTop",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Keep an eye on what's happening on your machine and in the world. ",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/felixhageloh/uebersicht",
- "title" : "Übersicht",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "A rule based custom proxy with GUI for Mac base on clash. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/yichengchen/clashX",
- "title" : "clashX",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Ribose VPN Client macOS Menu App. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/riboseinc/cryptode-mac",
- "title" : "rvc-mac",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Next Generation of ShadowsocksX. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/shadowsocks/ShadowsocksX-NG",
- "title" : "ShadowsocksX-NG",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Rule-based proxy app built with Network Extension for macOS. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/zhuhaow/Specht",
- "title" : "Specht",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/zhuhaow/Specht/master/imgs/splash.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Rule-based proxy app for macOS. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/zhuhaow/SpechtLite",
- "title" : "SpechtLite",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Tunnelblick is a graphic user interface for OpenVPN on macOS. ",
- "categories" : [
- "vpn--proxy"
- ],
- "repo_url" : "https://github.com/Tunnelblick/Tunnelblick",
- "title" : "Tunnelblick",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Acid Cam v2 for macOS distorts video to create art. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/lostjared/Acid.Cam.v2.OSX",
- "title" : "Acid.Cam.v2.OSX",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Unofficial Apple Events app for macOS. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/insidegui/AppleEvents",
- "title" : "AppleEvents",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Datamosh your videos on macOS. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/roecrew/Datamosh",
- "title" : "Datamosh",
- "icon_url" : "",
- "screenshots" : [
- "https://media.giphy.com/media/13bMkBsTQ7mh32/giphy.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS application used to auto-annotate landmarks from a video. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/xiaohk/FaceData",
- "title" : "Face Data",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/FEVY2Pu.png",
- "https://raw.githubusercontent.com/xiaohk/FaceData/master/./result.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Turn any short video into an animated GIF quickly and easily. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/vdel26/gifted",
- "title" : "Gifted",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/HandBrake/HandBrake",
- "title" : "HandBrake",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c"
- ]
- },
- {
- "short_description" : "Catch YouTube into your macOS menu bar! ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/edanchenkov/MenuTube",
- "title" : "MenuTube",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Easy to use, quick to learn, and surprisingly powerful video editor. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/OpenShot/openshot-qt",
- "title" : "OpenShot",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/Marginal/QLVideo",
- "title" : "QuickLook Video",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Subler is an macOS app created to mux and tag mp4 files. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://bitbucket.org/galad87/subler/src",
- "title" : "Subler",
- "icon_url" : "https://subler.org/images/Subler.png",
- "screenshots" : [
-
- ],
- "official_site" : "https://subler.org",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/sahil-a/vidquizcreator",
- "title" : "Vid Quiz Creator",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Streaming torrent app. For Mac, Windows, and Linux. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/webtorrent/webtorrent-desktop",
- "title" : "WebTorrent Desktop",
- "icon_url" : "",
- "screenshots" : [
- "https://webtorrent.io/img/screenshot-main.png",
- "https://webtorrent.io/img/screenshot-player3.png",
- "https://webtorrent.io/img/WebTorrent.png"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Nifty macOS application which enables you to browse and download videos from YouTube. ",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/whoisandy/yoda",
- "title" : "Yoda",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Modern video player for macOS. ",
- "categories" : [
- "player"
- ],
- "repo_url" : "https://github.com/iina/iina",
- "title" : "IINA",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "3D 180/360 video player for macOS for PSVR with head tracking. ",
- "categories" : [
- "player"
- ],
- "repo_url" : "https://github.com/emoRaivis/MacMorpheus",
- "title" : "MacMorpheus",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/emoRaivis/MacMorpheus/master/wiring_diagram.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Desktop video player built with Haskell that uses GStreamer and GTK+. ",
- "categories" : [
- "player"
- ],
- "repo_url" : "https://github.com/lettier/movie-monad",
- "title" : "Movie Monad",
- "icon_url" : "",
- "screenshots" : [
- "https://i.imgur.com/r1btBMF.gif",
- "https://i.imgur.com/gdsyIMv.png"
- ],
- "official_site" : "",
- "languages" : [
- "haskell"
- ]
- },
- {
- "short_description" : "Media player on macOS. ",
- "categories" : [
- "player"
- ],
- "repo_url" : "https://github.com/niltsh/MPlayerX",
- "title" : "MPlayerX",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Video player based on MPlayer/mplayer2. ",
- "categories" : [
- "player"
- ],
- "repo_url" : "https://github.com/mpv-player/mpv",
- "title" : "mpv",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "c"
- ]
- },
- {
- "short_description" : "Caption takes the effort out of finding and setting up the right subtitles. ",
- "categories" : [
- "subtitles"
- ],
- "repo_url" : "https://github.com/gielcobben/caption",
- "title" : "Caption",
- "icon_url" : "",
- "screenshots" : [
- "https://camo.githubusercontent.com/be0c821b4a653eae2a039484841338d3b035cf17/68747470733a2f2f6769656c636f6262656e2e636f6d2f6769746875622f63617074696f6e2f6769746875625f636f7665722e706e67"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Small macOS application to download subtitles. ",
- "categories" : [
- "subtitles"
- ],
- "repo_url" : "https://github.com/Kevin-De-Koninck/Sub-It",
- "title" : "Sub-It",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Subtitlr is macOS application used to find and download subtitles easily. ",
- "categories" : [
- "subtitles"
- ],
- "repo_url" : "https://github.com/spilja/Subtitlr/tree/master",
- "title" : "Subtitlr",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/cuddlecheek/500-mac-wallpaper",
- "title" : "500-mac-wallpaper",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "A macOS application for bringing dedicatedly 18th century Arts to everyone ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/NghiaTranUIT/artify-macos",
- "title" : "Artify",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/the-starry-night.jpg",
- "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/logo.png",
- "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/red-vineyards-at-arles-1888.jpg",
- "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/1440_900_the_wanderer_above_the_sea_of_fog.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/JustinFincher/ASWP-for-macOS",
- "title" : "ArtWall",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Use Bing daily photo as your wallpaper on macOS. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/pengsrc/BingPaper",
- "title" : "BingPaper",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_en_US.jpg",
- "https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_zh_CN.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Win / Linux / macOS tool for managing and cycling desktop wallpapers. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/VioletGiraffe/desktop-wallpaper-switcher",
- "title" : "Desktop Wallpaper Switcher",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Simple macOS menubar app which fetches latest photos from a subreddit. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/viatsko/earth-wallpapers",
- "title" : "earth-wallpapers",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "pyDailyChanger is a program that changes your wallpaper daily. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/IngoHeimbach/pyDailyChanger",
- "title" : "pyDailyChanger",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "python"
- ]
- },
- {
- "short_description" : "Muzei wallpaper app for macOS. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/naman14/Muzei-macOS",
- "title" : "Muzei",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS app to automatically set your desktop wallpaper to the satellite view overhead. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/tomtaylor/satellite-eyes",
- "title" : "Satellite Eyes",
- "icon_url" : "",
- "screenshots" : [
- "https://user-images.githubusercontent.com/836375/31194770-0950b980-a8fd-11e7-8108-9a08555a0832.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/davidcelis/Sunscreen",
- "title" : "Sunscreen",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/davidcelis/Sunscreen/master//images/icon.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ",
- "categories" : [
- "wallpaper"
- ],
- "repo_url" : "https://github.com/diogosantos/WallpaperMenu",
- "title" : "WallpaperMenu",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "ruby"
- ]
- },
- {
- "short_description" : "Automatic tiling window manager for macOS. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/ianyh/Amethyst",
- "title" : "Amethyst",
- "icon_url" : "",
- "screenshots" : [
- "http://ianyh.com/amethyst/images/missioncontrol-shortcuts.png",
- "http://ianyh.com/amethyst/images/accessibility-window.png",
- "http://ianyh.com/amethyst/images/windows.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Grid-based keyboard window manager for macOS. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/mjolnirapp/AppGrid",
- "title" : "AppGrid",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/sdegutis/AppGrid/master/grid.gif",
- "https://raw.githubusercontent.com/sdegutis/AppGrid/master/sshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "An innovative desktop/window manager for macOS",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/mamiksik/Desktop-Profiles",
- "title" : "Desktop Profiles",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/Themes.gif",
- "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/iTerm.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Tiling window manager for macOS that uses a plugin architecture. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/koekeishiya/chunkwm",
- "title" : "chunkwm",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "cpp"
- ]
- },
- {
- "short_description" : "Staggeringly powerful macOS desktop automation with Lua.",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/Hammerspoon/hammerspoon",
- "title" : "Hammerspoon",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "lua",
- "objective_c"
- ]
- },
- {
- "short_description" : "Lightweight macOS window and app manager scriptable with JavaScript. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/kasper/phoenix",
- "title" : "Phoenix",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/kasper/phoenix/master/assets/screenshot.gif"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Managing windows size and position. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/fikovnik/ShiftIt",
- "title" : "ShiftIt",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/artwork/ShiftIt.png",
- "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/docs/schreenshot-menu.png",
- "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/ShiftIt/AccessibilitySettingsMaverick.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Window management application (replacement for Divvy/SizeUp/ShiftIt). ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/jigish/slate",
- "title" : "Slate",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Spectacle allows you to organize your windows without using a mouse. ",
- "categories" : [
- "window-management"
- ],
- "repo_url" : "https://github.com/eczarny/spectacle",
- "title" : "Spectacle",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Teach your kids the alphabet and how to type.",
- "categories" : [
- "other"
- ],
- "repo_url" : "https://github.com/klaaspieter/letters",
- "title" : "Letters",
- "icon_url" : "",
- "screenshots" : [
- "https://camo.githubusercontent.com/9a6e15d41e4976c204add53b0ee9ac95e97ad86f/687474703a2f2f692e67697068792e636f6d2f336f365a73536b78743056326e37396b546d2e676966",
- "https://user-images.githubusercontent.com/98880/35166585-a81ed35e-fd52-11e7-87e1-9e82a03cc36d.jpg",
- "https://user-images.githubusercontent.com/98880/35166588-a90e5c12-fd52-11e7-8fcc-45679328392c.jpg",
- "https://user-images.githubusercontent.com/98880/35166586-a85293c4-fd52-11e7-80d9-ea13dd5e8038.jpg"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Easily toggle the function key on your Mac on a per app basis.",
- "categories" : [
- "utilities"
- ],
- "repo_url" : "https://github.com/thecatalinstan/Funky",
- "title" : "Funky",
- "icon_url" : "",
- "screenshots" : [
-
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "General purpose plain text editor for macOS. Widely known for its live collaboration feature.",
- "categories" : [
- "text"
- ],
- "repo_url" : "https://github.com/subethaedit/SubEthaEdit",
- "title" : "SubEthaEdit",
- "icon_url" : "",
- "screenshots" : [
- "https://subethaedit.net/images/screenshots/en-contribute-bright-thumb.png",
- "https://subethaedit.net/images/screenshots/en-find-bright-thumb.png"
- ],
- "official_site" : "",
- "languages" : [
- "objective_c"
- ]
- },
- {
- "short_description" : "Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.",
- "categories" : [
- "video"
- ],
- "repo_url" : "https://github.com/zagahr/Conferences.digital",
- "title" : "Conferences.digital",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/zagahr/Conferences.digital/master/.github/screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
- "categories" : [
- "mail"
- ],
- "repo_url" : "https://github.com/vladimiry/ElectronMail",
- "title" : "ElectronMail",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/search.gif",
- "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/export.gif"
- ],
- "official_site" : "",
- "languages" : [
- "type_script"
- ]
- },
- {
- "short_description" : "📱 Navigate to your app folders quickly.",
- "categories" : [
- "ios--macos"
- ],
- "repo_url" : "https://github.com/onmyway133/Simulator",
- "title" : "Simulator",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/onmyway133/Simulator/master/Screenshots/simulator.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
- "categories" : [
- "database"
- ],
- "repo_url" : "https://github.com/luin/medis",
- "title" : "Medis",
- "icon_url" : "",
- "screenshots" : [
- "https://camo.githubusercontent.com/94bf1d9f514351e5064e6bf9245fc3a48e2a5a8c/687474703a2f2f6765746d656469732e636f6d2f73637265656e2e706e67"
- ],
- "official_site" : "",
- "languages" : [
- "javascript"
- ]
- },
- {
- "short_description" : "Emoji picker for MacBook Pro Touch Bar. ",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/lm-a/touch-emoji",
- "title" : "Touch Emoji",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-icon-screenshot.png",
- "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-recent-screenshot.png"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.",
- "categories" : [
- "finder",
- "terminal"
- ],
- "repo_url" : "https://github.com/Ji4n1ng/OpenInTerminal",
- "title" : "OpenInTerminal",
- "icon_url" : "",
- "screenshots" : [
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-terminal.gif",
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-editor.gif",
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-copy-path-to-clipboard.gif"
- ],
- "official_site" : "",
- "languages" : [
- "swift"
- ]
- },
- {
- "short_description" : "Display macOS Dock in Touch Bar.",
- "categories" : [
- "touch-bar"
- ],
- "repo_url" : "https://github.com/pigigaldi/Pock",
- "title" : "Pock",
- "icon_url" : "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_logo_b.png",
- "screenshots" : [
- "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_preview.png"
- ],
- "official_site" : "https://pock.pigigaldi.com",
- "languages" : [
- "swift"
- ]
- },
- {
- "repo_url" : "https://github.com/macmade/Notarize",
- "title" : "Notarize",
- "screenshots" : [
- "https://raw.githubusercontent.com/macmade/Notarize/master/Assets/MainWindow.png"
- ],
- "short_description" : "Notarization status monitoring tool for macOS, supporting multiple developer accounts",
- "languages" : [
- "swift"
- ],
- "categories" : [
- "ios--macos"
- ],
- "icon_url" : "",
- "official_site" : ""
- },
- {
- "repo_url" : "https://github.com/vpeschenkov/Predator",
- "title" : "Predator",
- "screenshots" : [
- "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/preview.png",
- "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/settings.png"
- ],
- "short_description" : "A predator-inspired clock screensaver for macOS",
- "languages" : [
- "swift"
- ],
- "categories" : [
- "screensaver"
- ],
- "icon_url" : "",
- "official_site" : ""
- },
- {
- "repo_url" : "https://github.com/amiantos/lifesaver",
- "official_site" : "https://amiantos.net/lifesaver/",
- "title" : "Life Saver",
- "screenshots" : [
- "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/lifesaver-screenshots.png"
- ],
- "short_description" : "An abstract screensaver based on Conway's Game of Life implemented with SpriteKit",
- "languages" : [
- "swift"
- ],
- "categories" : [
- "screensaver"
- ]
- },
- {
- "repo_url" : "https://github.com/LumingYin/Caption",
- "official_site" : "https://itunes.apple.com/app/quick-caption/id1363610340",
- "title" : "Quick Caption",
- "screenshots" : [
- "https://raw.githubusercontent.com/LumingYin/Caption/master/screenshot.jpg"
- ],
- "short_description" : "Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes.",
- "languages" : [
- "swift"
- ],
- "categories" : [
- "video"
- ]
- }
- ]
+ "applications": [
+ {
+ "short_description": "manage bluetooth connections with your keyboard.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/friedrichweise/wechsel",
+ "title": "wechsel",
+ "icon_url": "https://raw.githubusercontent.com/friedrichweise/wechsel/master/wechsel/Assets.xcassets/AppIcon.appiconset/Artboard-2.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/friedrichweise/wechsel/master/screenshot.jpg"
+ ],
+ "official_site": "https://wechsel.weise.io",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "cross platform e-book manager.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/kovidgoyal/calibre",
+ "title": "calibre",
+ "icon_url": "https://github.com/kovidgoyal/calibre/blob/master/resources/images/lt.png ",
+ "screenshots": [],
+ "official_site": "https://calibre-ebook.com",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Application which hosts AudioUnits v3 using AVFoundation API. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/vgorloff/AUHost",
+ "title": "AUHost",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-Attenuator.png",
+ "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MediaLibrary.png",
+ "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MainWindow.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/maculateConception/aural-player",
+ "title": "Aural Player",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Compact.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Delay.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Preferences-Playback.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/SegmentLoop.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Default.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Demos/mainDemo.gif",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetailedInfo.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Filter.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Search.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DockedLeft.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetachedPlaylist.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Time.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Sort.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/kyleneideck/BackgroundMusic",
+ "title": "Background Music",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kyleneideck/BackgroundMusic/master/Images/README/Screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "macOS camera recording using ffmpeg ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/hanayik/CAM",
+ "title": "CAM",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/3.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/4.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/1.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "System-Wide Equalizer for the Mac. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/nodeful/eqMac2",
+ "title": "eqMac2",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg",
+ "https://user-images.githubusercontent.com/8472525/33244041-488cf4b4-d2e8-11e7-986c-49826dd853e1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "The fre:ac audio converter project. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/enzo1982/freac",
+ "title": "fre:ac",
+ "icon_url": "",
+ "screenshots": [
+ "https://freac.org/images/freac-ubuntu.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "jmc is new macOS media organizer. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/jcm93/jmc",
+ "title": "jmc",
+ "icon_url": "",
+ "screenshots": [
+ "https://puu.sh/xoZYo/bd6d6deeb0.png",
+ "https://i.imgur.com/SJ5RgM5.png",
+ "https://puu.sh/xoZHp/31dddfc751.png",
+ "https://i.imgur.com/oYB83zF.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "This app allows you to control the iTunes volume using volume up and volume down hotkeys. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/alberti42/iTunes-Volume-Control",
+ "title": "iTunes-Volume-Control",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/alberti42/iTunes-Volume-Control/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "LocalRadio is software for listening to \"Software-Defined Radio\" on your Mac and mobile devices. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/dsward2/LocalRadio",
+ "title": "LocalRadio",
+ "icon_url": "",
+ "screenshots": [
+ "https://cdn.rawgit.com/dsward2/LocalRadio/d3eb87c/Documents/LocalRadio-animation.svg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS app to show you lyric what currently iTunes or Spotify is playing. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/lyc2345/Lyricism",
+ "title": "Lyricism",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.23.34%20AM.jpg",
+ "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-07-21%20at%204.34.33%20PM.jpg",
+ "https://raw.githubusercontent.com/lyc2345/Lyricism/master/screenshot/Screen%20Shot%202016-09-20%20at%209.22.59%20AM.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Lyrics for iTunes, Spotify and Vox. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/ddddxxx/LyricsX",
+ "title": "LyricsX",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/desktop_lyrics.gif",
+ "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_3.jpg",
+ "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_2.jpg",
+ "https://raw.githubusercontent.com/ddddxxx/LyricsX/master/docs/img/preview_1.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple yet powerful audio player for BSD/Linux/macOS. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/bsdelf/mous",
+ "title": "Mous Player",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt-conv.png",
+ "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt5-macos.png",
+ "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/qt.png",
+ "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-explorer.png",
+ "https://raw.githubusercontent.com/bsdelf/mous/master/screenshot/ncurses-play.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Spotify controller with TouchBar support. ",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/xzzz9097/Muse",
+ "title": "Muse",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/xzzz9097/Muse/master/Screenshots/Window2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Scrobble vinyl, radios, movies to Last.fm. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/ShazamScrobbler/shazamscrobbler-macos",
+ "title": "ShazamScrobbler",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/1932338/10404677/7d1ffe58-6ed4-11e5-99d0-c29480a0bfda.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Minimal, beautifully designed music player for macOS. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/sonoramac/Sonora",
+ "title": "Sonora",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sonoramac/Sonora/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Spotify and iTunes in your menu bar.",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/kmikiy/SpotMenu",
+ "title": "SpotMenu",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kmikiy/SpotMenu/master/Demo/demo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Spotify mini-player for macOS. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/will-stone/SpotSpot",
+ "title": "SpotSpot",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Audio input/output source lock for macOS. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/Sunnyyoung/Suohai",
+ "title": "Suohai",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Sunnyyoung/Suohai/master/Screenshot/0x01.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Instant audio feedback for typing. macOS version. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/yingDev/Tickeys",
+ "title": "Tickeys",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/1.png",
+ "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/video_thumb.png",
+ "https://raw.githubusercontent.com/yingDev/Tickeys/master/.readme_images/2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "rust"
+ ]
+ },
+ {
+ "short_description": "macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters.",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/CocoaHeadsBrasil/MuteUnmuteMic",
+ "title": "[Un]MuteMic",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/235208/10419593/143171fc-704a-11e5-8270-374ca898685b.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/getoffmyhack/waveSDR",
+ "title": "waveSDR",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/getoffmyhack/waveSDR/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Keep your application settings in sync (macOS/Linux). ",
+ "categories": [
+ "backup"
+ ],
+ "repo_url": "https://github.com/lra/mackup",
+ "title": "Mackup",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Easily create lightweight documentation of installed applications, dotfiles, and more. ",
+ "categories": [
+ "backup"
+ ],
+ "repo_url": "https://github.com/alichtman/shallow-backup",
+ "title": "shallow-backup",
+ "icon_url": "",
+ "screenshots": [
+ "https://github.com/alichtman/shallow-backup/blob/master/img/shallow-backup-demo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "UrBackup is Client/Server network backup for Windows, macOS and Linux.",
+ "categories": [
+ "backup"
+ ],
+ "repo_url": "https://github.com/uroni/urbackup_backend",
+ "title": "UrBackup",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Beaker is an experimental peer-to-peer Web browser. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/beakerbrowser/beaker",
+ "title": "Beaker Browser",
+ "icon_url": "",
+ "screenshots": [
+ "http://nerdist.com/wp-content/uploads/2016/05/the-mad-king-game-of-thrones.jpg",
+ "https://raw.githubusercontent.com/beakerbrowser/beaker/master/build/icons/256x256.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/brave/browser-laptop",
+ "title": "Brave Browser",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS tool that prompts you to choose a browser when opening a link. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/will-stone/browserosaurus",
+ "title": "browserosaurus",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Floating browser window for macOS.",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/JadenGeller/Helium",
+ "title": "Helium",
+ "icon_url": "",
+ "screenshots": [
+ "http://heliumfloats.com/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Always opens the right browser. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/johnste/finicky",
+ "title": "Finicky",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/kaktus/kaktus",
+ "title": "Kaktus Browser",
+ "icon_url": "",
+ "screenshots": [
+ "https://cldup.com/qsYAu0F-ja.png",
+ "https://cldup.com/6jOWAjYdpo.png",
+ "https://cldup.com/wDadS2XGrb.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/OtterBrowser/otter-browser",
+ "title": "otter-browser",
+ "icon_url": "",
+ "screenshots": [
+ "https://otter-browser.org/screenshots/1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Safe Exam Browser for macOS and iOS. ",
+ "categories": [
+ "browser"
+ ],
+ "repo_url": "https://github.com/SafeExamBrowser/seb-mac",
+ "title": "seb-mac",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
+ {
+ "short_description": " Mac app wrapper around Google's stand-alone Android Messenger. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/jake-101/android-messenger-mac",
+ "title": "Android Messenger Mac",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/GQiLntX.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Native Mac app wrapper for WhatsApp Web. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/stonesam92/ChitChat",
+ "title": "ChitChat",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/riXrTvx.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Better WeChat on macOS and Linux. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/geeeeeeeeek/electronic-wechat",
+ "title": "Electronic WeChat",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/7262715/14876747/ff691ade-0d49-11e6-8435-cb1fac91b3c2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/meetfranz/franz",
+ "title": "Franz",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/meetfranz/franz/master/./build-helpers/images/icon.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Native macOS & Windows desktop app for Google Allo. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/kelyvin/Google-Allo-For-Desktop",
+ "title": "Google Allo for Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/5g1VU3S.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Unofficial GroupMe App.",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/dcrousso/GroupMe",
+ "title": "GroupMe",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/dcrousso/GroupMe/master/media/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/vector-im/riot-web",
+ "title": "Riot.im",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/neilalexander/seaglass",
+ "title": "Seaglass",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/neilalexander/seaglass/master/image.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Electron app that links with your Signal Android or Signal iOS app. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/signalapp/Signal-Desktop",
+ "title": "Signal Desktop",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Source code of Telegram for macOS on Swift. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/overtake/TelegramSwift",
+ "title": "Telegram",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Source code of deprecated Telegram for macOS version. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/overtake/telegram",
+ "title": "Telegram [Deprecated]",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Telegram Desktop messaging app. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/telegramdesktop/tdesktop",
+ "title": "Telegram Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/docs/assets/preview.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Textual is an IRC client for macOS. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/Codeux-Software/Textual",
+ "title": "Textual",
+ "icon_url": "",
+ "screenshots": [
+ "https://www.codeux.com/textual/private/images/v600media/YosemiteDarkFullscreen.png",
+ "https://www.codeux.com/textual/private/images/v600media/YosemiteDarkThumbnail.png",
+ "https://www.codeux.com/textual/private/images/v600media/YosemiteLightFullscreen.png",
+ "https://www.codeux.com/textual/private/images/v600media/YosemiteLightThumbnail.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "TorChat for Mac is a macOS native and unofficial port of torchat. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/javerous/TorChat-Mac",
+ "title": "Torchat-Mac",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Send WhatsApp message from menu bar. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/aldychris/WhatsAppBar",
+ "title": "WhatsAppBar",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/AppScreenshoot.png",
+ "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WaPref.png",
+ "https://raw.githubusercontent.com/aldychris/WhatsAppBar/master/Resource/WhatsAppBarGif.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Standalone Electron app for the chatapp Wire. ",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/wireapp/wire-desktop",
+ "title": "Wire Desktop",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS app to safely generate cryptocurrency address. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/onmyway133/AddressGenerator",
+ "title": "AddressGenerator",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/demo.png",
+ "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/Artboard.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "App for all the world’s currencies. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/balance-io/balance-open",
+ "title": "Balance Open",
+ "icon_url": "",
+ "screenshots": [
+ "https://d3vv6lp55qjaqc.cloudfront.net/items/2840292G3j1g102Q3s21/balance-open.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS menu bar application for tracking crypto coin prices. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/adamwaite/CoinBar",
+ "title": "CoinBar",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/04.png",
+ "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/01.png",
+ "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/02.png",
+ "https://raw.githubusercontent.com/adamwaite/CoinBar/master/resources/03.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS menu bar application built with Electron. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/geraldoramos/crypto-bar",
+ "title": "Crypto Bar",
+ "icon_url": "",
+ "screenshots": [
+ "https://s3.amazonaws.com/cryptobar/newgif.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Native menu bar app with floating window and support for many Exchanges. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/kaunteya/FloatCoin",
+ "title": "Float coin",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kaunteya/FloatCoin/master//Images/Banner.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Universal database tool and SQL client. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/dbeaver/dbeaver",
+ "title": "DBeaver",
+ "icon_url": "",
+ "screenshots": [
+ "https://dbeaver.io/product/dbeaver-ss-classic.png",
+ "https://dbeaver.io/product/dbeaver-ss-mock.png",
+ "https://dbeaver.io/product/dbeaver-ss-erd.png",
+ "https://dbeaver.io/product/dbeaver-ss-dark.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "java"
+ ]
+ },
+ {
+ "short_description": "SQLite database management GUI. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/sqlitebrowser/sqlitebrowser",
+ "title": "DB Browser for SQLite",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/images/sqlitebrowser.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "The easiest way to get started with mongoDB on the Mac. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/gcollazo/mongodbapp",
+ "title": "mongoDB.app",
+ "icon_url": "",
+ "screenshots": [
+ "https://gcollazo.github.io/mongodbapp/assets/img/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "PostgreSQL GUI client for macOS. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/Paxa/postbird",
+ "title": "Postbird",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/26019/41055418-dcc55700-69f3-11e8-8d3e-572cf5febedc.png",
+ "https://user-images.githubusercontent.com/26019/41055416-dc5a5464-69f3-11e8-87b8-994e763da816.png",
+ "https://user-images.githubusercontent.com/26019/41055417-dc8eb56a-69f3-11e8-8145-6f0d5eb147a6.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "The easiest way to get started with PostgreSQL on the Mac. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/PostgresApp/PostgresApp",
+ "title": "Postgres.app",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "The easiest way to get started with Redis on the Mac. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/jpadilla/redisapp",
+ "title": "Redis.app",
+ "icon_url": "",
+ "screenshots": [
+ "https://jpadilla.github.io/redisapp/assets/img/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "MySQL/MariaDB database management for macOS. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/sequelpro/sequelpro",
+ "title": "Sequel Pro",
+ "icon_url": "",
+ "screenshots": [
+ "https://sequelpro.com/images/logo.png",
+ "https://sequelpro.com/images/browse.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/Studio3T/robomongo",
+ "title": "Robo 3T",
+ "icon_url": "",
+ "screenshots": [
+ "https://robomongo.org/static/screens-transparent-6e2a44fd.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Cashew macOS Github Issue Tracker.",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/jensteichert/OpenCashew",
+ "title": "Cashew",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Gitee, macOS status bar application for Github.",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/Nightonke/Gitee",
+ "title": "Gitee",
+ "icon_url": "",
+ "screenshots": [
+ "https://img.shields.io/github/release/nightonke/gitee.svg",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_1.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_1.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_profile.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_2.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trending.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/status_bar.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trend_1.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_2.png",
+ "https://img.shields.io/badge/Developer-Nightonke-red.svg",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/image_github_w1920.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_trend_2.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_notification.png",
+ "https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/vc_settings.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "GitHub contributions app, for iOS, WatchOS, and macOS. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/remirobert/Github-contributions",
+ "title": "Github contributions",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/3276768/19214602/f39af4c0-8d87-11e6-8b3d-3d9c7b94d57c.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple collaboration from your desktop. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/desktop/desktop",
+ "title": "GitHub Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/359239/26094502/a1f56d02-3a5d-11e7-8799-23c7ba5e5106.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "type_script"
+ ]
+ },
+ {
+ "short_description": "Simple app that will notify about new commits to watched repositories. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/ad/GithubListener",
+ "title": "GithubListener",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ad/GithubListener/master/notifyexample.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app to alert you when you have unread GitHub notifications. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/erik/github-notify",
+ "title": "GithubNotify",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Minimalistic Git client for Mac. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/eonist/GitSync",
+ "title": "GitSync",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/stylekit/img/master/Element210-01.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "The Git interface you've been missing all your life has finally arrived. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/git-up/GitUp",
+ "title": "GitUp",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/t6iC9TC.png",
+ "http://i.imgur.com/ZfxM7su.png",
+ "http://i.imgur.com/29hxDcJ.png",
+ "http://i.imgur.com/dWpJExk.png",
+ "http://i.imgur.com/6cuPcT4.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Graphical client for the git version control system. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/gitx/gitx",
+ "title": "GitX",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS application for easily operating GitHub Projects. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/mtgto/GPM",
+ "title": "GPM",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS application to comfortably browse and search through your Messages.app history. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/glaurent/MessagesHistoryBrowser",
+ "title": "MessagesHistoryBrowser",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "GitHub contribution streak tracking menubar app. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/jamieweavis/streaker",
+ "title": "Streaker",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS status bar application for tracking code review process within the team. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/marcinreliga/TeamStatus-for-GitHub",
+ "title": "TeamStatus-for-GitHub",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/marcinreliga/TeamStatus-for-GitHub/master/doc/preview.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/ptsochantaris/trailer",
+ "title": "Trailer",
+ "icon_url": "",
+ "screenshots": [
+ "http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png",
+ "http://ptsochantaris.github.io/trailer/images/background-2400.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Xit is a graphical tool for working with git repositories. ",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/Uncommon/Xit",
+ "title": "Xit",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Uncommon/Xit/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple toolkit that makes your iOS / macOS apps development more easier. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/alexlee002/alloy",
+ "title": "Alloy",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation",
+ "title": "AppBox",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/UploadIPA-Dark.png",
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/Dashboard-Dark.png",
+ "https://raw.githubusercontent.com/getappbox/Home/master/Images/AppURL.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Tool for generating icons in all sizes as required by macOS and iOS apps. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/kuyawa/AppIcons",
+ "title": "AppIcons",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kuyawa/Gallery/master/AppIcons/appicons.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Trace tool for iOS/macOS. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/everettjf/AppleTrace",
+ "title": "AppleTrace",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Gives you indication about the average iOS / macOS app stores review times. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/arbel03/AppStoreReviewTimes",
+ "title": "AppStoreReviewTimes",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/Y0jr8lF.png",
+ "https://i.imgur.com/rwBYris.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "App that lets you open .car files and browse/extract their images.",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/insidegui/AssetCatalogTinkerer",
+ "title": "Asset Catalog Tinkerer",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot.png",
+ "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png",
+ "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/./quicklook_thumb.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/athiercelin/Assets",
+ "title": "Assets",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/attaswift/Attabench",
+ "title": "Attabench",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Attabench-screenshot.png",
+ "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Header.png",
+ "https://raw.githubusercontent.com/attaswift/Attabench/master/Images/SampleBenchmark.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Takes path for your assets images and creates appiconset and imageset for you in just one click. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/angelvasa/AVXCAssets-Generator",
+ "title": "AVXCAssets Generator",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Small application to monitor your GitHub project web page in a native macOS app :octocat:! ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/JustinFincher/BoardForGitHub",
+ "title": "Board For GitHub",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/1.jpg",
+ "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/2.jpg",
+ "https://raw.githubusercontent.com/JustinFincher/BoardForGitHub/master/DemoImgs/Banner.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS app for submitting radars. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/br1sk/brisk",
+ "title": "Brisk",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/br1sk/brisk/master/.github/AppIcon.png",
+ "https://raw.githubusercontent.com/br1sk/brisk/master/.github/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "iOS Calabash Launcher is a macOS app that helps you run and manage Calabash tests on your Mac. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/xing/calabash-launcher",
+ "title": "calabash-launcher",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/18147900/32694248-d8c2d7c8-c73b-11e7-8803-81590d61fbf9.png",
+ "https://user-images.githubusercontent.com/18147900/32609402-e9b05aa2-c55f-11e7-99d6-c2c1b5b8195d.png",
+ "https://user-images.githubusercontent.com/18147900/34467506-8ca05b50-eef4-11e7-9ca0-1373ba7ddd19.png",
+ "https://user-images.githubusercontent.com/4619244/32549703-b6356bfc-c48a-11e7-92f0-1e24a985f0dd.png",
+ "https://user-images.githubusercontent.com/18147900/32503133-c04ee05e-c3dc-11e7-8394-3c0eb5b0105b.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Cleaner for Xcode.app built with react-native-macOS. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/waylybaye/XcodeCleaner",
+ "title": "Cleaner for Xcode",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Native Apple macOS app for testing HTTP/REST endpoints. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/mmattozzi/cocoa-rest-client",
+ "title": "CocoaRestClient",
+ "icon_url": "",
+ "screenshots": [
+ "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-1.png",
+ "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-2.png",
+ "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-4.png",
+ "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-5.png",
+ "https://mmattozzi.github.io/cocoa-rest-client/screenshots/screenshot-6.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS App to explore CoreImage Filters. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/KrisYu/FilterShop",
+ "title": "FilterShop",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/KrisYu/FilterShop/master/showcase.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app to generate app icons. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/onmyway133/IconGenerator",
+ "title": "IconGenerator",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/gif.gif",
+ "https://raw.githubusercontent.com/onmyway133/IconGenerator/master/Screenshots/banner.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Create Xcode image catalogs (xcassets) on the fly. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/raphaelhanneken/iconizer",
+ "title": "Iconizer",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/raphaelhanneken/iconizer/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "App for macOS which is designed to generate consistent sized icons of an existing application in various states, jiggling (shaking) etc. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/SAP/macos-icon-generator",
+ "title": "Icons.app",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "overdue Swift rewrite of Injection.",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/johnno1962/InjectionIII",
+ "title": "InjectionIII",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "iOS Images Extractor is a Mac app to normalize, decode, and extract images from iOS apps. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/devcxm/iOS-Images-Extractor",
+ "title": "iOS Images Extractor",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/devcxm/iOS-Images-Extractor/master/iOSImagesExtractor/iOSImagesExtractor/Images.xcassets/AppIcon.appiconset/AppIcon-256.png",
+ "https://cloud.githubusercontent.com/assets/8568955/7927878/874f0594-0918-11e5-9fe3-452372f5affd.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "iSimulator is a GUI utility to control the Simulator and manage the app installed on the simulator. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/wigl/iSimulator",
+ "title": "iSimulator",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "The debug application for Apple Push Notification Service (APNs). ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/KnuffApp/Knuff",
+ "title": "Knuff",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/499192/12481271/36b610e0-c048-11e5-9be6-ee9e996036a2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Intuitive app to display transparent images on screen. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/yuhua-chen/LayerX",
+ "title": "LayerX",
+ "icon_url": "",
+ "screenshots": [
+ "http://img.youtube.com/vi/35KixjZBDjY/0.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Mac app to localize your iOS and macOS projects. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/ralcr/Localizable.strings",
+ "title": "Localizable.strings",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Localizations is an macOS app that manages your Xcode project localization files (.strings). ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/athiercelin/Localizations",
+ "title": "Localizations",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/igorkulman/iOSLocalizationEditor",
+ "title": "Localization Editor",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app for convenient access to the system color panel. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/nvzqz/Menubar-Colors",
+ "title": "Menubar Colors",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/./Example.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "App to customize your Touch Bar as you want. ",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/toxblh/MTMR",
+ "title": "MyTouchbarMyRules",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app which helps you manage dependency releases in your Podfile. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/kizitonwose/PodsUpdater",
+ "title": "PodsUpdater",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_2.png",
+ "https://raw.githubusercontent.com/kizitonwose/PodsUpdater/master/Assets/screenshot_1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/shaojiankui/ProfilesManager",
+ "title": "ProfilesManager",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/shaojiankui/ProfilesManager/master/demo.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS app to test push notifications on iOS and Android. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/onmyway133/PushNotifications",
+ "title": "PushNotifications",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/TeamId.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSToken.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Android.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/ios.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/KeyId.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Key.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/iOSCertificate.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/AndroidServerKey.png",
+ "https://raw.githubusercontent.com/onmyway133/PushNotifications/master/Screenshots/Certificate.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/InjoyDeng/ResignTool",
+ "title": "ResignTool",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/H8kRoPf.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "MacOS application for creating AppIcon for iOS and Android apps.",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/onurgenes/Resizr",
+ "title": "Resizr",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "iOS Push Notification Debug App. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/shaojiankui/SmartPush",
+ "title": "SmartPush",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/shaojiankui/SmartPush/master/demo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Small application to display your designs on the Touch Bar of the new MacBook Pro. ",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/touchbar/Touch-Bar-Preview",
+ "title": "Touch Bar Preview",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Use the Touch Bar on any Mac. ",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/sindresorhus/touch-bar-simulator",
+ "title": "Touch Bar Simulator",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "iOS/Android app deployment tool for macOS. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/iseebi/TransporterPad",
+ "title": "TransporterPad",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Unofficial WWDC app for macOS. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/insidegui/WWDC",
+ "title": "WWDC",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Powerful app for downloading subtitle for each WWDC session video since 2013 in (srt) format. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/ssamadgh/WWDCsrt",
+ "title": "WWDC.srt",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session02.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/VideoLink.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/TextFile.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session01.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Tool to convert Xcode .xib to .storyboard files. ",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/novemberfiveco/xib2Storyboard",
+ "title": "xib2Storyboard",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ",
+ "categories": [
+ "json-parsing"
+ ],
+ "repo_url": "https://github.com/zadr/j2s",
+ "title": "j2s",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app to generate Swift Object Mapper classes from JSON. ",
+ "categories": [
+ "json-parsing"
+ ],
+ "repo_url": "https://github.com/AppCraft-LLC/json-mapper",
+ "title": "JSON Mapper",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Desktop application for macOS which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language. ",
+ "categories": [
+ "json-parsing"
+ ],
+ "repo_url": "https://github.com/Ahmed-Ali/JSONExport",
+ "title": "JSONExport",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/5157350/5228493/72693010-7713-11e4-9e42-625a8590424a.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app for uploading files to Amazon Web Services. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/RafalWilinski/s3-uploader",
+ "title": "aws-s3-uploader",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master//upload_anim.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/TheNewNormal/corectl.app",
+ "title": "Corectl App for macOS",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/TheNewNormal/corectl.app/master/corectl_app.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/TheNewNormal/coreos-osx",
+ "title": "CoreOS VM",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/TheNewNormal/coreos-osx/master/coreos-osx.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Insomnia is a cross-platform REST client, built on top of Electron. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/getinsomnia/insomnia",
+ "title": "Insomnia",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/getinsomnia/insomnia/master/screenshots/main.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS app to let you access iTunesConnect. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/ronakdev/itunesconnect",
+ "title": "iTunesConnect",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/DanSanche/KubeMonitor",
+ "title": "KubeMonitor",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/./Screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar.",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/nsriram/KubeSwitch",
+ "title": "KubeSwitch",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/nsriram/KubeSwitch/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Dedicated Mac app for website auditing and crawling. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/BurntCaramel/Lantern",
+ "title": "Lantern",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/plan44/localSites",
+ "title": "LocalSites",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/andypotts/mockup-generator",
+ "title": "Mockup Generator",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot2.png",
+ "https://raw.githubusercontent.com/andypotts/mockup-generator/master/screenshot1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Npm desktop GUI. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/720kb/ndm",
+ "title": "ndm",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/6KL3pt7.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Evaluate Nodejs/JS code snippets from Menubar. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/vsaravind007/nodeScratchpad",
+ "title": "nodeScratchpad",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Create deployments right from the tray menu. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/zeit/now-desktop",
+ "title": "Now Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://assets.zeit.co/image/upload/v1537714691/repositories/now-desktop/now-desktop-repo-banner.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS app for monitoring the status of cloud services. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/inket/stts",
+ "title": "stts",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/OAK3hR0.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Node and Attribute viewer for Chef ",
+ "categories": [
+ "other-development"
+ ],
+ "repo_url": "https://github.com/Yasumoto/ChefInspector",
+ "title": "ChefInspector",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Yasumoto/ChefInspector/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Browser for macOS Mach-O binaries. ",
+ "categories": [
+ "other-development"
+ ],
+ "repo_url": "https://github.com/dcsch/macho-browser",
+ "title": "macho-browser",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Browser based GUI for **LLDB** Debugger. ",
+ "categories": [
+ "other-development"
+ ],
+ "repo_url": "https://github.com/ant4g0nist/vegvisir",
+ "title": "vegvisir",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/sections.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/blank.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/auto_suggest.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/help.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/strings.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/target_create.png",
+ "https://raw.githubusercontent.com/ant4g0nist/vegvisir/master/Screenshots/funcs_imported.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Easily search and download macOS apps from the huge `homebrew cask` app catalog. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/yep/app-downloader",
+ "title": "App Downloader",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Native macOS video/audio downloader. Think of it as a youtube downloader that works on many sites. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/Kevin-De-Koninck/Get-It",
+ "title": "Get It",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A full-featured download manager. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/agalwood/Motrix",
+ "title": "Motrix",
+ "icon_url": "https://github.com/agalwood/Motrix/blob/master/build/256x256.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-light%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-light%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-empty-dark%402x.png",
+ "https://raw.githubusercontent.com/agalwood/Motrix/master/screenshots/motrix-task-list-downloading-dark%402x.png"
+ ],
+ "official_site": "https://motrix.app/",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS Video Downloader written in Swift and Objective-C.",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/Pjirlip/Pillager",
+ "title": "Pillager",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/pillagerpreview.png",
+ "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/useffmpeg.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "desktop application for downloading Udemy Courses. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/FaisalUmair/udemy-downloader-gui",
+ "title": "udemy-downloader-gui",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS app to download Youtube videos. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/onmyway133/YoutubeDownloader",
+ "title": "Youtube Downloader",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/screenshot1.png",
+ "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/Icon.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
+ "categories": [
+ "downloader"
+ ],
+ "repo_url": "https://github.com/DenBeke/YouTube-Downloader-for-macOS",
+ "title": "YouTube Downloader for macOS",
+ "icon_url": "",
+ "screenshots": [
+ "https://denbeke.be/blog/wp-content/uploads/2017/11/Youtube-downloader-macOS-Swift.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "simple CSV editor for the macOS. ",
+ "categories": [
+ "csv"
+ ],
+ "repo_url": "https://github.com/jakob/TableTool",
+ "title": "TableTool",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "GUI for editing, visualizing, and manipulating JSON data. ",
+ "categories": [
+ "json"
+ ],
+ "repo_url": "https://github.com/wellsjo/JSON-Splora",
+ "title": "JSON-Splora",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/CiXIrrg.gif",
+ "https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Tree-structured markdown editor for macOS, Windows, and Linux. ",
+ "categories": [
+ "markdown"
+ ],
+ "repo_url": "https://github.com/gingko/client",
+ "title": "Gingko",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/gingko/client/master/./docs/images/screenshot-alien-screenplay.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "elm"
+ ]
+ },
+ {
+ "short_description": "Markdown editor for macOS. ",
+ "categories": [
+ "markdown"
+ ],
+ "repo_url": "https://github.com/MacDownApp/macdown",
+ "title": "MacDown",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Realtime preview markdown editor for macOS Windows and Linux. ",
+ "categories": [
+ "markdown"
+ ],
+ "repo_url": "https://github.com/marktext/marktext/",
+ "title": "Mark Text",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "A modern MacOS markdown editor. ",
+ "categories": [
+ "markdown"
+ ],
+ "repo_url": "https://github.com/lukakerr/Pine",
+ "title": "Pine",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/ptzSBmo.jpg",
+ "https://camo.githubusercontent.com/14fd8828c4ab0e59f62cd7457fff295fe8113f26/68747470733a2f2f692e696d6775722e636f6d2f767841614e65582e706e67",
+ "https://camo.githubusercontent.com/77b139742c8d23e154de89331b5fcfd3672878bf/68747470733a2f2f692e696d6775722e636f6d2f354c51314c6c342e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ",
+ "categories": [
+ "tex"
+ ],
+ "repo_url": "https://github.com/qilin-editor/qilin-app",
+ "title": "Qilin Editor",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/VOGLGv5.png",
+ "https://i.imgur.com/LYzVw99.png",
+ "https://i.imgur.com/utXxWLf.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Lightweight Plain-Text Editor for macOS. ",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/coteditor/CotEditor",
+ "title": "CotEditor",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/coteditor/CotEditor/master/screenshot@2x.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Text editor for macOS. ",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/macvim-dev/macvim",
+ "title": "MacVim",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
+ {
+ "short_description": "Plain text editor for macOS with customizable themes. ",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/brunophilipe/noto",
+ "title": "Noto",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/BlqwbV7.png",
+ "http://i.imgur.com/SXh8o7n.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "TextMate is a graphical text editor for macOS. ",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/textmate/textmate",
+ "title": "TextMate",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/textmate/textmate/gh-pages/images/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Refined Neovim experience for macOS. ",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/qvacua/vimr",
+ "title": "VimR",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ",
+ "categories": [
+ "extensions"
+ ],
+ "repo_url": "https://github.com/Capevace/BetterPiP",
+ "title": "BetterPiP",
+ "icon_url": "",
+ "screenshots": [
+ "https://media.giphy.com/media/3b7gn1cvDnjDk9Kngv/giphy-downsized-large.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ",
+ "categories": [
+ "extensions"
+ ],
+ "repo_url": "https://github.com/arnoappenzeller/PiPifier",
+ "title": "PiPifier",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/demo.gif",
+ "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/Banner.png",
+ "https://raw.githubusercontent.com/arnoappenzeller/PiPifier/master/macOS/Images/pipifier_ios_usage.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ",
+ "categories": [
+ "extensions"
+ ],
+ "repo_url": "https://github.com/bfmatei/PiPTool",
+ "title": "PiPTool",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Clipy is a Clipboard extension app for macOS. ",
+ "categories": [
+ "finder"
+ ],
+ "repo_url": "https://github.com/Clipy/Clipy",
+ "title": "Clipy",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Clipy/Clipy/master/./Resources/clipy_logo.png",
+ "https://clipy-app.com/img/screenshot1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
+ "categories": [
+ "finder",
+ "terminal"
+ ],
+ "repo_url": "https://github.com/onmyway133/FinderGo",
+ "title": "Finder Go",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ",
+ "categories": [
+ "finder"
+ ],
+ "repo_url": "https://github.com/Mortennn/FiScript",
+ "title": "FiScript",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/landingNoText.png",
+ "https://raw.githubusercontent.com/Mortennn/FiScript/master/Images/logo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Finder toolbar app to open current folder in Visual Studio Code. ",
+ "categories": [
+ "finder"
+ ],
+ "repo_url": "https://github.com/sozercan/OpenInCode",
+ "title": "OpenInCode",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/F5ZrCmS.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/wesnoth/wesnoth",
+ "title": "Battle for Wesnoth",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "The DOS game emulator that’s fit for your Mac.",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/alunbestor/Boxer",
+ "title": "Boxer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Powerful emulator for Nintendo GameCube and Wii games. ",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/dolphin-emu/dolphin",
+ "title": "Dolphin",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Retro video game emulation for macOS. ",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/OpenEmu/OpenEmu",
+ "title": "OpenEmu",
+ "icon_url": "",
+ "screenshots": [
+ "http://openemu.org/img/intro-md.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Re-implementation of RollerCoaster Tycoon 2. ",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/OpenRCT2/OpenRCT2",
+ "title": "OpenRCT2",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/888d993a9716208446bd0d5a762977d6b7993058/68747470733a2f2f692e696d6775722e636f6d2f6537434b3553632e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Turn your screen into a playable level of Mario. ",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/AaronRandall/Screentendo",
+ "title": "Screentendo",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/AaronRandall/Screentendo/master/Screentendo/Screentendo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Beautiful, powerful chess application.",
+ "categories": [
+ "games"
+ ],
+ "repo_url": "https://github.com/daylen/stockfish-mac",
+ "title": "Stockfish",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Animated sprite editor & pixel art tool (Windows, macOS, Linux).",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/aseprite/aseprite",
+ "title": "Aseprite",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Tool to capture screenshot and recognize text by online ocr apis. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/gragrance/CaptuocrToy",
+ "title": "CaptuocrToy",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Gif capture app for macOS. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/onmyway133/GifCapture",
+ "title": "GifCapture",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/gifcapture.png",
+ "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g1.gif",
+ "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/Icon.png",
+ "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g2.gif",
+ "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g3.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/lettier/gifcurry",
+ "title": "Gifcurry",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/KFZyEqq.png",
+ "https://i.imgur.com/ByyCNuk.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "haskell"
+ ]
+ },
+ {
+ "short_description": "Convert videos to high-quality GIFs. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/sindresorhus/gifski-app",
+ "title": "Gifski",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot2.jpg",
+ "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot.jpg",
+ "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/AppIcon-readme.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Proof of concept Mac drawing application. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/CleanCocoa/InfiniteCanvas",
+ "title": "InfiniteCanvas",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/CleanCocoa/InfiniteCanvas/master/assets/title-sketch.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/dsward2/macSVG",
+ "title": "macSVG",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/dsward2/macSVG/master/README_images/macsvg-screenshot.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Choose your Material colours and copy the hex code. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/BafS/Material-Colors-native",
+ "title": "Material Colors Native",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/jIJ4Gcf.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/pencil2d/pencil",
+ "title": "Pencil2D Animation",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file.",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/duyquoc/ScreenToLayers",
+ "title": "ScreenToLayers for macOS",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/./Others/presentation.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Plugin manager for Sketch.app.",
+ "categories": [
+ "graphics"
+ ],
+ "repo_url": "https://github.com/buzzfeed/Sketch-Toolbox",
+ "title": "Sketch Toolbox",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.cloudup.com/XTLlL1-Stt-3000x3000.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "The hackable text editor. ",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://github.com/atom/atom",
+ "title": "Atom",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://github.com/onivim/oni",
+ "title": "Oni",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "type_script"
+ ]
+ },
+ {
+ "short_description": "Code editor developed by Microsoft. ",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://github.com/Microsoft/vscode",
+ "title": "Visual Studio Code",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "type_script"
+ ]
+ },
+ {
+ "short_description": "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://github.com/pkulchenko/ZeroBraneStudio",
+ "title": "ZeroBraneStudio",
+ "icon_url": "",
+ "screenshots": [
+ "https://studio.zerobrane.com/images/debugging.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "lua"
+ ]
+ },
+ {
+ "short_description": "macOS app which assembles and disassembles animated png files. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/shgodoroja/APNGb",
+ "title": "APNGb",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Insane(ly slow but wicked good) PNG image optimization. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/chrissimpkins/Crunch",
+ "title": "Crunch",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "macOS Status Bar App for quick sketch. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/wddwycc/Freehand",
+ "title": "Freehand",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/wddwycc/Freehand/master/_images/demo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Gimp is GNU Image Manipulation Program. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/GNOME/gimp",
+ "title": "Gimp",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
+ {
+ "short_description": "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/liamrosenfeld/Iconology",
+ "title": "Iconology",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Mac GUI for pngquant, pngnq and posterizer.",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/kornelski/ImageAlpha",
+ "title": "ImageAlpha",
+ "icon_url": "",
+ "screenshots": [
+ "https://pngmini.com/screenshot-1.3.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "python"
+ ]
+ },
+ {
+ "short_description": "Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/meowtec/Imagine",
+ "title": "Imagine",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "type_script"
+ ]
+ },
+ {
+ "short_description": "Katana is a simple screenshot utility for macOS that lives in your menubar.",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/bluegill/katana",
+ "title": "Katana",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "macOS app for finding and lost forgotten photos on your disks. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/gergelysanta/photominer",
+ "title": "PhotoMiner",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/06.png",
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/02.png",
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/04.png",
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/03.png",
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/05.png",
+ "https://raw.githubusercontent.com/gergelysanta/photominer/master/AppStore/Screenshots/07.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS menubar app for automating screenshots. ",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/crilleengvall/Screenbar",
+ "title": "Screenbar",
+ "icon_url": "",
+ "screenshots": [
+ "https://www.screenbar.net/assets/images/screenbar-window.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP.",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/1000ch/WebPonize",
+ "title": "WebPonize",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift",
+ "c"
+ ]
+ },
+ {
+ "short_description": "macOS application for controlling AnnePro keyboard over bluetooth. ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/msvisser/AnnePro-mac",
+ "title": "AnnePro-mac",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/Pyroh/Fluor",
+ "title": "Fluor",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Karabiner-Elements configuration manager, rescue to bloated karabiner.json ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/yqrashawn/GokuRakuJoudo",
+ "title": "GokuRakuJoudo",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "clojure"
+ ]
+ },
+ {
+ "short_description": "Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/tekezo/Karabiner",
+ "title": "Karabiner",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/tekezo/Karabiner-Elements",
+ "title": "Karabiner-Elements",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Better input source switcher for macOS. ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/utatti/kawa",
+ "title": "Kawa",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif",
+ "https://raw.githubusercontent.com/utatti/kawa/master/resource/png/logo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Switch the right application ASAP. ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/gbammc/Thor",
+ "title": "Thor",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_settings.png",
+ "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_list.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Menubar/taskbar Gmail App for Windows and macOS. ",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/amitmerchant1990/correo",
+ "title": "Correo",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Fast and Simple Email Client.",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/dinhviethoa/dejalu",
+ "title": "dejalu",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/dinhviethoa/dejalu/master/screenshot.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Unofficial Google Inbox Desktop App.",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/denysdovhan/inboxer",
+ "title": "Inboxer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Wrapper for Inbox by Gmail. ",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/chenasraf/gInbox",
+ "title": "gInbox",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/ZxaChmj.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Extensible mail client. ",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/nylas/nylas-mail",
+ "title": "Nylas Mail",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Cross Platform messaging and emailing app that combines common web applications into one.",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/ramboxapp/community-edition",
+ "title": "Rambox",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Status bar Mac application to overcome time constrained WiFi networks. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/alvesjtiago/airpass",
+ "title": "Airpass",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS menubar status indicator. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/tonsky/AnyBar",
+ "title": "AnyBar",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Put the output from any script or program in your macOS Menu Bar. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/matryer/bitbar",
+ "title": "BitBar",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/josh-/CloudyTabs",
+ "title": "CloudyTabs",
+ "icon_url": "",
+ "screenshots": [
+ "http://joshparnham.com/projects/cloudytabs/CloudyTabs.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple menu bar weather app for macOS written in Swift. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/inderdhir/DatWeatherDoe",
+ "title": "DatWeatherDoe",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple (bare-bones) macOS menubar extra to apply display presets. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/Kwpolska/DisplayMenu",
+ "title": "DisplayMenu",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Hide MacOS menubar items. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/Mortennn/Dozer",
+ "title": "Dozer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/CodySchrank/gSwitch",
+ "title": "gSwitch",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/iglance/iGlance",
+ "title": "iGlance",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "import, manage and switch between your Kubernetes contexts on Mac. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/turkenh/KubeContext",
+ "title": "KubeContext",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS3.png",
+ "https://raw.githubusercontent.com/turkenh/KubeContext/master/Image/SS4.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app to change the screen brightness on the menubar. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/lucasbento/menubar-brightness",
+ "title": "Menubar Brightness",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "CPU, memory, disk, and network monitoring tools for macOS. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/yujitach/MenuMeters",
+ "title": "MenuMeters",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "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. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/isaiasmatewos/night-shift-control",
+ "title": "Night Shift Control",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/isaiasmatewos/night-shift-control/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Quickly hacked up PSI macOS status bar app. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/nikhilsh/PSIBar",
+ "title": "PSIBar",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A mac menu bar app that provides note taking functionality though a quick dropdown menu. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/alexrosenfeld10/Quickeys",
+ "title": "Quickeys",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/alexrosenfeld10/Quickeys/master/Images/Quickeys.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps.",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/archagon/sensible-side-buttons",
+ "title": "SensibleSideButtons",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "macOS menu bar app that gives you more control over Night Shift. ",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/thompsonate/Shifty",
+ "title": "Shifty",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/thompsonate/Shifty/master/docs/en/images/prefs-general-screenshot-shadow.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/AnaghSharma/Carol",
+ "title": "Carol",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c_sharp"
+ ]
+ },
+ {
+ "short_description": "Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/cemolcay/ChordDetector",
+ "title": "ChordDetector",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Deezer Desktop app for Windows, Linux and macOS. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/imanel/deezplayer",
+ "title": "DeezPlayer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "coffee_script"
+ ]
+ },
+ {
+ "short_description": "macOS app to visualise your iTunes library as graphs. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/Zac-Garby/iTunes-Graphs",
+ "title": "iTunes Graphs",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot2.png",
+ "https://raw.githubusercontent.com/Zac-Garby/iTunes-Graphs/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple Spotify lyrics viewer menu bar app for macOS in Swift. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/mamal72/lyricsify-mac",
+ "title": "lyricsify",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/en.png",
+ "https://raw.githubusercontent.com/mamal72/lyricsify-mac/master/screenshots/fa.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "SoundCloud for macOS and Windows. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/salomvary/soundcleod",
+ "title": "SoundCleod",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/salomvary/soundcleod/master/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Control Spotify without leaving your terminal. :notes: ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/ersel/spotify-cli-mac",
+ "title": "Spotify-Cli-Mac",
+ "icon_url": "",
+ "screenshots": [
+ "https://asciinema.org/a/ejbbvaa8833wq4xn4d2xuc9jx.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "macOS wrapper for music.youtube.com. ",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/steve228uk/YouTube-Music",
+ "title": "YouTube-Music",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-1.png",
+ "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-2.png",
+ "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-3.png",
+ "https://raw.githubusercontent.com/steve228uk/YouTube-Music/master/screenshots/screenshot-4.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ",
+ "categories": [
+ "news"
+ ],
+ "repo_url": "https://github.com/ngquerol/Diurna",
+ "title": "Diurna",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ngquerol/Diurna/master/diurna.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Hacker News Delivered to Desktop. ",
+ "categories": [
+ "news"
+ ],
+ "repo_url": "https://github.com/jingweno/hacker-menu",
+ "title": "hacker-menu",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/jingweno/hacker-menu/master/images/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Feed reader for macOS. ",
+ "categories": [
+ "news"
+ ],
+ "repo_url": "https://github.com/brentsimmons/NetNewsWire",
+ "title": "NetNewsWire",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Vienna is a RSS/Atom newsreader for macOS. ",
+ "categories": [
+ "news"
+ ],
+ "repo_url": "https://github.com/ViennaRSS/vienna-rss",
+ "title": "Vienna",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Note-taking application made for programmers just like you. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/BoostIO/Boostnote",
+ "title": "Boostnote",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/BoostIO/Boostnote/master/./resources/repository/top.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Little app that you can use as a quick note taking or todo app.",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/Kilian/fromscratch",
+ "title": "FromScratch",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/glushchenko/fsnotes",
+ "title": "FSNotes",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/glushchenko/fsnotes/master/code.png",
+ "https://f001.backblazeb2.com/file/og-files/ios.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/laurent22/joplin",
+ "title": "joplin",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Notebook viewer for macOS. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/tuxu/nbviewer-app",
+ "title": "Jupyter Notebook Viewer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple note taking application. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/jmcfarlane/notable",
+ "title": "notable",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/notable.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/unsaved-changes.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/help.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/tabs.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/encrypted.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/search.png",
+ "https://raw.githubusercontent.com/jmcfarlane/notable/master/docs/images/edit.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/SauvageP/Notes",
+ "title": "Notes",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/insidegui/NoteTaker",
+ "title": "NoteTaker",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/insidegui/NoteTaker/master/./screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simplest way to keep notes. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/Automattic/simplenote-macos",
+ "title": "Simplenote",
+ "icon_url": "",
+ "screenshots": [
+ "https://simplenoteblog.files.wordpress.com/2017/12/screen-shot-2017-12-22-at-9-05-33-am.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Safe place for your notes, thoughts, and life's work.",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/standardnotes/web",
+ "title": "Standard Notes",
+ "icon_url": "",
+ "screenshots": [
+ "https://standardnotes.org/assets/homepage-hero.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Very simple macOS app to make temporary notes. ",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/buddax2/tmpNote",
+ "title": "tmpNote",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/buddax2/tmpNote/master/Resources/screenshot_new.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Unofficial, third-party, community driven Evernote app with a handful of useful features.",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/klaussinani/tusk",
+ "title": "Tusk",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Manage your Homebrew formulas with style using Cakebrew. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/brunophilipe/Cakebrew",
+ "title": "Cakebrew",
+ "icon_url": "",
+ "screenshots": [
+ "https://www.cakebrew.com/assets/img/app-bg.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "An unofficial DevDocs API documentation viewer.",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/dteoh/devdocs-macos",
+ "title": "DevDocs for macOS",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/dteoh/devdocs-macos/master/img/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Hosts file manager for macOS. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/2ndalpha/gasmask",
+ "title": "Gas Mask",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Cocoa GUI for /etc/hosts. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/specialunderwear/Hosts.prefpane",
+ "title": "Hosts",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "GUI image optimizer for Mac. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/ImageOptim/ImageOptim",
+ "title": "ImageOptim",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app to preview animations created with Facebook's keyframes framework. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/insidegui/KeyframesPlayer",
+ "title": "Keyframes Player",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/./screenshot.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Democratizing Code Snippets Management (macOS/Win/Linux). ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/hackjutsu/Lepton",
+ "title": "Lepton",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Simple app to send pasteboard items to GitHub's Gist. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/Bunn/macGist",
+ "title": "macGist",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Mac developer tool that creates application bundles from command line scripts. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/sveinbjornt/Platypus",
+ "title": "Platypus",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Swift Logging Utility for Xcode & Google Docs. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/goktugyil/QorumLogs",
+ "title": "QorumLogs",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Desktop app for inspecting your React Native projects. macOS, Linux, and Windows. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/jhen0409/react-native-debugger",
+ "title": "React Native Debugger",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/3001525/29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/infinitered/reactotron",
+ "title": "Reactotron",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Menu bar macOS app for running rkt in a macOS hypervisor CoreOS VM. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/woofwoofinc/rktmachine",
+ "title": "RktMachine",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/title.png",
+ "https://raw.githubusercontent.com/woofwoofinc/rktmachine/master/docs/assets/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app that contains a full Ruby installation (for use with Ruby/Gosu). ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/gosu/ruby-app",
+ "title": "Ruby.app",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "ruby"
+ ]
+ },
+ {
+ "short_description": "Simple SSH shortcut menu for macOS. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/fitztrev/shuttle",
+ "title": "Shuttle",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/fitztrev/shuttle/gh-pages/images/how-shuttle-works.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Convenient logging during development & release in Swift. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/SwiftyBeaver/SwiftyBeaver",
+ "title": "SwiftyBeaver",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Frugal nativemacOS macOS Syncthing application bundle. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/syncthing/syncthing-macos",
+ "title": "syncthing-macosx",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/1050166/48157165-35970f00-e2cf-11e8-8009-10bfbf7fbce2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Mac app for checking Xcode projects for unused resources. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/jeffhodnett/Unused",
+ "title": "Unused",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Manage your vagrant machines in one place with Vagrant Manager for macOS. ",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/lanayotech/vagrant-manager",
+ "title": "Vagrant Manager",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/1NTsz6S.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Simple, beautiful podcast app. ",
+ "categories": [
+ "podcast"
+ ],
+ "repo_url": "https://github.com/z-------------/CPod",
+ "title": "Cumulonimbus",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/S7K9wrr.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ",
+ "categories": [
+ "podcast"
+ ],
+ "repo_url": "https://github.com/muammar/mkchromecast",
+ "title": "mkchromecast",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ",
+ "categories": [
+ "podcast"
+ ],
+ "repo_url": "https://github.com/insidegui/PodcastMenu",
+ "title": "PodcastMenu",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ",
+ "categories": [
+ "podcast"
+ ],
+ "repo_url": "https://github.com/phranck/podlive-macos",
+ "title": "Podlive for macOS",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/phranck/podlive-macos/master/screenshot1.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "repo_url": "https://github.com/CD1212/Doughnut",
+ "title": "Doughnut",
+ "screenshots": [
+ "https://raw.githubusercontent.com/CD1212/Doughnut/master/screenshot.png"
+ ],
+ "short_description": "Podcast player and library for mac",
+ "languages": [
+ "swift"
+ ],
+ "categories": [
+ "podcast"
+ ],
+ "icon_url": "",
+ "official_site": ""
+ },
+ {
+ "short_description": "Elegant Microsoft To-Do desktop app.",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/klaussinani/ao",
+ "title": "Ao",
+ "icon_url": "",
+ "screenshots": [
+ "https://klaussinani.github.io/ao/media/list-navigation.gif",
+ "https://klaussinani.github.io/ao/media/header.png",
+ "https://klaussinani.github.io/ao/media/sepia-theme.png",
+ "https://klaussinani.github.io/ao/media/black-theme.png",
+ "https://klaussinani.github.io/ao/media/dark-theme.png",
+ "https://klaussinani.github.io/ao/media/compact-mode.png",
+ "https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
+ "https://klaussinani.github.io/ao/media/scalable-interface.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Cross-platform launcher app. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/KELiON/cerebro",
+ "title": "Cerebro",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Clipboard manager for macOS. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/naotaka/ClipMenu",
+ "title": "ClipMenu",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/naotaka/ClipMenu/master/./screenshot.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS app to plan and organize through timezones. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/n0shake/Clocker",
+ "title": "Clocker",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Automate running tasks based on where you are or what you do. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/dustinrue/ControlPlane",
+ "title": "ControlPlane",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Clean and simple clipboard manager for developers. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/TermiT/flycut",
+ "title": "Flycut",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Record shortcuts in macOS, like Alfred.app. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/Clipy/KeyHolder",
+ "title": "KeyHolder",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Kiwix for iOS and macOS, build on Swift. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/kiwix/apple",
+ "title": "Kiwix",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS application to write down and connect ideas. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/fespinoza/LinkedIdeas",
+ "title": "Linked Ideas",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/uqb1x43.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Lightweight search-as-you-type clipboard manager. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/p0deje/Maccy",
+ "title": "Maccy",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/665846/36135303-8c4f80ae-10b4-11e8-9940-978e228cb6bd.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app for organizing files or removing unnecessary files. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/shubhambatra3019/macOrganizer",
+ "title": "macOrganizer",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Flexible invoicing desktop app with beautiful & customizable templates. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/hql287/Manta",
+ "title": "Manta",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Desktop app that uses the paperless API to manage your document scans. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/thomasbrueggemann/paperless-desktop",
+ "title": "Paperless Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/F5GNK4X.png",
+ "http://i.imgur.com/FrgAptE.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Nice tool for tagging and archiving tasks. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/PDF-Archiver/PDF-Archiver",
+ "title": "PDF Archiver",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/PDF-Archiver/PDF-Archiver/master/assets/example.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/quicksilver/Quicksilver",
+ "title": "Quicksilver",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/quickwords/quickwords",
+ "title": "Quickwords",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/asCk1Ds.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/SelfControlApp/selfcontrol",
+ "title": "SelfControl",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app to keep TODO-list in status bar. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/Onix-Systems/osx-status-bar-todo",
+ "title": "status-bar-todo",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/1434418/21689532/52b0c1ba-d379-11e6-882a-b16d4f8fce00.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Cross-platform electron app that reminds you to take breaks when working with computer. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/hovancik/stretchly",
+ "title": "stretchly",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "The task timer for OS X. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/joaomoreno/thyme",
+ "title": "Thyme",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Simple Timer app for Mac. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/michaelvillar/timer-app",
+ "title": "Timer",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/michaelvillar/timer-app/master//screenshots/timer.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Toggl Desktop app for Windows, Mac and Linux. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319",
+ "title": "Toggl Desktop",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Unofficial wrapper application for Trello.com written in Swift. This is almost a \"Hello World\" for a site specific browser. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/jlong/TrelloApp",
+ "title": "TrelloApp",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A CLI application for time tracking. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/TailorDev/Watson",
+ "title": "Watson",
+ "icon_url": "",
+ "screenshots": [
+ "https://tailordev.github.io/Watson/img/logo-watson-600px.png",
+ "https://tailordev.github.io/Watson/img/watson-demo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Unofficial Trello app. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/1000ch/whale",
+ "title": "Whale",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/1000ch/whale/master/demo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Manga reader app for macOS. ",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/sendyhalim/Yomu",
+ "title": "Yomu",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Apple TV Aerial Screensaver for macOS. ",
+ "categories": [
+ "screensaver"
+ ],
+ "repo_url": "https://github.com/JohnCoates/Aerial",
+ "title": "Aerial",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/37544189/47649972-1f76a980-db7f-11e8-910b-1d5d50931ae2.png",
+ "https://cloud.githubusercontent.com/assets/499192/10754100/c0e1cc4c-7c95-11e5-9d3b-842d3acc2fd5.gif",
+ "https://user-images.githubusercontent.com/37544189/47649971-1f76a980-db7f-11e8-97be-d1f90b943c9d.png",
+ "https://user-images.githubusercontent.com/37544189/47649973-1f76a980-db7f-11e8-8aef-301307d48fa2.png",
+ "https://user-images.githubusercontent.com/37544189/47649975-200f4000-db7f-11e8-9e8b-f75c4a5ebde4.png",
+ "https://user-images.githubusercontent.com/37544189/47649974-1f76a980-db7f-11e8-8339-3f0424652b8c.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Utility application helps with selection of images for using as desktop wallpaper or in screensaver on Mac computers. ",
+ "categories": [
+ "screensaver"
+ ],
+ "repo_url": "https://github.com/ved62/Image-As-Wallpaper",
+ "title": "Image-As-Wallpaper",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Screensaver for macOS. ",
+ "categories": [
+ "screensaver"
+ ],
+ "repo_url": "https://github.com/leonspok/Irvue-Screensaver",
+ "title": "Irvue",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/2.png",
+ "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/1.png",
+ "https://raw.githubusercontent.com/leonspok/Irvue-Screensaver/master/README_resources/3.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "iTunes Screensaver Clone for Spotify and Last.fm ",
+ "categories": [
+ "screensaver"
+ ],
+ "repo_url": "https://github.com/docterd/MusaicFM",
+ "title": "MusaicFM",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/OuF5nOe.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "The GitHub Matrix Screensaver for macOS. ",
+ "categories": [
+ "screensaver"
+ ],
+ "repo_url": "https://github.com/winterbe/github-matrix-screensaver",
+ "title": "The GitHub Matrix Screensaver",
+ "icon_url": "",
+ "screenshots": [
+ "https://winterbe.com/image/matrix-has-you.gif",
+ "https://winterbe.com/image/matrix.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ",
+ "categories": [
+ "security"
+ ],
+ "repo_url": "https://github.com/objective-see/LuLu",
+ "title": "LuLu",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Easily configure macOS security settings from the terminal. ",
+ "categories": [
+ "security"
+ ],
+ "repo_url": "https://github.com/alichtman/stronghold",
+ "title": "stronghold",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/alichtman/stronghold/master/img/stronghold-logo-left.png",
+ "https://raw.githubusercontent.com/alichtman/stronghold/master/img/demo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Lightweight cross-platform BitTorrent client. ",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://git.deluge-torrent.org/deluge",
+ "title": "Deluge",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/mileswd/mac2imgur",
+ "title": "mac2imgur",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "BitTorrent client in Qt. ",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/qbittorrent/qBittorrent",
+ "title": "qBittorrent",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "macOS status bar app for quickly sharing files and URLs. ",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/timonus/Rhea",
+ "title": "Rhea",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Official Transmission BitTorrent client repository.",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/transmission/transmission",
+ "title": "Transmission",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Privacy enhanced BitTorrent client with P2P content discovery. ",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/Tribler/tribler",
+ "title": "Tribler",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Unofficial appear.in app. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/vitorgalvao/appear.in",
+ "title": "appear.in",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Elegant Facebook Messenger desktop app.",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/sindresorhus/caprine#features",
+ "title": "Caprine",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Unofficial Facebook Messenger client. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/danielbuechele/goofy",
+ "title": "Goofy",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Leviathan is a iOS and macOS client application for the Mastodon social network. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/Swiftodon/Leviathan",
+ "title": "Leviathan",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app wrapping Facebook's Messenger for desktop. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/rsms/fb-mac-messenger",
+ "title": "Messenger",
+ "icon_url": "",
+ "screenshots": [
+ "https://fbmacmessenger.rsms.me/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "share and discover your favorite new products and applications. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO",
+ "title": "Product Hunt",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Unofficial [esa](https://esa.io) app. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/1000ch/quail",
+ "title": "Quail",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/1000ch/quail/master/demo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Unofficial Instagram Desktop App.",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/terkelg/ramme",
+ "title": "Ramme",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "macOS menubar app to post status quickly. ",
+ "categories": [
+ "social-networking"
+ ],
+ "repo_url": "https://github.com/KeliCheng/Simpo",
+ "title": "Simpo",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/KeliCheng/Simpo/master/preview.png",
+ "https://raw.githubusercontent.com/KeliCheng/Simpo/master/donate.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "ruby"
+ ]
+ },
+ {
+ "short_description": "Perpetual artwork streaming app. ",
+ "categories": [
+ "streaming"
+ ],
+ "repo_url": "https://github.com/michealparks/galeri",
+ "title": "Galeri",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Advanced battery gauge for macOS. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/raphaelhanneken/apple-juice",
+ "title": "Apple Juice",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today.png",
+ "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today_all.png",
+ "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_appmenu.png",
+ "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_notifications.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/fuyu/AppPolice",
+ "title": "AppPolice",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/1557716/12860558/11908a78-cc66-11e5-9998-b4bec11dbfeb.png",
+ "https://cloud.githubusercontent.com/assets/1557716/12860551/ffff72d8-cc65-11e5-9304-4f1341657b5a.png",
+ "https://cloud.githubusercontent.com/assets/1557716/12860559/1193fe42-cc66-11e5-9d4f-8b8af842ea72.png",
+ "https://cloud.githubusercontent.com/assets/1557716/12860549/fdffd054-cc65-11e5-8405-cc224ea4ab3b.png",
+ "https://cloud.githubusercontent.com/assets/1557716/12860557/118f5fcc-cc66-11e5-8822-dc85cbe7bbb9.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Small macOS app that acts as a system cleaner (logs, cache, ...). ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/Kevin-De-Koninck/Clean-Me",
+ "title": "Clean-Me",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/demo.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Diagnostics is an application displaying the diagnostic reports from applications on macOS. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/macmade/Diagnostics",
+ "title": "Diagnostics",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/macmade/Diagnostics/master/Resources/Screen.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Easily disable or enable a monitor on your Mac. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/Eun/DisableMonitor",
+ "title": "DisableMonitor",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "EtreCheck is an easy-to-use macOS app to display important details of your system configuration and allow you to copy that information to the Clipboard. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/etresoft/EtreCheck",
+ "title": "EtreCheck",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/DanielStormApps/Fanny",
+ "title": "Fanny",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/10573489/26471886/ac78360e-4171-11e7-8b89-1e27fe6a582e.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Android USB tethering driver for macOS. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/jwise/HoRNDIS",
+ "title": "HoRNDIS",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Make your battery information a bit more interesting. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/brianmichel/Juice",
+ "title": "Juice",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/brianmichel/Juice/master//images/cyle-post.png",
+ "https://raw.githubusercontent.com/brianmichel/Juice/master//images/icon-readme.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Prevents your Mac from going to sleep. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/newmarcel/KeepingYouAwake",
+ "title": "KeepingYouAwake",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/./Extras/Screenshot.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/mangerlahn/Latest",
+ "title": "Latest",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/mangerlahn/Latest/master/./latest.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple network activity monitor for macOS. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/BonzaiThePenguin/Loading",
+ "title": "Loading",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/BonzaiThePenguin/Loading/master/README/en.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Stop iTunes from opening when you connect your iPhone. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/KrauseFx/overkill-for-mac",
+ "title": "Overkill",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS Application to create standard or customized configuration profiles. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/erikberglund/ProfileCreator",
+ "title": "ProfileCreator",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/erikberglund/ProfileCreator/master/resources/screenshots/ProfileCreator.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/sveinbjornt/Sloth",
+ "title": "Sloth",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_icon.png",
+ "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot1.jpg",
+ "https://raw.githubusercontent.com/sveinbjornt/Sloth/master/resources/sloth_screenshot2.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/rugarciap/Turbo-Boost-Switcher",
+ "title": "Turbo Boost Switcher",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS application to add a vertical bar to Dock. ",
+ "categories": [
+ "system"
+ ],
+ "repo_url": "https://github.com/DeromirNeves/VerticalBar",
+ "title": "VerticalBar",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/DeromirNeves/VerticalBar/master/img/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Cross-platform, GPU-accelerated terminal emulator. ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/jwilm/alacritty",
+ "title": "Alacritty",
+ "icon_url": "",
+ "screenshots": [
+ "https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "rust"
+ ]
+ },
+ {
+ "short_description": "A tiny terminal emulator for serial port communication (macOS/Linux). ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/ishuah/bifrost",
+ "title": "Bifrost",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "go"
+ ]
+ },
+ {
+ "short_description": "macOS console application. ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/macmade/Console",
+ "title": "Console",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/macmade/Console/master/Assets/MainWindow.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Terminal built on web technologies.",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/zeit/hyper",
+ "title": "Hyper",
+ "icon_url": "",
+ "screenshots": [
+ "https://assets.zeit.co/image/upload/v1537650716/repositories/hyper/hyper-repo-banner.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Terminal emulator for macOS that does amazing things. ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/gnachman/iTerm2",
+ "title": "iTerm 2",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Cross-platform, fast, feature full, GPU based terminal emulator.",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/kovidgoyal/kitty",
+ "title": "Kitty",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python",
+ "c"
+ ]
+ },
+ {
+ "short_description": "App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/es-kumagai/OpenTerminal",
+ "title": "OpenTerminal",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A terminal emulator for the 21st century (formerly Black Screen). ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/railsware/upterm",
+ "title": "Upterm",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/top_autocompletion.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/error.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/emacs.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/htop.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/main.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/npm_autocompletion.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/json_prettyfier.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/vim.png",
+ "https://raw.githubusercontent.com/railsware/upterm/master/README/cd.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "wallpapper is a console application for creating dynamic wallpapers for Mojave. ",
+ "categories": [
+ "terminal"
+ ],
+ "repo_url": "https://github.com/mczachurski/wallpapper",
+ "title": "wallpapper",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "One-click screenshots, video recordings, app installation for iOS and Android ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/mortenjust/androidtool-mac",
+ "title": "Android tool for Mac",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/plugging%20in.gif",
+ "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/phonerecording.gif",
+ "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/installapk.gif",
+ "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/scriptsfolder.gif",
+ "https://raw.githubusercontent.com/mortenjust/androidtool-mac/master/Demos/dualscreenshot.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Mounts archives like disk images ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/ivoronin/ArchiveMounter",
+ "title": "Archive Mounter",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Control web based media players with the media keys found on Mac keyboards. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/beardedspice/beardedspice",
+ "title": "BeardedSpice",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Secure password manager for mac and other platforms. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/buttercup/buttercup-desktop",
+ "title": "Buttercup Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/3869469/35880367-6bd58770-0b86-11e8-879f-d1f9136274a9.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Catch: Broadcatching made easy. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/mipstian/catch/",
+ "title": "Catch",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple, clean calendar and clock app for macOS. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/ekreutz/CornerCal",
+ "title": "CornerCal",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/ekreutz/CornerCal/master/screenshot-01.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/HR/Crypter",
+ "title": "Crypter",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/HR/Crypter/master//.github/Welcome_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master//.github/Settings_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master//.github/Crypter_main_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master//.github/MasterPass_screen.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Small tool to validate epub files for macOS. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/josejuanqm/ECheck",
+ "title": "ECheck",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/zenangst/Gray",
+ "title": "Gray",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Cocoa application for semi-automated iOS app analysis and evaluation.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/alessiomaffeis/iOScanX",
+ "title": "iOScanX",
+ "icon_url": "",
+ "screenshots": [
+ "http://i.imgur.com/4zx0UvT.png",
+ "http://i.imgur.com/0vEOyar.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Screen recorder application built with web technology. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/wulkano/kap",
+ "title": "Kap",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Cross-platform community-driven port of the Windows application \"Keepass Password Safe\" ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/keepassxreboot/keepassxc",
+ "title": "KeePassXC",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Cross-platform password manager compatible with KeePass. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/keeweb/keeweb",
+ "title": "KeeWeb",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Simple screen and microphone audio recorder for macOS. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/vishaltelangre/Kyapchar",
+ "title": "Kyapchar",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Life Calendar. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/wvdk/Life-Calendar",
+ "title": "Life-Calendar",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%203.png",
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%201.png",
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockup%202%20-%20Basic%20%22Life%20In%20Weeks%22%20Idea.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Intelligent adaptive brightness for your external displays. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/alin23/lunar",
+ "title": "Lunar",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/alin23/lunar/master/lunar.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Native macOS KeePass client. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/MacPass/MacPass",
+ "title": "MacPass",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/768f015c1f8777b78ceb2c75bf880133a3668061/68747470733a2f2f7261772e6769746875622e636f6d2f6d737461726b652f4d6163506173732f6d61737465722f4173736574732f53637265656e73686f74732f4d6163506173732e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS native app/widget for aria2 download tool. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/shincurry/Maria",
+ "title": "Maria",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Meme Maker macOS application for meme creation. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/MemeMaker/Meme-Maker-Mac",
+ "title": "Meme Maker",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Remove unnecessary language resources from macOS ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/IngmarStein/Monolingual",
+ "title": "Monolingual",
+ "icon_url": "",
+ "screenshots": [
+ "https://ingmarstein.github.io/Monolingual/images/Monolingual-1.6.7-en.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Smooth your mouse's scrolling and reverse the mouse scroll direction ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/Caldis/Mos",
+ "title": "Mos",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Receive Android notifications on your mac (with PushBullet). ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/jariz/Noti/",
+ "title": "Noti",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A minimal, open source password manager for macOS. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/padlock/padlock",
+ "title": "Padlock",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Receive native push notifications on macOS, Windows and Linux. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/sidneys/pb-for-desktop",
+ "title": "PB for Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-linux.png",
+ "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/graphics/icon.png",
+ "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-macos.png",
+ "https://raw.githubusercontent.com/sidneys/pb-for-desktop/master/resources/screenshots/screenshot-win32.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "A menu bar application that calculates parcents. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/cemolcay/PercentCalculator",
+ "title": "PercentCalculator",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "ScreenCat is a screen sharing + remote collaboration application.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/maxogden/screencat",
+ "title": "ScreenCat",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript",
+ "css"
+ ]
+ },
+ {
+ "short_description": "Add a global delay to Command-Q to stop accidental app quits. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/dteoh/SlowQuitApps",
+ "title": "SlowQuitApps",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "SIP softphone for macOS.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/64characters/Telephone",
+ "title": "Telephone",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/blockstack/blockstack-browser",
+ "title": "The Blockstack Browser",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "The Unarchiver is an Objective-C application for uncompressing archive files. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://bitbucket.org/kosovan/theunarchiver/src ",
+ "title": "The Unarchiver",
+ "icon_url": "http://wakaba.c3.cx/images/unarchiver_icon.png",
+ "screenshots": [],
+ "official_site": "https://theunarchiver.com",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Small macOS application to help you scroll to the top. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/zenangst/ToTheTop",
+ "title": "ToTheTop",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Keep an eye on what's happening on your machine and in the world. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/felixhageloh/uebersicht",
+ "title": "Übersicht",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "A rule based custom proxy with GUI for Mac base on clash. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/yichengchen/clashX",
+ "title": "clashX",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Ribose VPN Client macOS Menu App. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/riboseinc/cryptode-mac",
+ "title": "rvc-mac",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Next Generation of ShadowsocksX. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/shadowsocks/ShadowsocksX-NG",
+ "title": "ShadowsocksX-NG",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Rule-based proxy app built with Network Extension for macOS. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/zhuhaow/Specht",
+ "title": "Specht",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/zhuhaow/Specht/master/imgs/splash.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Rule-based proxy app for macOS. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/zhuhaow/SpechtLite",
+ "title": "SpechtLite",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Tunnelblick is a graphic user interface for OpenVPN on macOS. ",
+ "categories": [
+ "vpn--proxy"
+ ],
+ "repo_url": "https://github.com/Tunnelblick/Tunnelblick",
+ "title": "Tunnelblick",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Acid Cam v2 for macOS distorts video to create art. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/lostjared/Acid.Cam.v2.OSX",
+ "title": "Acid.Cam.v2.OSX",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Unofficial Apple Events app for macOS. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/insidegui/AppleEvents",
+ "title": "AppleEvents",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Datamosh your videos on macOS. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/roecrew/Datamosh",
+ "title": "Datamosh",
+ "icon_url": "",
+ "screenshots": [
+ "https://media.giphy.com/media/13bMkBsTQ7mh32/giphy.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS application used to auto-annotate landmarks from a video. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/xiaohk/FaceData",
+ "title": "Face Data",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/FEVY2Pu.png",
+ "https://raw.githubusercontent.com/xiaohk/FaceData/master/./result.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Turn any short video into an animated GIF quickly and easily. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/vdel26/gifted",
+ "title": "Gifted",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/HandBrake/HandBrake",
+ "title": "HandBrake",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
+ {
+ "short_description": "Catch YouTube into your macOS menu bar! ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/edanchenkov/MenuTube",
+ "title": "MenuTube",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Easy to use, quick to learn, and surprisingly powerful video editor. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/OpenShot/openshot-qt",
+ "title": "OpenShot",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/Marginal/QLVideo",
+ "title": "QuickLook Video",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Subler is an macOS app created to mux and tag mp4 files. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://bitbucket.org/galad87/subler/src",
+ "title": "Subler",
+ "icon_url": "https://subler.org/images/Subler.png",
+ "screenshots": [],
+ "official_site": "https://subler.org",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/sahil-a/vidquizcreator",
+ "title": "Vid Quiz Creator",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Streaming torrent app. For Mac, Windows, and Linux. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/webtorrent/webtorrent-desktop",
+ "title": "WebTorrent Desktop",
+ "icon_url": "",
+ "screenshots": [
+ "https://webtorrent.io/img/screenshot-main.png",
+ "https://webtorrent.io/img/screenshot-player3.png",
+ "https://webtorrent.io/img/WebTorrent.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Nifty macOS application which enables you to browse and download videos from YouTube. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/whoisandy/yoda",
+ "title": "Yoda",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Modern video player for macOS. ",
+ "categories": [
+ "player"
+ ],
+ "repo_url": "https://github.com/iina/iina",
+ "title": "IINA",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "3D 180/360 video player for macOS for PSVR with head tracking. ",
+ "categories": [
+ "player"
+ ],
+ "repo_url": "https://github.com/emoRaivis/MacMorpheus",
+ "title": "MacMorpheus",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/emoRaivis/MacMorpheus/master/wiring_diagram.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Desktop video player built with Haskell that uses GStreamer and GTK+. ",
+ "categories": [
+ "player"
+ ],
+ "repo_url": "https://github.com/lettier/movie-monad",
+ "title": "Movie Monad",
+ "icon_url": "",
+ "screenshots": [
+ "https://i.imgur.com/r1btBMF.gif",
+ "https://i.imgur.com/gdsyIMv.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "haskell"
+ ]
+ },
+ {
+ "short_description": "Media player on macOS. ",
+ "categories": [
+ "player"
+ ],
+ "repo_url": "https://github.com/niltsh/MPlayerX",
+ "title": "MPlayerX",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Video player based on MPlayer/mplayer2. ",
+ "categories": [
+ "player"
+ ],
+ "repo_url": "https://github.com/mpv-player/mpv",
+ "title": "mpv",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
+ {
+ "short_description": "Caption takes the effort out of finding and setting up the right subtitles. ",
+ "categories": [
+ "subtitles"
+ ],
+ "repo_url": "https://github.com/gielcobben/caption",
+ "title": "Caption",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/be0c821b4a653eae2a039484841338d3b035cf17/68747470733a2f2f6769656c636f6262656e2e636f6d2f6769746875622f63617074696f6e2f6769746875625f636f7665722e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Small macOS application to download subtitles. ",
+ "categories": [
+ "subtitles"
+ ],
+ "repo_url": "https://github.com/Kevin-De-Koninck/Sub-It",
+ "title": "Sub-It",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Subtitlr is macOS application used to find and download subtitles easily. ",
+ "categories": [
+ "subtitles"
+ ],
+ "repo_url": "https://github.com/spilja/Subtitlr/tree/master",
+ "title": "Subtitlr",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Simple macOS app for the status bar to automatically download photos from 500px.com to a local folder that can be set as a source of wallpapers. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/cuddlecheek/500-mac-wallpaper",
+ "title": "500-mac-wallpaper",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "A macOS application for bringing dedicatedly 18th century Arts to everyone ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/NghiaTranUIT/artify-macos",
+ "title": "Artify",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/the-starry-night.jpg",
+ "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/logo.png",
+ "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/red-vineyards-at-arles-1888.jpg",
+ "https://raw.githubusercontent.com/NghiaTranUIT/artify-macos/master/images/1440_900_the_wanderer_above_the_sea_of_fog.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/JustinFincher/ASWP-for-macOS",
+ "title": "ArtWall",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Use Bing daily photo as your wallpaper on macOS. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/pengsrc/BingPaper",
+ "title": "BingPaper",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_en_US.jpg",
+ "https://raw.githubusercontent.com/pengsrc/BingPaper/master/Screenshots/BingPaper_v0.9.7_zh_CN.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Win / Linux / macOS tool for managing and cycling desktop wallpapers. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/VioletGiraffe/desktop-wallpaper-switcher",
+ "title": "Desktop Wallpaper Switcher",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Simple macOS menubar app which fetches latest photos from a subreddit. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/viatsko/earth-wallpapers",
+ "title": "earth-wallpapers",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "pyDailyChanger is a program that changes your wallpaper daily. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/IngoHeimbach/pyDailyChanger",
+ "title": "pyDailyChanger",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "python"
+ ]
+ },
+ {
+ "short_description": "Muzei wallpaper app for macOS. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/naman14/Muzei-macOS",
+ "title": "Muzei",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS app to automatically set your desktop wallpaper to the satellite view overhead. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/tomtaylor/satellite-eyes",
+ "title": "Satellite Eyes",
+ "icon_url": "",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/836375/31194770-0950b980-a8fd-11e7-8108-9a08555a0832.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/davidcelis/Sunscreen",
+ "title": "Sunscreen",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/davidcelis/Sunscreen/master//images/icon.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ",
+ "categories": [
+ "wallpaper"
+ ],
+ "repo_url": "https://github.com/diogosantos/WallpaperMenu",
+ "title": "WallpaperMenu",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "ruby"
+ ]
+ },
+ {
+ "short_description": "Automatic tiling window manager for macOS. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/ianyh/Amethyst",
+ "title": "Amethyst",
+ "icon_url": "",
+ "screenshots": [
+ "http://ianyh.com/amethyst/images/missioncontrol-shortcuts.png",
+ "http://ianyh.com/amethyst/images/accessibility-window.png",
+ "http://ianyh.com/amethyst/images/windows.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Grid-based keyboard window manager for macOS. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/mjolnirapp/AppGrid",
+ "title": "AppGrid",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/sdegutis/AppGrid/master/grid.gif",
+ "https://raw.githubusercontent.com/sdegutis/AppGrid/master/sshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "An innovative desktop/window manager for macOS",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/mamiksik/Desktop-Profiles",
+ "title": "Desktop Profiles",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/Themes.gif",
+ "https://raw.githubusercontent.com/mamiksik/Desktop-Profiles/master/doc_assets/iTerm.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Tiling window manager for macOS that uses a plugin architecture. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/koekeishiya/chunkwm",
+ "title": "chunkwm",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
+ {
+ "short_description": "Staggeringly powerful macOS desktop automation with Lua.",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/Hammerspoon/hammerspoon",
+ "title": "Hammerspoon",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "lua",
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Lightweight macOS window and app manager scriptable with JavaScript. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/kasper/phoenix",
+ "title": "Phoenix",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/kasper/phoenix/master/assets/screenshot.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Managing windows size and position. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/fikovnik/ShiftIt",
+ "title": "ShiftIt",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/artwork/ShiftIt.png",
+ "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/docs/schreenshot-menu.png",
+ "https://raw.githubusercontent.com/fikovnik/ShiftIt/develop/ShiftIt/AccessibilitySettingsMaverick.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Window management application (replacement for Divvy/SizeUp/ShiftIt). ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/jigish/slate",
+ "title": "Slate",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Spectacle allows you to organize your windows without using a mouse. ",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/eczarny/spectacle",
+ "title": "Spectacle",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Teach your kids the alphabet and how to type.",
+ "categories": [
+ "other"
+ ],
+ "repo_url": "https://github.com/klaaspieter/letters",
+ "title": "Letters",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/9a6e15d41e4976c204add53b0ee9ac95e97ad86f/687474703a2f2f692e67697068792e636f6d2f336f365a73536b78743056326e37396b546d2e676966",
+ "https://user-images.githubusercontent.com/98880/35166585-a81ed35e-fd52-11e7-87e1-9e82a03cc36d.jpg",
+ "https://user-images.githubusercontent.com/98880/35166588-a90e5c12-fd52-11e7-8fcc-45679328392c.jpg",
+ "https://user-images.githubusercontent.com/98880/35166586-a85293c4-fd52-11e7-80d9-ea13dd5e8038.jpg"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Easily toggle the function key on your Mac on a per app basis.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/thecatalinstan/Funky",
+ "title": "Funky",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "General purpose plain text editor for macOS. Widely known for its live collaboration feature.",
+ "categories": [
+ "text"
+ ],
+ "repo_url": "https://github.com/subethaedit/SubEthaEdit",
+ "title": "SubEthaEdit",
+ "icon_url": "",
+ "screenshots": [
+ "https://subethaedit.net/images/screenshots/en-contribute-bright-thumb.png",
+ "https://subethaedit.net/images/screenshots/en-find-bright-thumb.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
+ {
+ "short_description": "Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac.",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/zagahr/Conferences.digital",
+ "title": "Conferences.digital",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/zagahr/Conferences.digital/master/.github/screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers.",
+ "categories": [
+ "mail"
+ ],
+ "repo_url": "https://github.com/vladimiry/ElectronMail",
+ "title": "ElectronMail",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/search.gif",
+ "https://raw.githubusercontent.com/vladimiry/ElectronMail/master/images/export.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "type_script"
+ ]
+ },
+ {
+ "short_description": "📱 Navigate to your app folders quickly.",
+ "categories": [
+ "ios--macos"
+ ],
+ "repo_url": "https://github.com/onmyway133/Simulator",
+ "title": "Simulator",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/onmyway133/Simulator/master/Screenshots/simulator.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/luin/medis",
+ "title": "Medis",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/94bf1d9f514351e5064e6bf9245fc3a48e2a5a8c/687474703a2f2f6765746d656469732e636f6d2f73637265656e2e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
+ {
+ "short_description": "Emoji picker for MacBook Pro Touch Bar. ",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/lm-a/touch-emoji",
+ "title": "Touch Emoji",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-icon-screenshot.png",
+ "https://raw.githubusercontent.com/lm-a/touch-emoji/master/touch-emoji-recent-screenshot.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.",
+ "categories": [
+ "finder",
+ "terminal"
+ ],
+ "repo_url": "https://github.com/Ji4n1ng/OpenInTerminal",
+ "title": "OpenInTerminal",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-terminal.gif",
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-editor.gif",
+ "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-copy-path-to-clipboard.gif"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "short_description": "Display macOS Dock in Touch Bar.",
+ "categories": [
+ "touch-bar"
+ ],
+ "repo_url": "https://github.com/pigigaldi/Pock",
+ "title": "Pock",
+ "icon_url": "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_logo_b.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_preview.png"
+ ],
+ "official_site": "https://pock.pigigaldi.com",
+ "languages": [
+ "swift"
+ ]
+ },
+ {
+ "repo_url": "https://github.com/macmade/Notarize",
+ "title": "Notarize",
+ "screenshots": [
+ "https://raw.githubusercontent.com/macmade/Notarize/master/Assets/MainWindow.png"
+ ],
+ "short_description": "Notarization status monitoring tool for macOS, supporting multiple developer accounts",
+ "languages": [
+ "swift"
+ ],
+ "categories": [
+ "ios--macos"
+ ],
+ "icon_url": "",
+ "official_site": ""
+ },
+ {
+ "repo_url": "https://github.com/vpeschenkov/Predator",
+ "title": "Predator",
+ "screenshots": [
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/preview.png",
+ "https://raw.githubusercontent.com/vpeschenkov/Predator/master/assets/settings.png"
+ ],
+ "short_description": "A predator-inspired clock screensaver for macOS",
+ "languages": [
+ "swift"
+ ],
+ "categories": [
+ "screensaver"
+ ],
+ "icon_url": "",
+ "official_site": ""
+ },
+ {
+ "repo_url": "https://github.com/amiantos/lifesaver",
+ "icon_url": "",
+ "official_site": "https://amiantos.net/lifesaver/",
+ "title": "Life Saver",
+ "screenshots": [
+ "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/lifesaver-screenshots.png"
+ ],
+ "short_description": "An abstract screensaver based on Conway's Game of Life implemented with SpriteKit",
+ "languages": [
+ "swift"
+ ],
+ "categories": [
+ "screensaver"
+ ]
+ },
+ {
+ "repo_url": "https://github.com/LumingYin/Caption",
+ "icon_url": "",
+ "official_site": "https://itunes.apple.com/app/quick-caption/id1363610340",
+ "title": "Quick Caption",
+ "screenshots": [
+ "https://raw.githubusercontent.com/LumingYin/Caption/master/screenshot.jpg"
+ ],
+ "short_description": "Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes.",
+ "languages": [
+ "swift"
+ ],
+ "categories": [
+ "video"
+ ]
+ }
+ ]
}
From 0e650dda8e7a782abd1d73f442b3db1836ec2dcd Mon Sep 17 00:00:00 2001
From: Luming Yin
Date: Sun, 2 Jun 2019 15:02:04 -0700
Subject: [PATCH 113/641] Add Speed Reader to the list of applications. (#403)
* Add Speed Reader to the list of applications.
* Add empty icon_url.
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index e5c1978..8cdc25c 100644
--- a/applications.json
+++ b/applications.json
@@ -6939,6 +6939,22 @@
"categories": [
"video"
]
+ },
+ {
+ "repo_url" : "https://github.com/LumingYin/SpeedReader",
+ "official_site" : "https://itunes.apple.com/app/speed-reader/id1258448209?mt=12",
+ "title" : "Speed Reader",
+ "icon_url": "",
+ "screenshots" : [
+ "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif?raw=true"
+ ],
+ "short_description" : "Read faster with the power of silencing vocalization with SpeedReader.",
+ "languages" : [
+ "swift"
+ ],
+ "categories" : [
+ "productivity"
+ ]
}
]
}
From 76b532cfd62531c6956f5289e1df7228a2109200 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 3 Jun 2019 10:37:56 +0300
Subject: [PATCH 114/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 8cdc25c..c68a144 100644
--- a/applications.json
+++ b/applications.json
@@ -6946,7 +6946,7 @@
"title" : "Speed Reader",
"icon_url": "",
"screenshots" : [
- "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif?raw=true"
+ "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif"
],
"short_description" : "Read faster with the power of silencing vocalization with SpeedReader.",
"languages" : [
From 1025f4167753e07bb64ae1bc41703647d157f8c5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 3 Jun 2019 07:41:07 +0000
Subject: [PATCH 115/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 509bb59..4b82ea6 100644
--- a/README.md
+++ b/README.md
@@ -449,6 +449,7 @@ You can see in which language an app is written. Currently there are following l
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
+- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
From 19baa8948358afcd871a3ef37a8db1755af87098 Mon Sep 17 00:00:00 2001
From: Luming Yin
Date: Mon, 3 Jun 2019 01:42:38 -0700
Subject: [PATCH 116/641] Add Clear Clipboard Text Format to the list of
applications. (#404)
* Add Clear Clipboard Text Format to the list of applications.
* Add empty icon URL.
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index c68a144..46512bc 100644
--- a/applications.json
+++ b/applications.json
@@ -6840,6 +6840,22 @@
"swift"
]
},
+ {
+ "repo_url" : "https://github.com/LumingYin/ClipboardClear",
+ "official_site" : "https://itunes.apple.com/app/clear-clipboard-text-format/id1322855232",
+ "title" : "Clear Clipboard Text Format",
+ "icon_url": "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/LumingYin/ClipboardClear/master/screenshot.jpg"
+ ],
+ "short_description" : "Easily clear the format of your clipboard text with Clear Clipboard Text Format.",
+ "languages" : [
+ "objective_c"
+ ],
+ "categories" : [
+ "utilities"
+ ]
+ },
{
"short_description": "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.",
"categories": [
From 9b91bdbdbd3d0424ba10a13d0dc9ff4e1cf97004 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 3 Jun 2019 08:46:14 +0000
Subject: [PATCH 117/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4b82ea6..4b6c0b7 100644
--- a/README.md
+++ b/README.md
@@ -542,6 +542,7 @@ You can see in which language an app is written. Currently there are following l
- [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon]
- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon]
- [Catch](https://github.com/mipstian/catch/) - Catch: Broadcatching made easy. ![swift_icon]
+- [Clear Clipboard Text Format](https://github.com/LumingYin/ClipboardClear) - Easily clear the format of your clipboard text with Clear Clipboard Text Format. ![objective_c_icon]
- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon]
- [Crypter](https://github.com/HR/Crypter) - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ![javascript_icon]
- [ECheck](https://github.com/josejuanqm/ECheck) - Small tool to validate epub files for macOS. ![swift_icon]
From 3943a135cdc16608b28411979cdd884479489261 Mon Sep 17 00:00:00 2001
From: Luming Yin
Date: Mon, 3 Jun 2019 12:37:57 -0700
Subject: [PATCH 118/641] Adds a simple Sticky Notes app to the list of
applications. (#405)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 46512bc..7680b43 100644
--- a/applications.json
+++ b/applications.json
@@ -616,6 +616,22 @@
"javascript"
]
},
+ {
+ "repo_url" : "https://github.com/LumingYin/StickyNotes",
+ "official_site" : "https://github.com/LumingYin/StickyNotes/releases",
+ "title" : "StickyNotes",
+ "icon_url": "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/LumingYin/StickyNotes/master/images/screenshot.jpg"
+ ],
+ "short_description" : "A Windows 10-esque Sticky Notes app implemented in AppKit.",
+ "languages" : [
+ "swift"
+ ],
+ "categories" : [
+ "productivity"
+ ]
+ },
{
"short_description": "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ",
"categories": [
From d69aba54c6709051655d864678e9a499604f059c Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 3 Jun 2019 19:41:14 +0000
Subject: [PATCH 119/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4b6c0b7..33afa6a 100644
--- a/README.md
+++ b/README.md
@@ -450,6 +450,7 @@ You can see in which language an app is written. Currently there are following l
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
+- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
From ed7d880b6f8b35d15caba64e1231b94ae527c249 Mon Sep 17 00:00:00 2001
From: Luming Yin
Date: Mon, 3 Jun 2019 12:44:15 -0700
Subject: [PATCH 120/641] Add macOSLucidaGrande to the list of applications.
(#406)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 7680b43..b6f70c6 100644
--- a/applications.json
+++ b/applications.json
@@ -214,6 +214,22 @@
"swift"
]
},
+ {
+ "repo_url" : "https://github.com/LumingYin/macOSLucidaGrande",
+ "official_site" : "https://github.com/LumingYin/macOSLucidaGrande/releases",
+ "title" : "macOSLucidaGrande",
+ "icon_url": "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/LumingYin/macOSLucidaGrande/master/Screenshot/Screenshot.png"
+ ],
+ "short_description" : "A small utility to set Lucida Grande as your Mac's system UI font.",
+ "languages" : [
+ "objective_c"
+ ],
+ "categories" : [
+ "system"
+ ]
+ },
{
"short_description": "Lyrics for iTunes, Spotify and Vox. ",
"categories": [
From b2e7979f8596a01f21b6bb323cb98193a85d5311 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 3 Jun 2019 19:47:37 +0000
Subject: [PATCH 121/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 33afa6a..6677b93 100644
--- a/README.md
+++ b/README.md
@@ -515,6 +515,7 @@ You can see in which language an app is written. Currently there are following l
- [Sloth](https://github.com/sveinbjornt/Sloth) - Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ![objective_c_icon]
- [Turbo Boost Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher) - Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ![objective_c_icon]
- [VerticalBar](https://github.com/DeromirNeves/VerticalBar) - macOS application to add a vertical bar to Dock. ![swift_icon]
+- [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![objective_c_icon]
### Terminal
- [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon]
From 638c9b99662ad5a23f6d49379b5fa5a3ef213a18 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 11 Jun 2019 20:31:01 +0300
Subject: [PATCH 122/641] Fix link issues
---
applications.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index b6f70c6..b906d7b 100644
--- a/applications.json
+++ b/applications.json
@@ -171,8 +171,7 @@
"repo_url": "https://github.com/alberti42/iTunes-Volume-Control",
"title": "iTunes-Volume-Control",
"icon_url": "",
- "screenshots": [
- "https://raw.githubusercontent.com/alberti42/iTunes-Volume-Control/master/screenshot.png"
+ "screenshots": [ "https://camo.githubusercontent.com/0e72c553e7a1078295948921350e923e03f9a8f4/68747470733a2f2f7261772e6769746875622e636f6d2f616c626572746934322f6954756e65732d566f6c756d652d436f6e74726f6c2f6d61737465722f6954756e6573253230566f6c756d65253230436f6e74726f6c2f496d616765732f73637265656e73686f742e706e67"
],
"official_site": "",
"languages": [
@@ -6860,7 +6859,7 @@
"categories": [
"touch-bar"
],
- "repo_url": "https://github.com/lm-a/touch-emoji",
+ "repo_url": "https://github.com/lessmess-dev/touch-emoji",
"title": "Touch Emoji",
"icon_url": "",
"screenshots": [
From ba2925c958168a91583793bbd52fe48eb8f45f35 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 11 Jun 2019 17:34:59 +0000
Subject: [PATCH 123/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6677b93..63bbd62 100644
--- a/README.md
+++ b/README.md
@@ -536,7 +536,7 @@ You can see in which language an app is written. Currently there are following l
- [Pock](https://github.com/pigigaldi/Pock) - Display macOS Dock in Touch Bar. ![swift_icon]
- [Touch Bar Preview](https://github.com/touchbar/Touch-Bar-Preview) - Small application to display your designs on the Touch Bar of the new MacBook Pro. ![swift_icon]
- [Touch Bar Simulator](https://github.com/sindresorhus/touch-bar-simulator) - Use the Touch Bar on any Mac. ![swift_icon]
-- [Touch Emoji](https://github.com/lm-a/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon]
+- [Touch Emoji](https://github.com/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon]
### Utilities
- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon]
From 244a935ce0202ca0a874a6a564c4da76f2e03879 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Thu, 13 Jun 2019 21:27:19 +0300
Subject: [PATCH 124/641] Update applications.json
Fix link issues
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index b906d7b..db07636 100644
--- a/applications.json
+++ b/applications.json
@@ -6873,7 +6873,7 @@
},
{
"repo_url" : "https://github.com/LumingYin/ClipboardClear",
- "official_site" : "https://itunes.apple.com/app/clear-clipboard-text-format/id1322855232",
+ "official_site" : "https://apps.apple.com/app/clear-clipboard-text-format/id1322855232",
"title" : "Clear Clipboard Text Format",
"icon_url": "",
"screenshots" : [
@@ -6974,7 +6974,7 @@
{
"repo_url": "https://github.com/LumingYin/Caption",
"icon_url": "",
- "official_site": "https://itunes.apple.com/app/quick-caption/id1363610340",
+ "official_site": "https://apps.apple.com/app/quick-caption/id1363610340",
"title": "Quick Caption",
"screenshots": [
"https://raw.githubusercontent.com/LumingYin/Caption/master/screenshot.jpg"
@@ -6989,7 +6989,7 @@
},
{
"repo_url" : "https://github.com/LumingYin/SpeedReader",
- "official_site" : "https://itunes.apple.com/app/speed-reader/id1258448209?mt=12",
+ "official_site" : "https://apps.apple.com/app/speed-reader/id1258448209",
"title" : "Speed Reader",
"icon_url": "",
"screenshots" : [
From 202737d6ce8249bf8bd3055df83c45cd05b55353 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 14 Jun 2019 12:05:33 +0300
Subject: [PATCH 125/641] Remove Dozer (#408)
Close #407
---
applications.json | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/applications.json b/applications.json
index db07636..34d395f 100644
--- a/applications.json
+++ b/applications.json
@@ -3484,20 +3484,6 @@
"swift"
]
},
- {
- "short_description": "Hide MacOS menubar items. ",
- "categories": [
- "menubar"
- ],
- "repo_url": "https://github.com/Mortennn/Dozer",
- "title": "Dozer",
- "icon_url": "",
- "screenshots": [],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "macOS status bar app that allows control over the gpu on dual gpu macbooks. ",
"categories": [
From db37398dd07cda095da9fecf20819353398566e4 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 14 Jun 2019 09:09:07 +0000
Subject: [PATCH 126/641] Generate README
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 63bbd62..0451587 100644
--- a/README.md
+++ b/README.md
@@ -361,7 +361,6 @@ You can see in which language an app is written. Currently there are following l
- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ![swift_icon]
- [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon]
- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - Simple (bare-bones) macOS menubar extra to apply display presets. ![swift_icon]
-- [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![swift_icon]
- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![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]
From 7beee3601a18c2413f69d346695b67fc005e7c00 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Wed, 26 Jun 2019 21:17:37 +0300
Subject: [PATCH 127/641] Fix link issues
---
applications.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/applications.json b/applications.json
index 34d395f..98a7f3f 100644
--- a/applications.json
+++ b/applications.json
@@ -2861,7 +2861,7 @@
"categories": [
"graphics"
],
- "repo_url": "https://github.com/sindresorhus/gifski-app",
+ "repo_url": "https://github.com/sindresorhus/Gifski ",
"title": "Gifski",
"icon_url": "",
"screenshots": [
@@ -5333,7 +5333,7 @@
"categories": [
"system"
],
- "repo_url": "https://github.com/erikberglund/ProfileCreator",
+ "repo_url": "https://github.com/ProfileCreator/ProfileCreator",
"title": "ProfileCreator",
"icon_url": "",
"screenshots": [
@@ -6899,9 +6899,9 @@
],
"repo_url": "https://github.com/pigigaldi/Pock",
"title": "Pock",
- "icon_url": "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_logo_b.png",
+ "icon_url": "https://camo.githubusercontent.com/bfb3abeb24e585e9121ce6440167ac2c9f06aeca/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f6272616e642f7765622d69636f6e2d626c61636b2e706e67",
"screenshots": [
- "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_preview.png"
+ "https://camo.githubusercontent.com/51a17fe9599c84dddda6aa5540e8cdbebedfce83/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f707265766965772f706f636b5f776964676574732e706e67"
],
"official_site": "https://pock.pigigaldi.com",
"languages": [
From 06a2575439e1e3ce5b83a46784572fd6d20cbd69 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 26 Jun 2019 18:30:39 +0000
Subject: [PATCH 128/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0451587..0836e52 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,7 @@ You can see in which language an app is written. Currently there are following l
- [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon]
- [GifCapture](https://github.com/onmyway133/GifCapture) - Gif capture app for macOS. ![swift_icon]
- [Gifcurry](https://github.com/lettier/gifcurry) - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ![haskell_icon]
-- [Gifski](https://github.com/sindresorhus/gifski-app) - Convert videos to high-quality GIFs. ![swift_icon]
+- [Gifski](https://github.com/sindresorhus/Gifski ) - Convert videos to high-quality GIFs. ![swift_icon]
- [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon]
- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon]
- [Pencil2D Animation](https://github.com/pencil2d/pencil) - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ![cpp_icon]
@@ -510,7 +510,7 @@ You can see in which language an app is written. Currently there are following l
- [Latest](https://github.com/mangerlahn/Latest) - Small utility app for macOS that makes sure you know about all the latest updates to the apps you use. ![swift_icon]
- [Loading](https://github.com/BonzaiThePenguin/Loading) - Simple network activity monitor for macOS. ![objective_c_icon]
- [Overkill](https://github.com/KrauseFx/overkill-for-mac) - Stop iTunes from opening when you connect your iPhone. ![swift_icon]
-- [ProfileCreator](https://github.com/erikberglund/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon]
+- [ProfileCreator](https://github.com/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon]
- [Sloth](https://github.com/sveinbjornt/Sloth) - Sloth is an macOS application that displays a list of all open files and sockets in use by all running applications on your system. ![objective_c_icon]
- [Turbo Boost Switcher](https://github.com/rugarciap/Turbo-Boost-Switcher) - Turbo Boost Switcher is a little application for Mac computers that allows to enable and/or disable the Turbo Boost feature. ![objective_c_icon]
- [VerticalBar](https://github.com/DeromirNeves/VerticalBar) - macOS application to add a vertical bar to Dock. ![swift_icon]
From 8f44a5fe69f468f2447d33ad8e59414f4467a394 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sun, 30 Jun 2019 22:32:49 +0300
Subject: [PATCH 129/641] Fix link issues
---
applications.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 98a7f3f..5171de3 100644
--- a/applications.json
+++ b/applications.json
@@ -513,7 +513,7 @@
"title": "Helium",
"icon_url": "",
"screenshots": [
- "http://heliumfloats.com/screenshot.png"
+ "https://heliumfloats.com/screenshot.png"
],
"official_site": "",
"languages": [
@@ -6947,7 +6947,9 @@
"official_site": "https://amiantos.net/lifesaver/",
"title": "Life Saver",
"screenshots": [
- "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/lifesaver-screenshots.png"
+ "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/screensaver/lifesaver-screenshots-1.1.png",
+ "https://github.com/amiantos/lifesaver/blob/master/Design/tvos/tvos-ss-1.png",
+ "https://github.com/amiantos/lifesaver/blob/master/Design/tvos/tvos-ss-2.png"
],
"short_description": "An abstract screensaver based on Conway's Game of Life implemented with SpriteKit",
"languages": [
From 3e306b44f154cdd2f46ce3fa7acfe1a7d3287e2d Mon Sep 17 00:00:00 2001
From: Ryan Hanson <13651296+rxhanson@users.noreply.github.com>
Date: Tue, 2 Jul 2019 23:14:02 +0200
Subject: [PATCH 130/641] Add Rectangle app to the list (#412)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 5171de3..6955992 100644
--- a/applications.json
+++ b/applications.json
@@ -6990,6 +6990,22 @@
"categories" : [
"productivity"
]
+ },
+ {
+ "short_description": "Rectangle is a window manager heavily based on Spectacle, written in Swift.",
+ "categories": [
+ "window-management"
+ ],
+ "repo_url": "https://github.com/rxhanson/Rectangle",
+ "title": "Rectangle",
+ "icon_url": "https://rectangleapp.com/images/appIconNoShadow512.png",
+ "screenshots": [
+ "https://rectangleapp.com/images/ScreenShot.png"
+ ],
+ "official_site": "https://rectangleapp.com",
+ "languages": [
+ "swift"
+ ]
}
]
}
From 5f1b93e0406f1211ac59e820b55c83e70a2666b6 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 2 Jul 2019 21:17:38 +0000
Subject: [PATCH 131/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0836e52..8e314c8 100644
--- a/README.md
+++ b/README.md
@@ -619,6 +619,7 @@ You can see in which language an app is written. Currently there are following l
- [Desktop Profiles](https://github.com/mamiksik/Desktop-Profiles) - An innovative desktop/window manager for macOS ![swift_icon]
- [Hammerspoon](https://github.com/Hammerspoon/hammerspoon) - Staggeringly powerful macOS desktop automation with Lua. ![lua_icon] ![objective_c_icon]
- [Phoenix](https://github.com/kasper/phoenix) - Lightweight macOS window and app manager scriptable with JavaScript. ![objective_c_icon]
+- [Rectangle](https://github.com/rxhanson/Rectangle) - Rectangle is a window manager heavily based on Spectacle, written in Swift. ![swift_icon]
- [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing windows size and position. ![objective_c_icon]
- [Slate](https://github.com/jigish/slate) - Window management application (replacement for Divvy/SizeUp/ShiftIt). ![objective_c_icon]
- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon]
From 9bf63d9ae03ec42a1ac33463e055de97573e9f5b Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 3 Jul 2019 13:50:56 +0300
Subject: [PATCH 132/641] Create FUNDING.yml
---
.github/FUNDING.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 .github/FUNDING.yml
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..6b574ba
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: [serhii.londar]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+patreon: # Replace with a single Patreon username
+open_collective: # Replace with a single Open Collective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
From a9ce7323c6f604c2be736f93b790c17c5ed3f777 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 3 Jul 2019 13:52:49 +0300
Subject: [PATCH 133/641] Update FUNDING.yml
---
.github/FUNDING.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 6b574ba..247453d 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,7 +1,7 @@
# These are supported funding model platforms
-github: [serhii.londar]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+patreon: serhiilondar
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
From 0a9f0d21271bb80e513ccfdb632b11e9d4246e88 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 3 Jul 2019 13:59:00 +0300
Subject: [PATCH 134/641] Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 247453d..207536a 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -2,7 +2,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: serhiilondar
-open_collective: # Replace with a single Open Collective username
+open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
From afb663aead70145510e8d927055e7ef96f8db2ad Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Sun, 14 Jul 2019 00:36:11 +0300
Subject: [PATCH 135/641] Update categories.json
---
categories.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/categories.json b/categories.json
index be2508b..86b5e11 100644
--- a/categories.json
+++ b/categories.json
@@ -89,6 +89,10 @@
"title": "Other",
"id": "other",
"description": ""
+}, {
+ "title": "Player",
+ "id": "player",
+ "description": ""
}, {
"title": "Podcast",
"id": "podcast",
From ec17f4f118f8986b0498ae0d18540e98b084fd3c Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 13 Jul 2019 21:39:28 +0000
Subject: [PATCH 136/641] Generate README
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 8e314c8..e407f8a 100644
--- a/README.md
+++ b/README.md
@@ -424,6 +424,13 @@ You can see in which language an app is written. Currently there are following l
- [macGist](https://github.com/Bunn/macGist) - Simple app to send pasteboard items to GitHub's Gist. ![swift_icon]
- [syncthing-macosx](https://github.com/syncthing/syncthing-macos) - Frugal nativemacOS macOS Syncthing application bundle. ![objective_c_icon]
+### Player
+- [IINA](https://github.com/iina/iina) - Modern video player for macOS. ![swift_icon]
+- [MPlayerX](https://github.com/niltsh/MPlayerX) - Media player on macOS. ![objective_c_icon]
+- [MacMorpheus](https://github.com/emoRaivis/MacMorpheus) - 3D 180/360 video player for macOS for PSVR with head tracking. ![objective_c_icon]
+- [Movie Monad](https://github.com/lettier/movie-monad) - Desktop video player built with Haskell that uses GStreamer and GTK+. ![haskell_icon]
+- [mpv](https://github.com/mpv-player/mpv) - Video player based on MPlayer/mplayer2. ![c_icon]
+
### Podcast
- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon]
- [Doughnut](https://github.com/CD1212/Doughnut) - Podcast player and library for mac ![swift_icon]
From 57e8d357aaec8467b0301cb124ffc8aed8f23021 Mon Sep 17 00:00:00 2001
From: Enrico Monese <19847464+EnricoMonese@users.noreply.github.com>
Date: Tue, 16 Jul 2019 23:39:10 +0200
Subject: [PATCH 137/641] Update IINA info (#415)
---
applications.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 6955992..be1d19e 100644
--- a/applications.json
+++ b/applications.json
@@ -6304,9 +6304,10 @@
],
"repo_url": "https://github.com/iina/iina",
"title": "IINA",
- "icon_url": "",
+ "short_description" : "The modern video player for macOS.",
+ "icon_url": "https://github.com/iina/iina/raw/master/iina/Assets.xcassets/AppIcon.appiconset/256-1.png",
"screenshots": [],
- "official_site": "",
+ "official_site": "https://iina.io",
"languages": [
"swift"
]
From a1f0cd7a05819839cab494a5b296ad3b074c3e33 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 17 Jul 2019 11:03:27 +0300
Subject: [PATCH 138/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index be1d19e..38b4253 100644
--- a/applications.json
+++ b/applications.json
@@ -6305,7 +6305,7 @@
"repo_url": "https://github.com/iina/iina",
"title": "IINA",
"short_description" : "The modern video player for macOS.",
- "icon_url": "https://github.com/iina/iina/raw/master/iina/Assets.xcassets/AppIcon.appiconset/256-1.png",
+ "icon_url": "https://raw.githubusercontent.com/iina/iina/master/iina/Assets.xcassets/AppIcon.appiconset/256-1.png",
"screenshots": [],
"official_site": "https://iina.io",
"languages": [
From 8ec4ead292295fcdb023a9e0051089ebb11898d8 Mon Sep 17 00:00:00 2001
From: Nikola
Date: Sun, 21 Jul 2019 23:25:30 +0200
Subject: [PATCH 139/641] Added macOS sound re-enabler (#416)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 38b4253..15b50dc 100644
--- a/applications.json
+++ b/applications.json
@@ -5801,6 +5801,22 @@
"objective_c"
]
},
+ {
+ "short_description": "Mac Sound Re-Enabler. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/dragstor/mac-sound-fix",
+ "title": "mac-sound-fix",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/2ec00a08b476bb6b62b64b1813e0b608dd819d6d/68747470733a2f2f692e696d6775722e636f6d2f483338735073662e706e67"
+ ],
+ "official_site": "https://stojkovic.dev/",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "macOS native app/widget for aria2 download tool. ",
"categories": [
From 9145d7442e49153381c5106bafccb82c52bc3b3a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sun, 21 Jul 2019 21:39:58 +0000
Subject: [PATCH 140/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e407f8a..7edccbe 100644
--- a/README.md
+++ b/README.md
@@ -579,6 +579,7 @@ You can see in which language an app is written. Currently there are following l
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
- [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon]
- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
+- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
From 0ae70ff804142e3370bdf96a7f8046d0e532ac72 Mon Sep 17 00:00:00 2001
From: Clovis Durand
Date: Wed, 24 Jul 2019 11:46:05 +0200
Subject: [PATCH 141/641] Added Shairport Sync Airplay audio receiver to
applications.json (#417)
---
applications.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/applications.json b/applications.json
index 15b50dc..c559c37 100644
--- a/applications.json
+++ b/applications.json
@@ -414,6 +414,21 @@
"swift"
]
},
+ {
+ "short_description": "macOS/Linux/FreeBSD/OpenBSD Airplay audio receiver.",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/mikebrady/shairport-sync",
+ "title": "shairport-sync",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c",
+ "cpp"
+ ]
+ },
{
"short_description": "Keep your application settings in sync (macOS/Linux). ",
"categories": [
From 1afcd23df105b84017eebaa2e0b75c9dae24f6fa Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 24 Jul 2019 09:49:13 +0000
Subject: [PATCH 142/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 7edccbe..674ebbf 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ You can see in which language an app is written. Currently there are following l
- [fre:ac](https://github.com/enzo1982/freac) - The fre:ac audio converter project. ![cpp_icon]
- [iTunes-Volume-Control](https://github.com/alberti42/iTunes-Volume-Control) - This app allows you to control the iTunes volume using volume up and volume down hotkeys. ![objective_c_icon]
- [jmc](https://github.com/jcm93/jmc) - jmc is new macOS media organizer. ![swift_icon]
+- [shairport-sync](https://github.com/mikebrady/shairport-sync) - macOS/Linux/FreeBSD/OpenBSD Airplay audio receiver. ![c_icon] ![cpp_icon]
- [waveSDR](https://github.com/getoffmyhack/waveSDR) - macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ![swift_icon]
### Backup
From 7365e7cac580b7b46d06ddb97079ed3c9e2d56e2 Mon Sep 17 00:00:00 2001
From: Denis Sikuler
Date: Tue, 6 Aug 2019 14:11:18 +0300
Subject: [PATCH 143/641] Add Quick Look plugins (#419)
---
applications.json | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/applications.json b/applications.json
index c559c37..b4be7e0 100644
--- a/applications.json
+++ b/applications.json
@@ -6924,6 +6924,30 @@
"swift"
]
},
+ {
+ "short_description" : "List of useful Quick Look plugins for developers.",
+ "categories": [
+ "finder"
+ ],
+ "repo_url" : "https://github.com/sindresorhus/quick-look-plugins",
+ "title" : "Quick Look plugins",
+ "icon_url": "",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLColorCode.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLStephen.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLMarkdown.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QuickLookJSON.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/qlImageSize.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/SuspiciousPackage.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QuickLookASE.png",
+ "https://raw.githubusercontent.com/sindresorhus/quick-look-plugins/master/screenshots/QLVideo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
{
"short_description": "Display macOS Dock in Touch Bar.",
"categories": [
From 41b77adb982e08e13f04f70b3c1bd53de77e35f2 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 6 Aug 2019 14:35:50 +0300
Subject: [PATCH 144/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index b4be7e0..7d3b28b 100644
--- a/applications.json
+++ b/applications.json
@@ -6170,7 +6170,7 @@
"categories": [
"video"
],
- "repo_url": "https://github.com/roecrew/Datamosh",
+ "repo_url": "https://github.com/maelswarm/Datamosh",
"title": "Datamosh",
"icon_url": "",
"screenshots": [
From b87b199299bf1a9cba74e80dcf24ad509cf7d8b4 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 6 Aug 2019 11:39:05 +0000
Subject: [PATCH 145/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 674ebbf..745063a 100644
--- a/README.md
+++ b/README.md
@@ -295,6 +295,7 @@ You can see in which language an app is written. Currently there are following l
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper. ![swift_icon]
+- [Quick Look plugins](https://github.com/sindresorhus/quick-look-plugins) - List of useful Quick Look plugins for developers. ![objective_c_icon] ![c_icon]
### Games
- [Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ![cpp_icon]
@@ -596,7 +597,7 @@ You can see in which language an app is written. Currently there are following l
- [Acid.Cam.v2.OSX](https://github.com/lostjared/Acid.Cam.v2.OSX) - Acid Cam v2 for macOS distorts video to create art. ![cpp_icon]
- [AppleEvents](https://github.com/insidegui/AppleEvents) - Unofficial Apple Events app for macOS. ![objective_c_icon]
- [Conferences.digital](https://github.com/zagahr/Conferences.digital) - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac. ![swift_icon]
-- [Datamosh](https://github.com/roecrew/Datamosh) - Datamosh your videos on macOS. ![swift_icon]
+- [Datamosh](https://github.com/maelswarm/Datamosh) - Datamosh your videos on macOS. ![swift_icon]
- [Face Data](https://github.com/xiaohk/FaceData) - macOS application used to auto-annotate landmarks from a video. ![swift_icon]
- [Gifted](https://github.com/vdel26/gifted) - Turn any short video into an animated GIF quickly and easily. ![objective_c_icon]
- [HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake is a video transcoder available for Linux, Mac, and Windows. ![c_icon]
From c2dd5b40b6ce85355aa8ce4b5ce5c67995a72dfc Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 8 Aug 2019 13:06:53 +0300
Subject: [PATCH 146/641] Fix link issues
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 7d3b28b..670ede6 100644
--- a/applications.json
+++ b/applications.json
@@ -577,7 +577,7 @@
"title": "otter-browser",
"icon_url": "",
"screenshots": [
- "https://otter-browser.org/screenshots/1.png"
+ "https://camo.githubusercontent.com/050724a64db6ea50c8dd28144b26942b76883752/68747470733a2f2f6f747465722d62726f777365722e6f72672f73637265656e73686f74732f312e706e67"
],
"official_site": "",
"languages": [
From 7b8e0127c30d8d89748f3ecd1e6a20963db04065 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Mon, 9 Sep 2019 09:11:35 +0200
Subject: [PATCH 147/641] Fix link issues
---
applications.json | 31 ++++++-------------------------
1 file changed, 6 insertions(+), 25 deletions(-)
diff --git a/applications.json b/applications.json
index 670ede6..83e7307 100644
--- a/applications.json
+++ b/applications.json
@@ -925,7 +925,6 @@
"title": "Crypto Bar",
"icon_url": "",
"screenshots": [
- "https://s3.amazonaws.com/cryptobar/newgif.gif"
],
"official_site": "",
"languages": [
@@ -1104,7 +1103,7 @@
"title": "Gitee",
"icon_url": "",
"screenshots": [
- "https://img.shields.io/github/release/nightonke/gitee.svg",
+ "https://img.shields.io/github/v/release/nightonke/gitee.svg",
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/notification_1.png",
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_pie_1.png",
"https://raw.githubusercontent.com/Nightonke/Gitee/master/Pictures/tab_profile.png",
@@ -2363,23 +2362,6 @@
"javascript"
]
},
- {
- "short_description": "macOS app to download Youtube videos. ",
- "categories": [
- "downloader"
- ],
- "repo_url": "https://github.com/onmyway133/YoutubeDownloader",
- "title": "Youtube Downloader",
- "icon_url": "",
- "screenshots": [
- "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/screenshot1.png",
- "https://raw.githubusercontent.com/onmyway133/YoutubeDownloader/master/Images/Icon.png"
- ],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ",
"categories": [
@@ -4372,7 +4354,7 @@
]
},
{
- "repo_url": "https://github.com/CD1212/Doughnut",
+ "repo_url": "https://github.com/dyerc/Doughnut",
"title": "Doughnut",
"screenshots": [
"https://raw.githubusercontent.com/CD1212/Doughnut/master/screenshot.png"
@@ -5145,7 +5127,6 @@
"icon_url": "",
"screenshots": [
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today.png",
- "https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_today_all.png",
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_appmenu.png",
"https://raw.githubusercontent.com/raphaelhanneken/apple-juice/master/screenshot_notifications.png"
],
@@ -5909,7 +5890,7 @@
"categories": [
"utilities"
],
- "repo_url": "https://github.com/padlock/padlock",
+ "repo_url": "https://github.com/padloc/padloc",
"title": "Padlock",
"icon_url": "",
"screenshots": [],
@@ -6623,9 +6604,9 @@
"title": "Amethyst",
"icon_url": "",
"screenshots": [
- "http://ianyh.com/amethyst/images/missioncontrol-shortcuts.png",
- "http://ianyh.com/amethyst/images/accessibility-window.png",
- "http://ianyh.com/amethyst/images/windows.png"
+ "https://ianyh.com/amethyst/images/missioncontrol-shortcuts.png",
+ "https://ianyh.com/amethyst/images/accessibility-window.png",
+ "https://ianyh.com/amethyst/images/windows.png"
],
"official_site": "",
"languages": [
From 754d6d99cc7c68839da95fab6fa74ac9f26493e0 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 9 Sep 2019 07:14:52 +0000
Subject: [PATCH 148/641] Generate README
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 745063a..b7bee1f 100644
--- a/README.md
+++ b/README.md
@@ -256,7 +256,6 @@ You can see in which language an app is written. Currently there are following l
- [Motrix](https://github.com/agalwood/Motrix) - A full-featured download manager. ![javascript_icon]
- [Pillager](https://github.com/Pjirlip/Pillager) - macOS Video Downloader written in Swift and Objective-C. ![objective_c_icon] ![swift_icon]
- [YouTube Downloader for macOS](https://github.com/DenBeke/YouTube-Downloader-for-macOS) - Simple menu bar app to download YouTube movies on your Mac. I wrote this as a test project to learn more about app development on macOS. ![swift_icon]
-- [Youtube Downloader](https://github.com/onmyway133/YoutubeDownloader) - macOS app to download Youtube videos. ![swift_icon]
- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon]
### Editors
@@ -435,7 +434,7 @@ You can see in which language an app is written. Currently there are following l
### Podcast
- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon]
-- [Doughnut](https://github.com/CD1212/Doughnut) - Podcast player and library for mac ![swift_icon]
+- [Doughnut](https://github.com/dyerc/Doughnut) - Podcast player and library for mac ![swift_icon]
- [PodcastMenu](https://github.com/insidegui/PodcastMenu) - PodcastMenu is a simple app which puts [Overcast](https://overcast.fm/) on your Mac's menu bar so you can listen to your favorite podcasts while you work. ![swift_icon]
- [Podlive for macOS](https://github.com/phranck/podlive-macos) - macOS client to listen to live streaming podcasts (only). It currently supports all livestreams broadcasting via Ultraschall with [Studio Link On Air](https://studio-link.de). ![objective_c_icon]
- [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon]
@@ -571,7 +570,7 @@ You can see in which language an app is written. Currently there are following l
- [Mos](https://github.com/Caldis/Mos) - Smooth your mouse's scrolling and reverse the mouse scroll direction ![swift_icon]
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
-- [Padlock](https://github.com/padlock/padlock) - A minimal, open source password manager for macOS. ![javascript_icon]
+- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
From 1ad5b7aa8d12a7da0c0b17fbae1305ff0bc16dc9 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 10 Sep 2019 15:55:12 +0200
Subject: [PATCH 149/641] Add Dozer (#422)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 83e7307..d0e7598 100644
--- a/applications.json
+++ b/applications.json
@@ -7043,6 +7043,22 @@
"languages": [
"swift"
]
+ },
+ {
+ "short_description": "Hide MacOS menubar items.",
+ "categories": [
+ "menubar"
+ ],
+ "repo_url": "https://github.com/Mortennn/Dozer",
+ "title": "Dozer",
+ "icon_url": "https://raw.githubusercontent.com/Mortennn/Dozer/master/Stuff/AppIcon.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Mortennn/Dozer/master/Stuff/demo.gif"
+ ],
+ "official_site": "https://dozermac.com",
+ "languages": [
+ "swift"
+ ]
}
]
}
From 6344f0d264c27d16d00e11ae52ebe8de52b6caeb Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 10 Sep 2019 13:58:40 +0000
Subject: [PATCH 150/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index b7bee1f..758abf1 100644
--- a/README.md
+++ b/README.md
@@ -362,6 +362,7 @@ You can see in which language an app is written. Currently there are following l
- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ![swift_icon]
- [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon]
- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - Simple (bare-bones) macOS menubar extra to apply display presets. ![swift_icon]
+- [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![swift_icon]
- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![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]
From 403bf2a22663056c53e9d58fd66b72d29ba7d758 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sat, 14 Sep 2019 23:44:52 +0200
Subject: [PATCH 151/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index d0e7598..501de9d 100644
--- a/applications.json
+++ b/applications.json
@@ -5140,7 +5140,7 @@
"categories": [
"system"
],
- "repo_url": "https://github.com/fuyu/AppPolice",
+ "repo_url": "https://github.com/AppPolice/AppPolice",
"title": "AppPolice",
"icon_url": "",
"screenshots": [
From 5577b55766825f19294d372c0f7524ce901df098 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 14 Sep 2019 21:48:11 +0000
Subject: [PATCH 152/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 758abf1..4fb4fa8 100644
--- a/README.md
+++ b/README.md
@@ -506,7 +506,7 @@ You can see in which language an app is written. Currently there are following l
- [Galeri](https://github.com/michealparks/galeri) - Perpetual artwork streaming app. ![javascript_icon]
### System
-- [AppPolice](https://github.com/fuyu/AppPolice) - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ![objective_c_icon]
+- [AppPolice](https://github.com/AppPolice/AppPolice) - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ![objective_c_icon]
- [Apple Juice](https://github.com/raphaelhanneken/apple-juice) - Advanced battery gauge for macOS. ![swift_icon]
- [Clean-Me](https://github.com/Kevin-De-Koninck/Clean-Me) - Small macOS app that acts as a system cleaner (logs, cache, ...). ![swift_icon]
- [Diagnostics](https://github.com/macmade/Diagnostics) - Diagnostics is an application displaying the diagnostic reports from applications on macOS. ![swift_icon]
From bcd024f61e86897718d1dee78157bf06959e841a Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 23 Sep 2019 12:08:23 +0300
Subject: [PATCH 153/641] Fix links issues
---
applications.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/applications.json b/applications.json
index 501de9d..84b0613 100644
--- a/applications.json
+++ b/applications.json
@@ -4378,14 +4378,14 @@
"title": "Ao",
"icon_url": "",
"screenshots": [
- "https://klaussinani.github.io/ao/media/list-navigation.gif",
- "https://klaussinani.github.io/ao/media/header.png",
- "https://klaussinani.github.io/ao/media/sepia-theme.png",
- "https://klaussinani.github.io/ao/media/black-theme.png",
- "https://klaussinani.github.io/ao/media/dark-theme.png",
- "https://klaussinani.github.io/ao/media/compact-mode.png",
- "https://klaussinani.github.io/ao/media/custom-shortcut-keys.gif",
- "https://klaussinani.github.io/ao/media/scalable-interface.gif"
+ "https://klaussinani.tech/ao/media/list-navigation.gif",
+ "https://klaussinani.tech/ao/media/header.png",
+ "https://klaussinani.tech/ao/media/sepia-theme.png",
+ "https://klaussinani.tech/ao/media/black-theme.png",
+ "https://klaussinani.tech/ao/media/dark-theme.png",
+ "https://klaussinani.tech/ao/media/compact-mode.png",
+ "https://klaussinani.tech/ao/media/custom-shortcut-keys.gif",
+ "https://klaussinani.tech/ao/media/scalable-interface.gif"
],
"official_site": "",
"languages": [
From 79d16ed3541ba8f1f362483dc54ab7d9fa68bdd1 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 25 Sep 2019 11:55:07 +0300
Subject: [PATCH 154/641] Remove AddressGenerator and Simulator apps
---
applications.json | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/applications.json b/applications.json
index 84b0613..48cda2a 100644
--- a/applications.json
+++ b/applications.json
@@ -864,23 +864,6 @@
"javascript"
]
},
- {
- "short_description": "macOS app to safely generate cryptocurrency address. ",
- "categories": [
- "cryptocurrency"
- ],
- "repo_url": "https://github.com/onmyway133/AddressGenerator",
- "title": "AddressGenerator",
- "icon_url": "",
- "screenshots": [
- "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/demo.png",
- "https://raw.githubusercontent.com/onmyway133/AddressGenerator/master/Screenshots/Artboard.png"
- ],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "App for all the world’s currencies. ",
"categories": [
@@ -6821,22 +6804,6 @@
"type_script"
]
},
- {
- "short_description": "📱 Navigate to your app folders quickly.",
- "categories": [
- "ios--macos"
- ],
- "repo_url": "https://github.com/onmyway133/Simulator",
- "title": "Simulator",
- "icon_url": "",
- "screenshots": [
- "https://raw.githubusercontent.com/onmyway133/Simulator/master/Screenshots/simulator.png"
- ],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.",
"categories": [
From 0f2d94065eec2d80a278799a712ef18fb97479d9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 25 Sep 2019 08:58:54 +0000
Subject: [PATCH 155/641] Generate README
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 4fb4fa8..642ad49 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,6 @@ You can see in which language an app is written. Currently there are following l
- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![javascript_icon]
### Cryptocurrency
-- [AddressGenerator](https://github.com/onmyway133/AddressGenerator) - macOS app to safely generate cryptocurrency address. ![swift_icon]
- [Balance Open](https://github.com/balance-io/balance-open) - App for all the world’s currencies. ![swift_icon]
- [CoinBar](https://github.com/adamwaite/CoinBar) - macOS menu bar application for tracking crypto coin prices. ![swift_icon]
- [Crypto Bar](https://github.com/geraldoramos/crypto-bar) - macOS menu bar application built with Electron. ![javascript_icon]
@@ -240,7 +239,6 @@ You can see in which language an app is written. Currently there are following l
- [PushNotifications](https://github.com/onmyway133/PushNotifications) - macOS app to test push notifications on iOS and Android. ![javascript_icon]
- [ResignTool](https://github.com/InjoyDeng/ResignTool) - This is an app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. ![objective_c_icon]
- [Resizr](https://github.com/onurgenes/Resizr) - MacOS application for creating AppIcon for iOS and Android apps. ![swift_icon]
-- [Simulator](https://github.com/onmyway133/Simulator) - 📱 Navigate to your app folders quickly. ![swift_icon]
- [SmartPush](https://github.com/shaojiankui/SmartPush) - iOS Push Notification Debug App. ![objective_c_icon]
- [TransporterPad](https://github.com/iseebi/TransporterPad) - iOS/Android app deployment tool for macOS. ![swift_icon]
- [WWDC](https://github.com/insidegui/WWDC) - Unofficial WWDC app for macOS. ![swift_icon]
From a2fd5e9b0a7ecf9ee184f291d9e05028a8f477af Mon Sep 17 00:00:00 2001
From: Serhii
Date: Mon, 7 Oct 2019 23:23:52 +0300
Subject: [PATCH 156/641] Update links
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 48cda2a..890bd6f 100644
--- a/applications.json
+++ b/applications.json
@@ -603,7 +603,7 @@
"categories": [
"chat"
],
- "repo_url": "https://github.com/jake-101/android-messenger-mac",
+ "repo_url": "https://github.com/larson-carter/android-messenger-mac",
"title": "Android Messenger Mac",
"icon_url": "",
"screenshots": [
@@ -1257,7 +1257,7 @@
"icon_url": "",
"screenshots": [
"https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/menu-bar.png",
- "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences-window.png"
+ "https://raw.githubusercontent.com/jamieweavis/streaker/master/screenshots/preferences.png"
],
"official_site": "",
"languages": [
From 52fecc09c557e1c9a1e14aad7e38bd6364d09159 Mon Sep 17 00:00:00 2001
From: Tim Oram
Date: Mon, 7 Oct 2019 17:56:59 -0230
Subject: [PATCH 157/641] Add Git Interactive Rebase Tool (#425)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 890bd6f..499bc72 100644
--- a/applications.json
+++ b/applications.json
@@ -1313,6 +1313,22 @@
"swift"
]
},
+ {
+ "short_description": "Full feature terminal based sequence editor for interactive rebase.",
+ "categories": [
+ "git"
+ ],
+ "repo_url": "https://github.com/MitMaro/git-interactive-rebase-tool",
+ "title": "Git Interactive Rebase Tool",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/MitMaro/git-interactive-rebase-tool/master/docs/assets/images/git-interactive-rebase-demo.gif"
+ ],
+ "official_site": "https://gitrebasetool.mitmaro.ca/",
+ "languages": [
+ "rust"
+ ]
+ },
{
"short_description": "Simple toolkit that makes your iOS / macOS apps development more easier. ",
"categories": [
From 46cd1f018f1e972133f7b295248463bd30b2ebfb Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 7 Oct 2019 20:33:54 +0000
Subject: [PATCH 158/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 642ad49..588b420 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ You can see in which language an app is written. Currently there are following l
- [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon]
### Chat
-- [Android Messenger Mac](https://github.com/jake-101/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon]
+- [Android Messenger Mac](https://github.com/larson-carter/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon]
- [ChitChat](https://github.com/stonesam92/ChitChat) - Native Mac app wrapper for WhatsApp Web. ![objective_c_icon]
- [Electronic WeChat](https://github.com/geeeeeeeeek/electronic-wechat) - Better WeChat on macOS and Linux. ![javascript_icon]
- [Franz](https://github.com/meetfranz/franz) - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon]
@@ -168,6 +168,7 @@ You can see in which language an app is written. Currently there are following l
#### Git
- [Cashew](https://github.com/jensteichert/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon]
- [GPM](https://github.com/mtgto/GPM) - macOS application for easily operating GitHub Projects. ![swift_icon]
+- [Git Interactive Rebase Tool](https://github.com/MitMaro/git-interactive-rebase-tool) - Full feature terminal based sequence editor for interactive rebase. ![rust_icon]
- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![type_script_icon]
- [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon]
- [GitUp](https://github.com/git-up/GitUp) - The Git interface you've been missing all your life has finally arrived. ![objective_c_icon]
From 88b983eaeb293c29d114851f84cd2b10dcb293ba Mon Sep 17 00:00:00 2001
From: Thiago Franco de Moraes
Date: Tue, 8 Oct 2019 12:34:09 -0300
Subject: [PATCH 159/641] Add InVesalius (#428)
* Add InVesalius
* http -> https
---
applications.json | 19 +++++++++++++++++++
categories.json | 4 ++++
2 files changed, 23 insertions(+)
diff --git a/applications.json b/applications.json
index 499bc72..a070fd8 100644
--- a/applications.json
+++ b/applications.json
@@ -3394,6 +3394,25 @@
"css"
]
},
+ {
+ "short_description": "3D medical imaging reconstruction software",
+ "categories": [
+ "medical",
+ "images"
+ ],
+ "repo_url": "https://github.com/invesalius/invesalius3/",
+ "title": "InVesalius",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_1.png",
+ "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png",
+ "https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png"
+ ],
+ "official_site": "https://www.cti.gov.br/invesalius/",
+ "languages": [
+ "python"
+ ]
+ },
{
"short_description": "Status bar Mac application to overcome time constrained WiFi networks. ",
"categories": [
diff --git a/categories.json b/categories.json
index 86b5e11..576c139 100644
--- a/categories.json
+++ b/categories.json
@@ -69,6 +69,10 @@
"title": "Mail",
"id": "mail",
"description": ""
+}, {
+ "title": "Medical",
+ "id": "medical",
+ "description": ""
}, {
"title": "Menubar",
"id": "menubar",
From 9e239254e8e7c3e3e8c570ee5d397dee00acc0bf Mon Sep 17 00:00:00 2001
From: Tim Perry
Date: Tue, 8 Oct 2019 17:35:20 +0200
Subject: [PATCH 160/641] Add HTTP Toolkit to applications (#429)
---
applications.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/applications.json b/applications.json
index a070fd8..b677512 100644
--- a/applications.json
+++ b/applications.json
@@ -2060,6 +2060,24 @@
"objective_c"
]
},
+ {
+ "short_description": "HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ",
+ "categories": [
+ "web-development"
+ ],
+ "repo_url": "https://github.com/httptoolkit/httptoolkit-desktop",
+ "title": "HTTP Toolkit",
+ "icon_url": "https://httptoolkit.tech/icon-600.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/inspect-screenshot.png",
+ "https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
+ "https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
+ ],
+ "official_site": "https://httptoolkit.tech",
+ "languages": [
+ "typescript"
+ ]
+ },
{
"short_description": "Insomnia is a cross-platform REST client, built on top of Electron. ",
"categories": [
From 9ece4ca43feab60f42862bb896f8cbd867ded660 Mon Sep 17 00:00:00 2001
From: jhspetersson
Date: Tue, 8 Oct 2019 18:41:35 +0300
Subject: [PATCH 161/641] add jhspetersson/fselect (#426)
* add jhspetersson/fselect
Command-line utility to search files with SQL syntax.
* update applications.json
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index b677512..2bafd91 100644
--- a/applications.json
+++ b/applications.json
@@ -7079,6 +7079,20 @@
"languages": [
"swift"
]
+ },
+ {
+ "short_description" : "Command-line tool to search files with SQL syntax.",
+ "categories" : [
+ "utilities"
+ ],
+ "repo_url" : "https://github.com/jhspetersson/fselect",
+ "title" : "fselect",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site" : "",
+ "languages" : [
+ "rust"
+ ]
}
]
}
From 7be7ec98ed00351b9001fd75af8a6c17236c1a2b Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 8 Oct 2019 18:44:08 +0300
Subject: [PATCH 162/641] Update CONTRIBUTING.md
---
CONTRIBUTING.md | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9cb8cdb..b42b9a3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,19 +7,24 @@ Please ensure your pull request adheres to the following guidelines:
- Edit [applications.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/applications.json) instead of [README.md](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/README.md).
- Use the following format:
```json
- {
- "repo_url" : "Link to repository",
- "title" : "Name of application",
- "screenshots" : [
- "Screenshot url 1",
- "Screenshot url 2"
- ],
- "short_description" : "Description of repository",
- "languages" : [
- "Language name"
- ],
- "category" : "Application category"
- }
+ {
+ "short_description": "Description of repository",
+ "categories": [
+ "Application category 1",
+ "Application category 2"
+ ],
+ "repo_url": "Link to repository",
+ "title": "Name of application",
+ "icon_url": "URL to application icon",
+ "screenshots": [
+ "Screenshot url 1",
+ "Screenshot url 2"
+ ],
+ "official_site": "Official site link",
+ "languages": [
+ "Language name"
+ ]
+ }
```
- New categories, or improvements to the existing categorization are welcome. List of all categories can be found in [categories.json](https://github.com/serhii-londar/open-source-mac-os-apps/blob/master/categories.json).
- Keep descriptions short and simple, but descriptive.
From ce6f821f91d9645983f3ea2b95438d5863f22bd0 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 8 Oct 2019 19:14:27 +0300
Subject: [PATCH 163/641] Fix link issues
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 2bafd91..b3f7e23 100644
--- a/applications.json
+++ b/applications.json
@@ -2073,7 +2073,7 @@
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
],
- "official_site": "https://httptoolkit.tech",
+ "official_site": "https://httptoolkit.tech/mock",
"languages": [
"typescript"
]
@@ -3426,7 +3426,7 @@
"https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png",
"https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png"
],
- "official_site": "https://www.cti.gov.br/invesalius/",
+ "official_site": "https://www.cti.gov.br/pt-br/invesalius",
"languages": [
"python"
]
From 4760376895c2083396dc147ae095ee6ac449d902 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Tue, 8 Oct 2019 20:09:24 +0300
Subject: [PATCH 164/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index b3f7e23..e2482b5 100644
--- a/applications.json
+++ b/applications.json
@@ -2073,7 +2073,7 @@
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
],
- "official_site": "https://httptoolkit.tech/mock",
+ "official_site": "https://httptoolkit.tech/mock/",
"languages": [
"typescript"
]
From e77a59988712aab5d81b09c9f50e64b83ec32948 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 8 Oct 2019 17:18:40 +0000
Subject: [PATCH 165/641] Generate README
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 588b420..34e9e98 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,7 @@ You can see in which language an app is written. Currently there are following l
#### Web Development
- [CoreOS VM](https://github.com/TheNewNormal/coreos-osx) - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ![objective_c_icon]
- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon]
+- [HTTP Toolkit](https://github.com/httptoolkit/httptoolkit-desktop) - HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ![typescript_icon]
- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
- [KubeSwitch](https://github.com/nsriram/KubeSwitch) - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar. ![swift_icon]
@@ -331,6 +332,7 @@ You can see in which language an app is written. Currently there are following l
- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes. ![swift_icon]
- [ImageAlpha](https://github.com/kornelski/ImageAlpha) - Mac GUI for pngquant, pngnq and posterizer. ![objective_c_icon] ![python_icon]
- [Imagine](https://github.com/meowtec/Imagine) - Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ![type_script_icon]
+- [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon]
- [Katana](https://github.com/bluegill/katana) - Katana is a simple screenshot utility for macOS that lives in your menubar. ![javascript_icon] ![css_icon]
- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![swift_icon]
- [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![swift_icon]
@@ -354,6 +356,9 @@ You can see in which language an app is written. Currently there are following l
- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon]
- [gInbox](https://github.com/chenasraf/gInbox) - Wrapper for Inbox by Gmail. ![swift_icon]
+### Medical
+- [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon]
+
### Menubar
- [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon]
- [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_icon]
@@ -579,6 +584,7 @@ You can see in which language an app is written. Currently there are following l
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
- [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon]
+- [fselect](https://github.com/jhspetersson/fselect) - Command-line tool to search files with SQL syntax. ![rust_icon]
- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
From 751cc60817fa117e24ad5c66b1aec48731d89081 Mon Sep 17 00:00:00 2001
From: Amory Meltzer
Date: Tue, 8 Oct 2019 13:19:33 -0400
Subject: [PATCH 166/641] Move MessagesHistoryBrowser to chat category (#430)
Seems to have been erroneously placed in the git category
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index e2482b5..12cdb1e 100644
--- a/applications.json
+++ b/applications.json
@@ -1236,7 +1236,7 @@
{
"short_description": "macOS application to comfortably browse and search through your Messages.app history. ",
"categories": [
- "git"
+ "chat"
],
"repo_url": "https://github.com/glaurent/MessagesHistoryBrowser",
"title": "MessagesHistoryBrowser",
From f40dccab806000ad4627a39a97542476578f349c Mon Sep 17 00:00:00 2001
From: Pablo Aguiar
Date: Tue, 8 Oct 2019 19:21:21 +0200
Subject: [PATCH 167/641] Add Bitwarden (#431)
---
applications.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/applications.json b/applications.json
index 12cdb1e..815fa48 100644
--- a/applications.json
+++ b/applications.json
@@ -5935,6 +5935,24 @@
"javascript"
]
},
+ {
+ "short_description": "Cross-platform password management solutions for individuals, teams, and business organizations. ",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/bitwarden/desktop",
+ "title": "Bitwarden",
+ "icon_url": "https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/desktop-macos-vault.png",
+ "https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/mobile-ios-myvault.png",
+ "https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/cli-macos.png"
+ ],
+ "official_site": "https://bitwarden.com/",
+ "languages": [
+ "type_script"
+ ]
+ },
{
"short_description": "Receive native push notifications on macOS, Windows and Linux. ",
"categories": [
From 5af8456bcf93d4efa00eafa61aa5268edd9701be Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 8 Oct 2019 17:29:25 +0000
Subject: [PATCH 168/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 34e9e98..f31dc15 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ You can see in which language an app is written. Currently there are following l
- [Franz](https://github.com/meetfranz/franz) - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon]
- [Google Allo for Desktop](https://github.com/kelyvin/Google-Allo-For-Desktop) - Native macOS & Windows desktop app for Google Allo. ![javascript_icon]
- [GroupMe](https://github.com/dcrousso/GroupMe) - Unofficial GroupMe App. ![javascript_icon] ![css_icon]
+- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
- [Riot.im](https://github.com/vector-im/riot-web) - Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ![javascript_icon]
- [Seaglass](https://github.com/neilalexander/seaglass) - A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ![swift_icon]
- [Signal Desktop](https://github.com/signalapp/Signal-Desktop) - Electron app that links with your Signal Android or Signal iOS app. ![javascript_icon]
@@ -177,7 +178,6 @@ You can see in which language an app is written. Currently there are following l
- [Github contributions](https://github.com/remirobert/Github-contributions) - GitHub contributions app, for iOS, WatchOS, and macOS. ![swift_icon]
- [GithubListener](https://github.com/ad/GithubListener) - Simple app that will notify about new commits to watched repositories. ![swift_icon]
- [GithubNotify](https://github.com/erik/github-notify) - Simple macOS app to alert you when you have unread GitHub notifications. ![swift_icon]
-- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
- [Streaker](https://github.com/jamieweavis/streaker) - GitHub contribution streak tracking menubar app. ![javascript_icon]
- [TeamStatus-for-GitHub](https://github.com/marcinreliga/TeamStatus-for-GitHub) - macOS status bar application for tracking code review process within the team. ![swift_icon]
- [Trailer](https://github.com/ptsochantaris/trailer) - Managing Pull Requests and Issues For GitHub & GitHub Enterprise. ![swift_icon]
@@ -554,6 +554,7 @@ You can see in which language an app is written. Currently there are following l
- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon]
- [Archive Mounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images ![swift_icon]
- [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon]
+- [Bitwarden](https://github.com/bitwarden/desktop) - Cross-platform password management solutions for individuals, teams, and business organizations. ![type_script_icon]
- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon]
- [Catch](https://github.com/mipstian/catch/) - Catch: Broadcatching made easy. ![swift_icon]
- [Clear Clipboard Text Format](https://github.com/LumingYin/ClipboardClear) - Easily clear the format of your clipboard text with Clear Clipboard Text Format. ![objective_c_icon]
From c0020abf9031c4101c8fae51271c936f532fbe64 Mon Sep 17 00:00:00 2001
From: johnpark
Date: Tue, 8 Oct 2019 13:36:26 -0400
Subject: [PATCH 169/641] Change parcents to percents (#432)
Correcting misspelling of percents
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f31dc15..3a497e7 100644
--- a/README.md
+++ b/README.md
@@ -577,7 +577,7 @@ You can see in which language an app is written. Currently there are following l
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
-- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
+- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates percents. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
@@ -665,4 +665,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
From c2b98e5a473a42b4bb8fd18f075baf6320bdfa9a Mon Sep 17 00:00:00 2001
From: AndroidKitKat
Date: Tue, 8 Oct 2019 13:37:18 -0400
Subject: [PATCH 170/641] Update applications.json (#433)
Fix typo
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 815fa48..28f98c3 100644
--- a/applications.json
+++ b/applications.json
@@ -5082,7 +5082,7 @@
"categories": [
"social-networking"
],
- "repo_url": "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO",
+ "repo_url": "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macOS”,
"title": "Product Hunt",
"icon_url": "",
"screenshots": [],
From 5300604c59730bf9b9fa1b482a6c89be034c8658 Mon Sep 17 00:00:00 2001
From: Mark Bennett
Date: Tue, 8 Oct 2019 12:52:50 -0600
Subject: [PATCH 171/641] Add BlackHole for modern audio routing (#434)
This is a great tool for anyone wanting to record podcasts or screencasts on Mac OS.
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 28f98c3..4c6f7b0 100644
--- a/applications.json
+++ b/applications.json
@@ -7098,6 +7098,20 @@
"swift"
]
},
+ {
+ "short_description": "BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/ExistentialAudio/BlackHole",
+ "title": "BlackHole",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
+ },
{
"short_description" : "Command-line tool to search files with SQL syntax.",
"categories" : [
From 8f4c84c16561e978e5bce6ed4b6192322a79bef7 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 8 Oct 2019 22:33:59 +0300
Subject: [PATCH 172/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 4c6f7b0..72c80fc 100644
--- a/applications.json
+++ b/applications.json
@@ -5082,7 +5082,7 @@
"categories": [
"social-networking"
],
- "repo_url": "https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macOS”,
+ "repo_url": "https://github.com/producthunt/producthunt-osx",
"title": "Product Hunt",
"icon_url": "",
"screenshots": [],
From 6ab21f89372ad38e3140afd933d28d48a5c963aa Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 8 Oct 2019 19:43:24 +0000
Subject: [PATCH 173/641] Generate README
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3a497e7..cd41bdd 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ You can see in which language an app is written. Currently there are following l
- [AUHost](https://github.com/vgorloff/AUHost) - Application which hosts AudioUnits v3 using AVFoundation API. ![swift_icon]
- [Aural Player](https://github.com/maculateConception/aural-player) - Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ![swift_icon]
- [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ![cpp_icon]
+- [BlackHole](https://github.com/ExistentialAudio/BlackHole) - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. ![c_icon]
- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon]
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
@@ -500,7 +501,7 @@ You can see in which language an app is written. Currently there are following l
- [Goofy](https://github.com/danielbuechele/goofy) - Unofficial Facebook Messenger client. ![javascript_icon]
- [Leviathan](https://github.com/Swiftodon/Leviathan) - Leviathan is a iOS and macOS client application for the Mastodon social network. ![swift_icon]
- [Messenger](https://github.com/rsms/fb-mac-messenger) - macOS app wrapping Facebook's Messenger for desktop. ![objective_c_icon]
-- [Product Hunt](https://github.com/producthunt/producthunt-osx) - Official Product Hunt app for macO) - share and discover your favorite new products and applications. ![swift_icon]
+- [Product Hunt](https://github.com/producthunt/producthunt-osx) - share and discover your favorite new products and applications. ![swift_icon]
- [Quail](https://github.com/1000ch/quail) - Unofficial [esa](https://esa.io) app. ![javascript_icon]
- [Ramme](https://github.com/terkelg/ramme) - Unofficial Instagram Desktop App. ![javascript_icon] ![css_icon]
- [Simpo](https://github.com/KeliCheng/Simpo) - macOS menubar app to post status quickly. ![ruby_icon]
@@ -577,7 +578,7 @@ You can see in which language an app is written. Currently there are following l
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
-- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates percents. ![swift_icon]
+- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
@@ -665,4 +666,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
From 98eee8e65292008e127796e0cbc5979dba4fe1a2 Mon Sep 17 00:00:00 2001
From: Yoni Levy
Date: Tue, 8 Oct 2019 22:52:03 +0300
Subject: [PATCH 174/641] Add AutoMute (#435)
---
applications.json | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 72c80fc..d450ca3 100644
--- a/applications.json
+++ b/applications.json
@@ -7098,6 +7098,23 @@
"swift"
]
},
+ {
+ "short_description": "Automatically mute the sound when headphones disconnect / Mac awake from sleep.",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/yonilevy/automute",
+ "title": "AutoMute",
+ "icon_url": "https://raw.githubusercontent.com/yonilevy/automute/master/automute/Assets.xcassets/AppIcon.appiconset/icon256.png",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/31284/49688097-ac653900-fb15-11e8-9c48-3db96df5dcbf.png",
+ "https://user-images.githubusercontent.com/31284/49688098-ae2efc80-fb15-11e8-8034-14c67fb69d90.png"
+ ],
+ "official_site": "https://yoni.ninja/automute",
+ "languages": [
+ "objective_c"
+ ]
+ },
{
"short_description": "BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency.",
"categories": [
@@ -7124,7 +7141,7 @@
"official_site" : "",
"languages" : [
"rust"
- ]
+ ]
}
]
}
From fcc96e13e1c61137e9a0f85a04bc10c7a81a3c87 Mon Sep 17 00:00:00 2001
From: Philipe Fatio
Date: Tue, 8 Oct 2019 22:17:08 +0200
Subject: [PATCH 175/641] Add PageExtender (#436)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index d450ca3..64d53b3 100644
--- a/applications.json
+++ b/applications.json
@@ -7099,6 +7099,22 @@
]
},
{
+ "short_description": "Extend pages with your own CSS and JS files.",
+ "categories": [
+ "extensions"
+ ],
+ "repo_url": "https://github.com/fphilipe/PageExtender.app",
+ "title": "PageExtender",
+ "icon_url": "https://raw.githubusercontent.com/fphilipe/PageExtender.app/master/Source/Host/Assets.xcassets/AppIcon.appiconset/256%402x.png",
+ "screenshots": [
+ "https://phili.pe/posts/introducing-page-extender-for-safari/app.png"
+ ],
+ "official_site": "https://github.com/fphilipe/PageExtender.app",
+ "languages": [
+ "swift",
+ "javascript"
+ },
+ {
"short_description": "Automatically mute the sound when headphones disconnect / Mac awake from sleep.",
"categories": [
"audio"
From 1ade631f502478572704e4d80091fa50906b41f5 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 8 Oct 2019 23:19:57 +0300
Subject: [PATCH 176/641] Update applications.json
---
applications.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/applications.json b/applications.json
index 64d53b3..a7d2f4a 100644
--- a/applications.json
+++ b/applications.json
@@ -7113,6 +7113,7 @@
"languages": [
"swift",
"javascript"
+ ]
},
{
"short_description": "Automatically mute the sound when headphones disconnect / Mac awake from sleep.",
From a45106ef4884955237c827f5d619fdcbd8c93f51 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 8 Oct 2019 23:25:33 +0300
Subject: [PATCH 177/641] Fix link issue
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index a7d2f4a..28c39d4 100644
--- a/applications.json
+++ b/applications.json
@@ -7127,7 +7127,7 @@
"https://user-images.githubusercontent.com/31284/49688097-ac653900-fb15-11e8-9c48-3db96df5dcbf.png",
"https://user-images.githubusercontent.com/31284/49688098-ae2efc80-fb15-11e8-8034-14c67fb69d90.png"
],
- "official_site": "https://yoni.ninja/automute",
+ "official_site": "https://yoni.ninja/automute/",
"languages": [
"objective_c"
]
From 30259fb699bf1185855e4c2a66ec3e1d779437fa Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 8 Oct 2019 23:41:02 +0300
Subject: [PATCH 178/641] Remove links duplications
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 28c39d4..20bbb98 100644
--- a/applications.json
+++ b/applications.json
@@ -7109,7 +7109,7 @@
"screenshots": [
"https://phili.pe/posts/introducing-page-extender-for-safari/app.png"
],
- "official_site": "https://github.com/fphilipe/PageExtender.app",
+ "official_site": "",
"languages": [
"swift",
"javascript"
From 75aacf6d433d150cc7506fd45d27183b9a60745d Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 8 Oct 2019 20:51:49 +0000
Subject: [PATCH 179/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index cd41bdd..bceda0e 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,7 @@ You can see in which language an app is written. Currently there are following l
### Audio
- [AUHost](https://github.com/vgorloff/AUHost) - Application which hosts AudioUnits v3 using AVFoundation API. ![swift_icon]
- [Aural Player](https://github.com/maculateConception/aural-player) - Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ![swift_icon]
+- [AutoMute](https://github.com/yonilevy/automute) - Automatically mute the sound when headphones disconnect / Mac awake from sleep. ![objective_c_icon]
- [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ![cpp_icon]
- [BlackHole](https://github.com/ExistentialAudio/BlackHole) - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. ![c_icon]
- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
@@ -286,6 +287,7 @@ You can see in which language an app is written. Currently there are following l
### Extensions
- [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon]
+- [PageExtender](https://github.com/fphilipe/PageExtender.app) - Extend pages with your own CSS and JS files. ![swift_icon] ![javascript_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
From 173e8fef37cfee8ca99081a12afb721232bf936f Mon Sep 17 00:00:00 2001
From: Federico Terzi
Date: Tue, 8 Oct 2019 22:53:39 +0200
Subject: [PATCH 180/641] Add espanso (#437)
* Add espanso
* Update applications.json
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 20bbb98..2b380c7 100644
--- a/applications.json
+++ b/applications.json
@@ -4501,6 +4501,22 @@
"objective_c"
]
},
+ {
+ "short_description": "Cross-platform Text Expander, a powerful replacement for Alfred Snippets",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/federico-terzi/espanso",
+ "title": "espanso",
+ "screenshots": [
+ "https://raw.githubusercontent.com/federico-terzi/espanso/master/images/example.gif"
+ ],
+ "icon_url": "",
+ "official_site": "https://espanso.org",
+ "languages": [
+ "rust"
+ ]
+ },
{
"short_description": "Record shortcuts in macOS, like Alfred.app. ",
"categories": [
From b23a4f9e0e2894de2056b431beb0ed81b01639aa Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 8 Oct 2019 21:03:11 +0000
Subject: [PATCH 181/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index bceda0e..c7b4cf1 100644
--- a/README.md
+++ b/README.md
@@ -473,6 +473,7 @@ You can see in which language an app is written. Currently there are following l
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
- [Yomu](https://github.com/sendyhalim/Yomu) - Manga reader app for macOS. ![swift_icon]
+- [espanso](https://github.com/federico-terzi/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon]
- [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon]
- [status-bar-todo](https://github.com/Onix-Systems/osx-status-bar-todo) - Simple macOS app to keep TODO-list in status bar. ![swift_icon]
- [stretchly](https://github.com/hovancik/stretchly) - Cross-platform electron app that reminds you to take breaks when working with computer. ![javascript_icon]
From 9e10835dfad7a5fbc63227d20d329651643865b5 Mon Sep 17 00:00:00 2001
From: Trevor Fountain
Date: Wed, 9 Oct 2019 00:14:17 +0200
Subject: [PATCH 182/641] Add Lilypond UI, an IDE for typesetting musical
scores. (#438)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 2b380c7..4ab70ee 100644
--- a/applications.json
+++ b/applications.json
@@ -7114,6 +7114,22 @@
"swift"
]
},
+ {
+ "short_description": "Create beautiful musical scores with LilyPond",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/doches/lilypond-ui",
+ "title": "Lilypond UI",
+ "icon_url": "https://raw.githubusercontent.com/doches/lilypond-ui/develop/artwork/icons.iconset/icon_512x512.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/doches/lilypond-ui/develop/docs/lilypond-ide.png"
+ ],
+ "official_site": "https://github.com/doches/lilypond-ui",
+ "languages": [
+ "javascript"
+ ]
+ },
{
"short_description": "Extend pages with your own CSS and JS files.",
"categories": [
From 94d6c6c72871a6d6ec48294ff5592dcc83014923 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 9 Oct 2019 11:35:14 +0300
Subject: [PATCH 183/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 4ab70ee..3355111 100644
--- a/applications.json
+++ b/applications.json
@@ -7119,7 +7119,7 @@
"categories": [
"music"
],
- "repo_url": "https://github.com/doches/lilypond-ui",
+ "repo_url": "",
"title": "Lilypond UI",
"icon_url": "https://raw.githubusercontent.com/doches/lilypond-ui/develop/artwork/icons.iconset/icon_512x512.png",
"screenshots": [
From 0dcfc8db60af3094fc62dbefbbf8e8197b7b9ee5 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 08:38:50 +0000
Subject: [PATCH 184/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c7b4cf1..d6e86c1 100644
--- a/README.md
+++ b/README.md
@@ -385,6 +385,7 @@ You can see in which language an app is written. Currently there are following l
- [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app that stays in the menu bar of macOS. ![c_sharp_icon]
- [ChordDetector](https://github.com/cemolcay/ChordDetector) - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ![swift_icon]
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
+- [Lilypond UI]() - Create beautiful musical scores with LilyPond ![javascript_icon]
- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon]
- [Spotify-Cli-Mac](https://github.com/ersel/spotify-cli-mac) - Control Spotify without leaving your terminal. :notes: ![javascript_icon]
- [YouTube-Music](https://github.com/steve228uk/YouTube-Music) - macOS wrapper for music.youtube.com. ![swift_icon]
From 84c92da63bd24247444acd9ae75f36e47ba3c06b Mon Sep 17 00:00:00 2001
From: Changyoung Koh
Date: Wed, 9 Oct 2019 17:58:54 +0900
Subject: [PATCH 185/641] Fix Table of Contents (main.swift) (#446)
---
.github/main.swift | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/main.swift b/.github/main.swift
index 64a98ff..7257268 100644
--- a/.github/main.swift
+++ b/.github/main.swift
@@ -62,7 +62,7 @@ You can see in which language an app is written. Currently there are following l
- [iOS / macOS](#ios--macos)
- [JSON Parsing](#json-parsing)
- [Web development](#web-development)
-- [Other](#other)
+- [Other development](#other-development)
- [Downloader](#downloader)
- [Editors](#editors)
- [CSV](#csv)
@@ -82,7 +82,7 @@ You can see in which language an app is written. Currently there are following l
- [Music](#music)
- [News](#news)
- [Notes](#notes)
-- [Other](#other-1)
+- [Other](#other)
- [Podcast](#podcast)
- [Productivity](#productivity)
- [Screensaver](#screensaver)
From 6d6d86cda76516d0433483805e89d2c702b740d7 Mon Sep 17 00:00:00 2001
From: Taras Kushnir <505555+ribtoks@users.noreply.github.com>
Date: Wed, 9 Oct 2019 09:00:05 +0000
Subject: [PATCH 186/641] Add Xpiks app (#440)
---
applications.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/applications.json b/applications.json
index 3355111..2b96982 100644
--- a/applications.json
+++ b/applications.json
@@ -7191,6 +7191,24 @@
"languages" : [
"rust"
]
+ },
+ {
+ "repo_url": "https://github.com/ribtoks/xpiks",
+ "icon_url": "",
+ "official_site": "https://xpiksapp.com",
+ "title": "Xpiks",
+ "screenshots": [
+ "https://raw.githubusercontent.com/Ribtoks/xpiks/master/assets/xpiks-main-window.png"
+ ],
+ "short_description": "Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers",
+ "languages": [
+ "cpp"
+ ],
+ "categories": [
+ "Productivity",
+ "Images",
+ "Video"
+ ]
}
]
}
From 0a7a53cbbc67a20a0f39302f723e423cf13554fc Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 09:03:55 +0000
Subject: [PATCH 187/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d6e86c1..30d7e8b 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ You can see in which language an app is written. Currently there are following l
- [iOS / macOS](#ios--macos)
- [JSON Parsing](#json-parsing)
- [Web development](#web-development)
-- [Other](#other)
+- [Other development](#other-development)
- [Downloader](#downloader)
- [Editors](#editors)
- [CSV](#csv)
@@ -71,7 +71,7 @@ You can see in which language an app is written. Currently there are following l
- [Music](#music)
- [News](#news)
- [Notes](#notes)
-- [Other](#other-1)
+- [Other](#other)
- [Podcast](#podcast)
- [Productivity](#productivity)
- [Screensaver](#screensaver)
From d17167dd4eed231df95dcb35c5d920a18a03ad94 Mon Sep 17 00:00:00 2001
From: Baptiste Lombard <17877656+blombard@users.noreply.github.com>
Date: Wed, 9 Oct 2019 11:13:45 +0200
Subject: [PATCH 188/641] add copay (#441)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 2b96982..5a448d4 100644
--- a/applications.json
+++ b/applications.json
@@ -899,6 +899,22 @@
"swift"
]
},
+ {
+ "short_description": "A secure bitcoin wallet platform for both desktop and mobile devices. ",
+ "categories": [
+ "cryptocurrency"
+ ],
+ "repo_url": "https://github.com/bitpay/copay",
+ "title": "Copay",
+ "icon_url": "",
+ "screenshots": [
+ "https://raw.githubusercontent.com/bitpay/copay/master/resources/copay/windows/icon/Wide310x150Logo.scale-100.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "type_script"
+ ]
+ },
{
"short_description": "macOS menu bar application built with Electron. ",
"categories": [
From c2662746957a2cefd3390610ba123ee6790db534 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 09:17:25 +0000
Subject: [PATCH 189/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 30d7e8b..ee7cf9f 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ You can see in which language an app is written. Currently there are following l
### Cryptocurrency
- [Balance Open](https://github.com/balance-io/balance-open) - App for all the world’s currencies. ![swift_icon]
- [CoinBar](https://github.com/adamwaite/CoinBar) - macOS menu bar application for tracking crypto coin prices. ![swift_icon]
+- [Copay](https://github.com/bitpay/copay) - A secure bitcoin wallet platform for both desktop and mobile devices. ![type_script_icon]
- [Crypto Bar](https://github.com/geraldoramos/crypto-bar) - macOS menu bar application built with Electron. ![javascript_icon]
- [Float coin](https://github.com/kaunteya/FloatCoin) - Native menu bar app with floating window and support for many Exchanges. ![swift_icon]
From dbb17fa9459b24fa47e5358862e064b029b28a37 Mon Sep 17 00:00:00 2001
From: Kanin Peanviriyakulkit
Date: Wed, 9 Oct 2019 16:35:10 +0700
Subject: [PATCH 190/641] Add OBS Studio (#445)
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 5a448d4..84cb687 100644
--- a/applications.json
+++ b/applications.json
@@ -5185,6 +5185,20 @@
"javascript"
]
},
+ {
+ "short_description": "Free and open source software for live streaming and screen recording. ",
+ "categories": [
+ "streaming"
+ ],
+ "repo_url": "https://github.com/obsproject/obs-studio",
+ "title": "OBS Studio",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "https://obsproject.com/",
+ "languages": [
+ "cpp"
+ ]
+ },
{
"short_description": "Advanced battery gauge for macOS. ",
"categories": [
From 60a79a11855c7be47023e9b994b9ae0a5a842912 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 09:38:56 +0000
Subject: [PATCH 191/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ee7cf9f..13e9f90 100644
--- a/README.md
+++ b/README.md
@@ -514,6 +514,7 @@ You can see in which language an app is written. Currently there are following l
### Streaming
- [Galeri](https://github.com/michealparks/galeri) - Perpetual artwork streaming app. ![javascript_icon]
+- [OBS Studio](https://github.com/obsproject/obs-studio) - Free and open source software for live streaming and screen recording. ![cpp_icon]
### System
- [AppPolice](https://github.com/AppPolice/AppPolice) - App for macOS with a minimalistic UI which lets you quickly throttle down the CPU usage of any running process. ![objective_c_icon]
From af1fd474d27e24595c82c0b764d4fcca20286c49 Mon Sep 17 00:00:00 2001
From: Ilya Voronin
Date: Wed, 9 Oct 2019 16:05:47 +0300
Subject: [PATCH 192/641] Add ArchiveMounter (#450)
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 84cb687..526b5fb 100644
--- a/applications.json
+++ b/applications.json
@@ -7222,6 +7222,20 @@
"rust"
]
},
+ {
+ "short_description": "Mounts archives like disk images.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/ivoronin/ArchiveMounter",
+ "title": "ArchiveMounter",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
{
"repo_url": "https://github.com/ribtoks/xpiks",
"icon_url": "",
From a1b7714350c156bac9a6b4f31faabe8c612c7d85 Mon Sep 17 00:00:00 2001
From: Ilya Voronin
Date: Thu, 10 Oct 2019 00:54:20 +0300
Subject: [PATCH 193/641] Add TomatoBar (#449)
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 526b5fb..13deee9 100644
--- a/applications.json
+++ b/applications.json
@@ -7222,6 +7222,20 @@
"rust"
]
},
+ {
+ "short_description": "Pomodoro Technique Timer for macOS with Touch Bar support.",
+ "categories": [
+ "productivity"
+ ],
+ "repo_url": "https://github.com/ivoronin/TomatoBar",
+ "title": "TomatoBar",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Mounts archives like disk images.",
"categories": [
From ca8916a9dd06c6384ddba6ed3f3e2c5a46fe625e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 10 Oct 2019 00:55:30 +0300
Subject: [PATCH 194/641] Remove duplications
---
applications.json | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/applications.json b/applications.json
index 13deee9..654739e 100644
--- a/applications.json
+++ b/applications.json
@@ -5634,20 +5634,6 @@
"swift"
]
},
- {
- "short_description": "Mounts archives like disk images ",
- "categories": [
- "utilities"
- ],
- "repo_url": "https://github.com/ivoronin/ArchiveMounter",
- "title": "Archive Mounter",
- "icon_url": "",
- "screenshots": [],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "Control web based media players with the media keys found on Mac keyboards. ",
"categories": [
From 88a0f0afd3c84fd5e616784e1e608dfc18808d5f Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 22:04:08 +0000
Subject: [PATCH 195/641] Generate README
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 13e9f90..c5f3267 100644
--- a/README.md
+++ b/README.md
@@ -471,6 +471,7 @@ You can see in which language an app is written. Currently there are following l
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
+- [TomatoBar](https://github.com/ivoronin/TomatoBar) - Pomodoro Technique Timer for macOS with Touch Bar support. ![swift_icon]
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
@@ -559,7 +560,7 @@ You can see in which language an app is written. Currently there are following l
### Utilities
- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon]
-- [Archive Mounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images ![swift_icon]
+- [ArchiveMounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images. ![swift_icon]
- [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon]
- [Bitwarden](https://github.com/bitwarden/desktop) - Cross-platform password management solutions for individuals, teams, and business organizations. ![type_script_icon]
- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon]
From 795e33f232c09a9ac86345c3157771bfad3d2d3f Mon Sep 17 00:00:00 2001
From: James Allured
Date: Wed, 9 Oct 2019 23:36:45 +0100
Subject: [PATCH 196/641] Add Numi to list of applications (#451)
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 654739e..a040e8c 100644
--- a/applications.json
+++ b/applications.json
@@ -7253,6 +7253,20 @@
"Images",
"Video"
]
+ },
+ {
+ "short_description": "A handy calculator with natural language parsing",
+ "categories": [
+ "Utilities"
+ ],
+ "repo_url": "https://github.com/nikolaeu/Numi",
+ "title": "Numi",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "https://numi.app",
+ "languages": [
+ "Javascript"
+ ]
}
]
}
From 71e8476a6cc5390cda4bddb1e0738092192212ea Mon Sep 17 00:00:00 2001
From: Serhii
Date: Thu, 10 Oct 2019 01:37:42 +0300
Subject: [PATCH 197/641] Update applications.json
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index a040e8c..6030f4a 100644
--- a/applications.json
+++ b/applications.json
@@ -7257,7 +7257,7 @@
{
"short_description": "A handy calculator with natural language parsing",
"categories": [
- "Utilities"
+ "utilities"
],
"repo_url": "https://github.com/nikolaeu/Numi",
"title": "Numi",
@@ -7265,7 +7265,7 @@
"screenshots": [],
"official_site": "https://numi.app",
"languages": [
- "Javascript"
+ "javascript"
]
}
]
From 9d67a67fb0b3fb0a23c5619af9391aad521eafe4 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 9 Oct 2019 22:42:32 +0000
Subject: [PATCH 198/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c5f3267..49d07a3 100644
--- a/README.md
+++ b/README.md
@@ -583,6 +583,7 @@ You can see in which language an app is written. Currently there are following l
- [Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS ![swift_icon]
- [Mos](https://github.com/Caldis/Mos) - Smooth your mouse's scrolling and reverse the mouse scroll direction ![swift_icon]
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
+- [Numi](https://github.com/nikolaeu/Numi) - A handy calculator with natural language parsing ![javascript_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
From 4a2bab972f55ef2485456822ab599b5155de25f5 Mon Sep 17 00:00:00 2001
From: hillkim
Date: Thu, 10 Oct 2019 12:31:20 +0300
Subject: [PATCH 199/641] Add Clementine Media Player (#420)
* Add Clementine Media Player
Add Clementine is a modern music player and library organizer for Windows, Linux and macOS
* Update Clementine
Change C++ to cpp
---
applications.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/applications.json b/applications.json
index 6030f4a..d2fe15e 100644
--- a/applications.json
+++ b/applications.json
@@ -47,6 +47,25 @@
"languages": [
"swift"
]
+ },
+ {
+ "short_description": "Clementine is a modern music player and library organizer for Windows, Linux and macOS. ",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://github.com/clementine-player/Clementine",
+ "title": "Clementine",
+ "icon_url": "https://raw.githubusercontent.com/clementine-player/Clementine/master/dist/clementine_128.png",
+ "screenshots": [
+ "https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-1.png",
+ "https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-2.png",
+ "https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-3.png",
+ "https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-4.png"
+ ],
+ "official_site": "http://www.clementine-player.org/",
+ "languages": [
+ "cpp"
+ ]
},
{
"short_description": "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
From 4b1dcc25d8e845f473e76839a836fe4fce9f8cc1 Mon Sep 17 00:00:00 2001
From: Zsolt Prontvai
Date: Thu, 10 Oct 2019 11:33:04 +0200
Subject: [PATCH 200/641] Remove Inboxer (#452)
This project is not maintained anymore. Since Inbox is closed this project has to be closed as well.
---
applications.json | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/applications.json b/applications.json
index d2fe15e..b07377a 100644
--- a/applications.json
+++ b/applications.json
@@ -3387,21 +3387,6 @@
"objective_c"
]
},
- {
- "short_description": "Unofficial Google Inbox Desktop App.",
- "categories": [
- "mail"
- ],
- "repo_url": "https://github.com/denysdovhan/inboxer",
- "title": "Inboxer",
- "icon_url": "",
- "screenshots": [],
- "official_site": "",
- "languages": [
- "javascript",
- "css"
- ]
- },
{
"short_description": "Wrapper for Inbox by Gmail. ",
"categories": [
From a196fa72dfdfdbc62997a9e17d96131e2883bad5 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 10 Oct 2019 12:36:23 +0300
Subject: [PATCH 201/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index b07377a..0aa1f32 100644
--- a/applications.json
+++ b/applications.json
@@ -62,7 +62,7 @@
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-3.png",
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-4.png"
],
- "official_site": "http://www.clementine-player.org/",
+ "official_site": "https://www.clementine-player.org/",
"languages": [
"cpp"
]
From d8c15926aa7864a45c0d0c65a4cfd3a23a91bbbd Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 10 Oct 2019 09:40:08 +0000
Subject: [PATCH 202/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 49d07a3..03209d5 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ You can see in which language an app is written. Currently there are following l
- [Background Music](https://github.com/kyleneideck/BackgroundMusic) - Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. ![cpp_icon]
- [BlackHole](https://github.com/ExistentialAudio/BlackHole) - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. ![c_icon]
- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
+- [Clementine](https://github.com/clementine-player/Clementine) - Clementine is a modern music player and library organizer for Windows, Linux and macOS. ![cpp_icon]
- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon]
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
@@ -354,7 +355,6 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
-- [Inboxer](https://github.com/denysdovhan/inboxer) - Unofficial Google Inbox Desktop App. ![javascript_icon] ![css_icon]
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon]
From 3ce6ad2c4cbb6191fd3445eb464c9ca3ac246be9 Mon Sep 17 00:00:00 2001
From: Zsolt Prontvai
Date: Thu, 10 Oct 2019 12:15:33 +0200
Subject: [PATCH 203/641] Remove gInbox (#454)
This project is not maintained anymore. Since Inbox is closed this project has to be closed as well.
---
applications.json | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/applications.json b/applications.json
index 0aa1f32..877ff0d 100644
--- a/applications.json
+++ b/applications.json
@@ -3387,22 +3387,6 @@
"objective_c"
]
},
- {
- "short_description": "Wrapper for Inbox by Gmail. ",
- "categories": [
- "mail"
- ],
- "repo_url": "https://github.com/chenasraf/gInbox",
- "title": "gInbox",
- "icon_url": "",
- "screenshots": [
- "http://i.imgur.com/ZxaChmj.png"
- ],
- "official_site": "",
- "languages": [
- "swift"
- ]
- },
{
"short_description": "Extensible mail client. ",
"categories": [
From b1bc93c9992cad65ec71be92d7f7c0841780a488 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 10 Oct 2019 10:19:08 +0000
Subject: [PATCH 204/641] Generate README
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 03209d5..1d90a88 100644
--- a/README.md
+++ b/README.md
@@ -358,7 +358,6 @@ You can see in which language an app is written. Currently there are following l
- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon]
-- [gInbox](https://github.com/chenasraf/gInbox) - Wrapper for Inbox by Gmail. ![swift_icon]
### Medical
- [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon]
From 7e00db45c3fe2b539d60ff1a33eafef1496f55bb Mon Sep 17 00:00:00 2001
From: Ben
Date: Thu, 10 Oct 2019 17:32:59 -0400
Subject: [PATCH 205/641] Update to include audio application cog (#455)
* Update to include audio application cog
Added the audio application with winamp like interface "cog"
* Update repo and language
Fixed link to directly link to repo
Fixed camel case in language
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 877ff0d..74479c3 100644
--- a/applications.json
+++ b/applications.json
@@ -7181,6 +7181,20 @@
"languages": [
"c"
]
+ },
+ {
+ "short_description": "Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate",
+ "categories": [
+ "audio"
+ ],
+ "repo_url": "https://bitbucket.org/losnoco/cog/src",
+ "title": "Cog",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "http://cogx.org/",
+ "languages": [
+ "objective_c"
+ ]
},
{
"short_description" : "Command-line tool to search files with SQL syntax.",
From f920d60c49fafd358f90c34fdad869b40dc74598 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 10 Oct 2019 21:36:42 +0000
Subject: [PATCH 206/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 1d90a88..8d693ee 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ You can see in which language an app is written. Currently there are following l
- [BlackHole](https://github.com/ExistentialAudio/BlackHole) - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. ![c_icon]
- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
- [Clementine](https://github.com/clementine-player/Clementine) - Clementine is a modern music player and library organizer for Windows, Linux and macOS. ![cpp_icon]
+- [Cog](https://bitbucket.org/losnoco/cog/src) - Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate ![objective_c_icon]
- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon]
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
From 99d9011dd69654d72f552bbb7a6efd5e6ec18ef1 Mon Sep 17 00:00:00 2001
From: Travis Plunk
Date: Thu, 10 Oct 2019 17:28:29 -0500
Subject: [PATCH 207/641] Add PowerShell (#456)
* Add PowerShell
* Fix tests
* Update applications.json
---
.travis.yml | 2 +-
applications.json | 22 ++++++++++++++++++----
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index eee77df..92b8774 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6
- danger
after_success:
- swift ./.github/main.swift
diff --git a/applications.json b/applications.json
index 74479c3..dab2bcc 100644
--- a/applications.json
+++ b/applications.json
@@ -2106,13 +2106,13 @@
"screenshots": [
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/inspect-screenshot.png",
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
- "https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
+ "https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
],
"official_site": "https://httptoolkit.tech/mock/",
"languages": [
"typescript"
]
- },
+ },
{
"short_description": "Insomnia is a cross-platform REST client, built on top of Electron. ",
"categories": [
@@ -7216,14 +7216,14 @@
"productivity"
],
"repo_url": "https://github.com/ivoronin/TomatoBar",
- "title": "TomatoBar",
+ "title": "TomatoBar",
"icon_url": "",
"screenshots": [],
"official_site": "",
"languages": [
"swift"
]
- },
+ },
{
"short_description": "Mounts archives like disk images.",
"categories": [
@@ -7269,6 +7269,20 @@
"languages": [
"javascript"
]
+ },
+ {
+ "short_description": "PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/powershell/powershell",
+ "title": "PowerShell",
+ "icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png",
+ "screenshots": [],
+ "official_site": "https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6",
+ "languages": [
+ "c_sharp"
+ ]
}
]
}
From 2335dc50c5aa20de0fafe31e48bdda513865fda8 Mon Sep 17 00:00:00 2001
From: Wojtek
Date: Thu, 10 Oct 2019 18:28:53 -0400
Subject: [PATCH 208/641] add BeagleIM xmpp chat app (#457)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index dab2bcc..d97e7e8 100644
--- a/applications.json
+++ b/applications.json
@@ -633,6 +633,22 @@
"javascript"
]
},
+ {
+ "short_description": "Powerful XMPP client with support for file transfer, VoIP and end-to-end encryption.",
+ "categories": [
+ "chat"
+ ],
+ "repo_url": "https://github.com/tigase/beagle-im",
+ "title": "Beagle IM",
+ "icon_url": "https://raw.githubusercontent.com/tigase/beagle-im/master/BeagleIM/Assets.xcassets/AppIcon.appiconset/IMG_0720_32.png",
+ "screenshots": [
+ "https://beagle.im/img/services/darkOrLight.png"
+ ],
+ "official_site": "https://beagle.im/",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Native Mac app wrapper for WhatsApp Web. ",
"categories": [
From 673f426d75e35fc0b5b604b4c9903fecc922dc91 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 10 Oct 2019 22:32:33 +0000
Subject: [PATCH 209/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 8d693ee..116d876 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,7 @@ You can see in which language an app is written. Currently there are following l
### Chat
- [Android Messenger Mac](https://github.com/larson-carter/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon]
+- [Beagle IM](https://github.com/tigase/beagle-im) - Powerful XMPP client with support for file transfer, VoIP and end-to-end encryption. ![swift_icon]
- [ChitChat](https://github.com/stonesam92/ChitChat) - Native Mac app wrapper for WhatsApp Web. ![objective_c_icon]
- [Electronic WeChat](https://github.com/geeeeeeeeek/electronic-wechat) - Better WeChat on macOS and Linux. ![javascript_icon]
- [Franz](https://github.com/meetfranz/franz) - Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ![javascript_icon]
@@ -587,6 +588,7 @@ You can see in which language an app is written. Currently there are following l
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
+- [PowerShell](https://github.com/powershell/powershell) - PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools. ![c_sharp_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
From c43c765818d093afaf46758f2f37354749561f26 Mon Sep 17 00:00:00 2001
From: Tobias Hagemann
Date: Mon, 14 Oct 2019 00:38:54 +0200
Subject: [PATCH 210/641] Added Cryptomator (#458)
---
applications.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/applications.json b/applications.json
index d97e7e8..4e8c4eb 100644
--- a/applications.json
+++ b/applications.json
@@ -7299,6 +7299,25 @@
"languages": [
"c_sharp"
]
+ },
+ {
+ "short_description": "Multi-platform transparent client-side encryption of your files in the cloud.",
+ "categories": [
+ "security"
+ ],
+ "repo_url": "https://github.com/cryptomator/cryptomator",
+ "title": "Cryptomator",
+ "icon_url": "https://cryptomator.org/resources/presskit/cryptomator-logo.png",
+ "screenshots": [
+ "https://cryptomator.org/resources/presskit/en/mac-screenshot-1.png",
+ "https://cryptomator.org/resources/presskit/en/mac-screenshot-2.png",
+ "https://cryptomator.org/resources/presskit/en/mac-screenshot-3.png",
+ "https://cryptomator.org/resources/presskit/en/mac-screenshot-4.png"
+ ],
+ "official_site": "https://cryptomator.org/",
+ "languages": [
+ "java"
+ ]
}
]
}
From 5e41b7a13757defaadbc5a8781333bc96f4a7bd1 Mon Sep 17 00:00:00 2001
From: Jan Willamowius
Date: Mon, 14 Oct 2019 00:39:31 +0200
Subject: [PATCH 211/641] add GNU Gatekeeper (#460)
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 4e8c4eb..8ea9761 100644
--- a/applications.json
+++ b/applications.json
@@ -6269,6 +6269,20 @@
"swift"
]
},
+ {
+ "short_description": "Video conferencing server for H.323 terminals. ",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/willamowius/gnugk",
+ "title": "GNU Gatekeeper",
+ "icon_url": "https://avatars2.githubusercontent.com/u/6840544?s=460&v=4",
+ "screenshots": [],
+ "official_site": "https://www.gnugk.org",
+ "languages": [
+ "cpp"
+ ]
+ },
{
"short_description": "Turn any short video into an animated GIF quickly and easily. ",
"categories": [
From 4e767e1e9c5549d37b2d5d0bd7d2d9b670c710da Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sun, 13 Oct 2019 22:43:21 +0000
Subject: [PATCH 212/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 116d876..f873381 100644
--- a/README.md
+++ b/README.md
@@ -492,6 +492,7 @@ You can see in which language an app is written. Currently there are following l
- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon]
### Security
+- [Cryptomator](https://github.com/cryptomator/cryptomator) - Multi-platform transparent client-side encryption of your files in the cloud. ![java_icon]
- [LuLu](https://github.com/objective-see/LuLu) - LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ![objective_c_icon]
- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon]
@@ -616,6 +617,7 @@ You can see in which language an app is written. Currently there are following l
- [Conferences.digital](https://github.com/zagahr/Conferences.digital) - Best way to watch the latest and greatest videos from your favourite developer conferences for free on your Mac. ![swift_icon]
- [Datamosh](https://github.com/maelswarm/Datamosh) - Datamosh your videos on macOS. ![swift_icon]
- [Face Data](https://github.com/xiaohk/FaceData) - macOS application used to auto-annotate landmarks from a video. ![swift_icon]
+- [GNU Gatekeeper](https://github.com/willamowius/gnugk) - Video conferencing server for H.323 terminals. ![cpp_icon]
- [Gifted](https://github.com/vdel26/gifted) - Turn any short video into an animated GIF quickly and easily. ![objective_c_icon]
- [HandBrake](https://github.com/HandBrake/HandBrake) - HandBrake is a video transcoder available for Linux, Mac, and Windows. ![c_icon]
- [MenuTube](https://github.com/edanchenkov/MenuTube) - Catch YouTube into your macOS menu bar! ![javascript_icon]
From 6e22a83ee5c9af51d73f69570f76918b8bd01b70 Mon Sep 17 00:00:00 2001
From: spieglt
Date: Tue, 15 Oct 2019 05:43:07 -0500
Subject: [PATCH 213/641] Adding Flying Carpet to utilities (#461)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 8ea9761..93f0a69 100644
--- a/applications.json
+++ b/applications.json
@@ -1,5 +1,21 @@
{
"applications": [
+ {
+ "short_description": "cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/spieglt/flyingcarpet",
+ "title": "Flying Carpet",
+ "icon_url": "https://raw.githubusercontent.com/spieglt/FlyingCarpet/master/icons/Windows/fc.ico",
+ "screenshots": [
+ "https://github.com/spieglt/FlyingCarpet/blob/master/pictures/macDemo.png"
+ ],
+ "official_site": "https://adequate.systems/",
+ "languages": [
+ "go"
+ ]
+ },
{
"short_description": "manage bluetooth connections with your keyboard.",
"categories": [
From 40f6cc2ad88ac1cac93087884d48fec1e01234ec Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 15 Oct 2019 10:46:56 +0000
Subject: [PATCH 214/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f873381..218e5d6 100644
--- a/README.md
+++ b/README.md
@@ -571,6 +571,7 @@ You can see in which language an app is written. Currently there are following l
- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon]
- [Crypter](https://github.com/HR/Crypter) - Crypter is an innovative, convenient and secure cross-platform crypto app that simplifies secure password generation and management by requiring you to only remember one bit, the MasterPass. ![javascript_icon]
- [ECheck](https://github.com/josejuanqm/ECheck) - Small tool to validate epub files for macOS. ![swift_icon]
+- [Flying Carpet](https://github.com/spieglt/flyingcarpet) - cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux. ![go_icon]
- [Funky](https://github.com/thecatalinstan/Funky) - Easily toggle the function key on your Mac on a per app basis. ![objective_c_icon]
- [Gray](https://github.com/zenangst/Gray) - Pick between the light appearance and the dark appearance on a per-app basis with the click of a button ![swift_icon]
- [Kap](https://github.com/wulkano/kap) - Screen recorder application built with web technology. ![javascript_icon]
From 6935639715f21c2f6cd6f45e37179a4867694fbd Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 16 Oct 2019 09:31:09 +0300
Subject: [PATCH 215/641] Fix categories for Xpiks (#467)
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index 93f0a69..761a4d3 100644
--- a/applications.json
+++ b/applications.json
@@ -7297,9 +7297,9 @@
"cpp"
],
"categories": [
- "Productivity",
- "Images",
- "Video"
+ "productivity",
+ "images",
+ "video"
]
},
{
From e3d417a8c11d58f7f939818bf102cb767c09eb66 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 16 Oct 2019 06:40:13 +0000
Subject: [PATCH 216/641] Generate README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 218e5d6..f38b38b 100644
--- a/README.md
+++ b/README.md
@@ -344,6 +344,7 @@ You can see in which language an app is written. Currently there are following l
- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![swift_icon]
- [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![swift_icon]
- [WebPonize](https://github.com/1000ch/WebPonize) - WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP. ![swift_icon] ![c_icon]
+- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
### Keyboard
- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon]
@@ -476,6 +477,7 @@ You can see in which language an app is written. Currently there are following l
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
+- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
- [Yomu](https://github.com/sendyhalim/Yomu) - Manga reader app for macOS. ![swift_icon]
- [espanso](https://github.com/federico-terzi/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon]
- [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon]
@@ -628,6 +630,7 @@ You can see in which language an app is written. Currently there are following l
- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
+- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
### Wallpaper
From 31b6122bc920cee3f7404b8f035aa361c394cdbb Mon Sep 17 00:00:00 2001
From: Ben
Date: Wed, 16 Oct 2019 03:32:11 -0400
Subject: [PATCH 217/641] Add Mac Homebrew Cask to Utilities (#464)
Though really Homebrew and Homebrew Cask should be their own "type"
Closes #315
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 761a4d3..022c6ef 100644
--- a/applications.json
+++ b/applications.json
@@ -46,6 +46,22 @@
"python"
]
},
+ {
+ "short_description": "A CLI workflow for the administration of macOS applications distributed as binaries",
+ "categories": [
+ "utilities"
+ ],
+ "repo_url": "https://github.com/Homebrew/homebrew-cask",
+ "title": "homebrew-cask",
+ "icon_url": "https://brew.sh/assets/img/homebrew-256x256.png",
+ "screenshots": [
+ "https://camo.githubusercontent.com/e0232f054269f4da8df572c3dea4f08def189df3/68747470733a2f2f692e696d6775722e636f6d2f626a723855785a2e676966"
+ ],
+ "official_site": "https://brew.sh/",
+ "languages": [
+ "ruby"
+ ]
+ },
{
"short_description": "Application which hosts AudioUnits v3 using AVFoundation API. ",
"categories": [
From e3c7144a7770b0037879dda2cf6f906a4343c418 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 16 Oct 2019 07:35:38 +0000
Subject: [PATCH 218/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f38b38b..f36e532 100644
--- a/README.md
+++ b/README.md
@@ -601,6 +601,7 @@ You can see in which language an app is written. Currently there are following l
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
- [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon]
- [fselect](https://github.com/jhspetersson/fselect) - Command-line tool to search files with SQL syntax. ![rust_icon]
+- [homebrew-cask](https://github.com/Homebrew/homebrew-cask) - A CLI workflow for the administration of macOS applications distributed as binaries ![ruby_icon]
- [iOScanX](https://github.com/alessiomaffeis/iOScanX) - Cocoa application for semi-automated iOS app analysis and evaluation. ![objective_c_icon] ![c_icon]
- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
From 8e8b94586fa74efaf0f14e2f498049cb696217ab Mon Sep 17 00:00:00 2001
From: Ben
Date: Wed, 16 Oct 2019 09:38:38 -0400
Subject: [PATCH 219/641] Add Audacity (#463)
Audacity is a free and open-source digital audio editor and recording application software, available for Windows, macOS/OS X and Unix-like operating systems
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 022c6ef..39e6b33 100644
--- a/applications.json
+++ b/applications.json
@@ -7181,6 +7181,22 @@
]
},
{
+ "short_description": "Free, open source, cross-platform audio software",
+ "categories": [
+ "music"
+ ],
+ "repo_url": "https://github.com/audacity/audacity",
+ "title": "Audacity",
+ "icon_url": "https://avatars3.githubusercontent.com/u/11648186?s=200&v=4",
+ "screenshots": [
+ "https://www.audacityteam.org/wp-content/uploads/2017/12/Audacity-220-Mac-normal.png"
+ ],
+ "official_site": "https://www.audacityteam.org/",
+ "languages": [
+ "c"
+ ]
+ },
+ {
"short_description": "Create beautiful musical scores with LilyPond",
"categories": [
"music"
From 8ffcc3e0fcce7b6e90b352e6df531ccc63ed3980 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 16 Oct 2019 13:44:01 +0000
Subject: [PATCH 220/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f36e532..36cdc1a 100644
--- a/README.md
+++ b/README.md
@@ -385,6 +385,7 @@ You can see in which language an app is written. Currently there are following l
- [iGlance](https://github.com/iglance/iGlance) - macOS System Monitor (cpu, memory, network, fan and battery) for the Status Bar. ![swift_icon]
### Music
+- [Audacity](https://github.com/audacity/audacity) - Free, open source, cross-platform audio software ![c_icon]
- [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app that stays in the menu bar of macOS. ![c_sharp_icon]
- [ChordDetector](https://github.com/cemolcay/ChordDetector) - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ![swift_icon]
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
From c9022e5687e39bf3404fe92f6dbb7d371b7664e6 Mon Sep 17 00:00:00 2001
From: Johannes Millan
Date: Wed, 16 Oct 2019 22:41:44 +0200
Subject: [PATCH 221/641] add super productivity (#465)
---
applications.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/applications.json b/applications.json
index 39e6b33..69f1980 100644
--- a/applications.json
+++ b/applications.json
@@ -7380,6 +7380,26 @@
"languages": [
"java"
]
+ },
+ {
+ "short_description": "Free to do list & time tracker for programmers & designers with Jira integration.",
+ "categories": [
+ "productivity",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/johannesjo/super-productivity",
+ "title": "Super Productivity",
+ "icon_url": "https://raw.githubusercontent.com/johannesjo/super-productivity/master/build/icons/512x512.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_standard.png",
+ "https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_daily-summary.png",
+ "https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_worklog.png"
+ ],
+ "official_site": "http://super-productivity.com",
+ "languages": [
+ "typescript",
+ "javascript"
+ ]
}
]
}
From a192b707232da25e7da24551c4840ceaba43b85a Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 17 Oct 2019 00:42:16 +0300
Subject: [PATCH 222/641] Fix link issue (#468)
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 69f1980..afa33bd 100644
--- a/applications.json
+++ b/applications.json
@@ -7395,7 +7395,7 @@
"https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_daily-summary.png",
"https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_worklog.png"
],
- "official_site": "http://super-productivity.com",
+ "official_site": "https://super-productivity.com",
"languages": [
"typescript",
"javascript"
From 16916353c5331b99c680785b84a44900dce84d4c Mon Sep 17 00:00:00 2001
From: spieglt
Date: Wed, 16 Oct 2019 16:42:31 -0500
Subject: [PATCH 223/641] Adding Cloaker to security section (#462)
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index afa33bd..cbabbfe 100644
--- a/applications.json
+++ b/applications.json
@@ -1,5 +1,21 @@
{
"applications": [
+ {
+ "short_description": "simple drag-and-drop, password-based file encryption.",
+ "categories": [
+ "security"
+ ],
+ "repo_url": "https://github.com/spieglt/cloaker",
+ "title": "Cloaker",
+ "icon_url": "https://raw.githubusercontent.com/spieglt/Cloaker/master/gui/cloaker/cloaker.ico",
+ "screenshots": [
+ "https://github.com/spieglt/Cloaker/blob/master/demo.gif"
+ ],
+ "official_site": "https://adequate.systems/",
+ "languages": [
+ "rust"
+ ]
+ },
{
"short_description": "cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.",
"categories": [
From 5894042398931af34d4d43acb800a9ef7d625a68 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 17 Oct 2019 00:55:28 +0300
Subject: [PATCH 224/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 92b8774..61abc68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From efddee016c289a73068079586b06fd9ba99af2f0 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 16 Oct 2019 22:06:11 +0000
Subject: [PATCH 225/641] Generate README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 36cdc1a..1034e0b 100644
--- a/README.md
+++ b/README.md
@@ -471,6 +471,7 @@ You can see in which language an app is written. Currently there are following l
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
+- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![typescript_icon] ![javascript_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
@@ -495,6 +496,7 @@ You can see in which language an app is written. Currently there are following l
- [The GitHub Matrix Screensaver](https://github.com/winterbe/github-matrix-screensaver) - The GitHub Matrix Screensaver for macOS. ![javascript_icon]
### Security
+- [Cloaker](https://github.com/spieglt/cloaker) - simple drag-and-drop, password-based file encryption. ![rust_icon]
- [Cryptomator](https://github.com/cryptomator/cryptomator) - Multi-platform transparent client-side encryption of your files in the cloud. ![java_icon]
- [LuLu](https://github.com/objective-see/LuLu) - LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ![objective_c_icon]
- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon]
@@ -596,6 +598,7 @@ You can see in which language an app is written. Currently there are following l
- [PowerShell](https://github.com/powershell/powershell) - PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools. ![c_sharp_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
+- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![typescript_icon] ![javascript_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
From f44e22136716b9d508ce0b740cb38cf3a22ba507 Mon Sep 17 00:00:00 2001
From: Evan Simpson
Date: Fri, 18 Oct 2019 20:49:15 -0400
Subject: [PATCH 226/641] Updated Brave Browser URL in applications.json (#469)
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index cbabbfe..d1a7b0b 100644
--- a/applications.json
+++ b/applications.json
@@ -563,7 +563,7 @@
"categories": [
"browser"
],
- "repo_url": "https://github.com/brave/browser-laptop",
+ "repo_url": "https://github.com/brave/brave-browser",
"title": "Brave Browser",
"icon_url": "",
"screenshots": [],
From 02eb4f8bc97be420b8ed95137ba75f5b5d80fbcc Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 19 Oct 2019 00:53:03 +0000
Subject: [PATCH 227/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1034e0b..c13f870 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ You can see in which language an app is written. Currently there are following l
### Browser
- [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![javascript_icon]
-- [Brave Browser](https://github.com/brave/browser-laptop) - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ![javascript_icon]
+- [Brave Browser](https://github.com/brave/brave-browser) - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ![javascript_icon]
- [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon]
- [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon]
- [Kaktus Browser](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon]
From b69e3948d45e308c396bc37b60048bdd68b1c41d Mon Sep 17 00:00:00 2001
From: Baptiste Lombard <17877656+blombard@users.noreply.github.com>
Date: Mon, 21 Oct 2019 14:24:18 +0200
Subject: [PATCH 228/641] Add Unshaky (#471)
* Add Unshaky
* Remove raw=true
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index d1a7b0b..e206eaa 100644
--- a/applications.json
+++ b/applications.json
@@ -3420,6 +3420,23 @@
"swift"
]
},
+ {
+ "short_description": "A software attempt to address the \"double key press\" issue on Apple's butterfly keyboard ",
+ "categories": [
+ "keyboard"
+ ],
+ "repo_url": "https://github.com/aahung/Unshaky",
+ "title": "Unshaky",
+ "icon_url": "",
+ "screenshots": [
+ "https://github.com/aahung/Unshaky/blob/master/README/menubar.png",
+ "https://github.com/aahung/Unshaky/blob/master/README/how-unshaky-works.png"
+ ],
+ "official_site": "https://unshaky.nestederror.com/",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Menubar/taskbar Gmail App for Windows and macOS. ",
"categories": [
From ad5a5da90b7e7c678ab2b25592ccbcccf3002945 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 21 Oct 2019 12:28:43 +0000
Subject: [PATCH 229/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c13f870..5170de1 100644
--- a/README.md
+++ b/README.md
@@ -354,6 +354,7 @@ You can see in which language an app is written. Currently there are following l
- [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later. ![cpp_icon] ![objective_c_icon]
- [Kawa](https://github.com/utatti/kawa) - Better input source switcher for macOS. ![swift_icon]
- [Thor](https://github.com/gbammc/Thor) - Switch the right application ASAP. ![swift_icon]
+- [Unshaky](https://github.com/aahung/Unshaky) - A software attempt to address the "double key press" issue on Apple's butterfly keyboard ![swift_icon]
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
From faceb71f2ea30e3007d2547c3eb3df5851b748cc Mon Sep 17 00:00:00 2001
From: mwieder
Date: Tue, 22 Oct 2019 00:59:44 -0700
Subject: [PATCH 230/641] added LiveCode to the list (#444)
* added LiveCode to the list
* adding livecode to the list
---
applications.json | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/applications.json b/applications.json
index e206eaa..55ae139 100644
--- a/applications.json
+++ b/applications.json
@@ -7319,6 +7319,20 @@
"official_site" : "",
"languages" : [
"rust"
+ ]
+ },
+ {
+ "short_description": "Cross-platform development IDE",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://https://github.com/livecode/livecode",
+ "title": "LiveCode",
+ "icon_url": "https://livecode.com/wp-content/uploads/2016/05/newdarklogo.png",
+ "screenshots": [],
+ "official_site": "https://livecode.org/",
+ "languages": [
+ "c"
]
},
{
@@ -7433,6 +7447,21 @@
"typescript",
"javascript"
]
+ },
+ {
+ "short_description": "Cross-platform development IDE",
+ "categories": [
+ "ide"
+ ],
+ "repo_url": "https://https://github.com/livecode/livecode",
+ "title": "LiveCode",
+ "icon_url": "https://livecode.com/wp-content/uploads/2016/05/newdarklogo.png",
+ "screenshots": [],
+ "official_site": "https://livecode.org/",
+ "languages": [
+ "c"
+ ]
}
+
]
}
From 7ee12a09685df8880f7103c83170a3b3fcc3f1c0 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 23 Oct 2019 09:27:57 +0300
Subject: [PATCH 231/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 61abc68..38a133d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: required
language: swift
osx_image: xcode10
rvm:
- - 2.4.1
+ - 2.2
before_script:
- gem install awesome_bot
- gem install bundler
From 9087b26d6fe834f4550f3e00915d8947dbd506d4 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 25 Oct 2019 13:43:33 +0300
Subject: [PATCH 232/641] Update .travis.yml
---
.travis.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 38a133d..075b662 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
sudo: required
language: swift
-osx_image: xcode10
-rvm:
- - 2.2
+osx_image: xcode10.1
+rvm: 2.6.0
before_script:
- gem install awesome_bot
- gem install bundler
From 4e71ee5757bb40222d36e1a5731890984a2115f2 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 25 Oct 2019 23:52:08 +0300
Subject: [PATCH 233/641] Update .travis.yml (#477)
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Remove livecode
---
.travis.yml | 3 +--
applications.json | 15 ---------------
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 075b662..c8c94b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
sudo: required
language: swift
-osx_image: xcode10.1
-rvm: 2.6.0
+osx_image: xcode11
before_script:
- gem install awesome_bot
- gem install bundler
diff --git a/applications.json b/applications.json
index 55ae139..0f7be66 100644
--- a/applications.json
+++ b/applications.json
@@ -7447,21 +7447,6 @@
"typescript",
"javascript"
]
- },
- {
- "short_description": "Cross-platform development IDE",
- "categories": [
- "ide"
- ],
- "repo_url": "https://https://github.com/livecode/livecode",
- "title": "LiveCode",
- "icon_url": "https://livecode.com/wp-content/uploads/2016/05/newdarklogo.png",
- "screenshots": [],
- "official_site": "https://livecode.org/",
- "languages": [
- "c"
- ]
}
-
]
}
From deef96e3f44d5a64d35790cd8cbc8f110c48ce35 Mon Sep 17 00:00:00 2001
From: Matthias
Date: Sat, 26 Oct 2019 06:02:52 +0900
Subject: [PATCH 234/641] Remove duplicate language icons for Oni and
Quickwords (#448) (#473)
* Remove duplicate language icons
* undo format changes
---
applications.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index 0f7be66..1583ded 100644
--- a/applications.json
+++ b/applications.json
@@ -3098,7 +3098,7 @@
]
},
{
- "short_description": "Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon]",
+ "short_description": "Oni is a modern take on modal editing code editor focused on developer productivity. ",
"categories": [
"ide"
],
@@ -4738,7 +4738,7 @@
]
},
{
- "short_description": "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon]",
+ "short_description": "Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ",
"categories": [
"productivity"
],
@@ -7319,7 +7319,7 @@
"official_site" : "",
"languages" : [
"rust"
- ]
+ ]
},
{
"short_description": "Cross-platform development IDE",
From 2ad5de4caba0bdabe898f1445ffa8810d2444069 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Sat, 26 Oct 2019 00:10:45 +0300
Subject: [PATCH 235/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 1583ded..71643db 100644
--- a/applications.json
+++ b/applications.json
@@ -7326,7 +7326,7 @@
"categories": [
"ide"
],
- "repo_url": "https://https://github.com/livecode/livecode",
+ "repo_url": "https://github.com/livecode/livecode",
"title": "LiveCode",
"icon_url": "https://livecode.com/wp-content/uploads/2016/05/newdarklogo.png",
"screenshots": [],
From 3c58eb01475a4e226fcfa05624dd3ba334c69dff Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 25 Oct 2019 21:13:42 +0000
Subject: [PATCH 236/641] Generate README
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5170de1..dd72718 100644
--- a/README.md
+++ b/README.md
@@ -327,7 +327,8 @@ You can see in which language an app is written. Currently there are following l
### IDE
- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon]
-- [Oni](https://github.com/onivim/oni) - Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon] ![javascript_icon] ![type_script_icon]
+- [LiveCode](https://github.com/livecode/livecode) - Cross-platform development IDE ![c_icon]
+- [Oni](https://github.com/onivim/oni) - Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon] ![type_script_icon]
- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![type_script_icon]
- [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio) - ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ![lua_icon]
@@ -468,7 +469,7 @@ You can see in which language an app is written. Currently there are following l
- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon]
- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon]
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
-- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![javascript_icon] ![css_icon]
+- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
From c6a6689eab028b0ac36f46cfcef69f2b4d999df7 Mon Sep 17 00:00:00 2001
From: Matthias
Date: Sat, 26 Oct 2019 06:17:36 +0900
Subject: [PATCH 237/641] Remove duplicate description tag (#474)
---
applications.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 71643db..a211182 100644
--- a/applications.json
+++ b/applications.json
@@ -6479,13 +6479,12 @@
]
},
{
- "short_description": "Modern video player for macOS. ",
+ "short_description" : "The modern video player for macOS. ",
"categories": [
"player"
],
"repo_url": "https://github.com/iina/iina",
"title": "IINA",
- "short_description" : "The modern video player for macOS.",
"icon_url": "https://raw.githubusercontent.com/iina/iina/master/iina/Assets.xcassets/AppIcon.appiconset/256-1.png",
"screenshots": [],
"official_site": "https://iina.io",
From 3736186f09b1a4cc31f81edc9650637d57edd8fc Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 25 Oct 2019 21:21:25 +0000
Subject: [PATCH 238/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index dd72718..b127e4b 100644
--- a/README.md
+++ b/README.md
@@ -441,7 +441,7 @@ You can see in which language an app is written. Currently there are following l
- [syncthing-macosx](https://github.com/syncthing/syncthing-macos) - Frugal nativemacOS macOS Syncthing application bundle. ![objective_c_icon]
### Player
-- [IINA](https://github.com/iina/iina) - Modern video player for macOS. ![swift_icon]
+- [IINA](https://github.com/iina/iina) - The modern video player for macOS. ![swift_icon]
- [MPlayerX](https://github.com/niltsh/MPlayerX) - Media player on macOS. ![objective_c_icon]
- [MacMorpheus](https://github.com/emoRaivis/MacMorpheus) - 3D 180/360 video player for macOS for PSVR with head tracking. ![objective_c_icon]
- [Movie Monad](https://github.com/lettier/movie-monad) - Desktop video player built with Haskell that uses GStreamer and GTK+. ![haskell_icon]
From 207a7ae8434ad1a8e51658fb90539b98c925b2db Mon Sep 17 00:00:00 2001
From: Matthias
Date: Sat, 26 Oct 2019 16:52:58 +0900
Subject: [PATCH 239/641] Remove Android Messenger (#475)
---
applications.json | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/applications.json b/applications.json
index a211182..6de5be6 100644
--- a/applications.json
+++ b/applications.json
@@ -665,22 +665,6 @@
"c"
]
},
- {
- "short_description": " Mac app wrapper around Google's stand-alone Android Messenger. ",
- "categories": [
- "chat"
- ],
- "repo_url": "https://github.com/larson-carter/android-messenger-mac",
- "title": "Android Messenger Mac",
- "icon_url": "",
- "screenshots": [
- "https://i.imgur.com/GQiLntX.jpg"
- ],
- "official_site": "",
- "languages": [
- "javascript"
- ]
- },
{
"short_description": "Powerful XMPP client with support for file transfer, VoIP and end-to-end encryption.",
"categories": [
From 2e3020c9d680be5fa3738a455398b5fab1bb2ea0 Mon Sep 17 00:00:00 2001
From: Matthias
Date: Sat, 26 Oct 2019 16:53:30 +0900
Subject: [PATCH 240/641] Fix typescript icons for multiple apps (#476)
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 6de5be6..82fa224 100644
--- a/applications.json
+++ b/applications.json
@@ -2158,7 +2158,7 @@
],
"official_site": "https://httptoolkit.tech/mock/",
"languages": [
- "typescript"
+ "type_script"
]
},
{
@@ -7427,7 +7427,7 @@
],
"official_site": "https://super-productivity.com",
"languages": [
- "typescript",
+ "type_script",
"javascript"
]
}
From 2e3908dbde1697fd45451642c29a91f943d23ef8 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 26 Oct 2019 07:56:06 +0000
Subject: [PATCH 241/641] Generate README
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b127e4b..8e40d60 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,6 @@ You can see in which language an app is written. Currently there are following l
- [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon]
### Chat
-- [Android Messenger Mac](https://github.com/larson-carter/android-messenger-mac) - Mac app wrapper around Google's stand-alone Android Messenger. ![javascript_icon]
- [Beagle IM](https://github.com/tigase/beagle-im) - Powerful XMPP client with support for file transfer, VoIP and end-to-end encryption. ![swift_icon]
- [ChitChat](https://github.com/stonesam92/ChitChat) - Native Mac app wrapper for WhatsApp Web. ![objective_c_icon]
- [Electronic WeChat](https://github.com/geeeeeeeeek/electronic-wechat) - Better WeChat on macOS and Linux. ![javascript_icon]
@@ -202,7 +201,7 @@ You can see in which language an app is written. Currently there are following l
#### Web Development
- [CoreOS VM](https://github.com/TheNewNormal/coreos-osx) - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ![objective_c_icon]
- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon]
-- [HTTP Toolkit](https://github.com/httptoolkit/httptoolkit-desktop) - HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ![typescript_icon]
+- [HTTP Toolkit](https://github.com/httptoolkit/httptoolkit-desktop) - HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ![type_script_icon]
- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
- [KubeSwitch](https://github.com/nsriram/KubeSwitch) - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar. ![swift_icon]
@@ -473,7 +472,7 @@ You can see in which language an app is written. Currently there are following l
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
-- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![typescript_icon] ![javascript_icon]
+- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
@@ -600,7 +599,7 @@ You can see in which language an app is written. Currently there are following l
- [PowerShell](https://github.com/powershell/powershell) - PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools. ![c_sharp_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
-- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![typescript_icon] ![javascript_icon]
+- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
- [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon]
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
From 3d7c73e3dfb1162a64b7cbde1e572a8249db7b4c Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sun, 27 Oct 2019 20:30:21 +0200
Subject: [PATCH 242/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 82fa224..b3b1a24 100644
--- a/applications.json
+++ b/applications.json
@@ -3360,7 +3360,7 @@
"categories": [
"keyboard"
],
- "repo_url": "https://github.com/tekezo/Karabiner-Elements",
+ "repo_url": "https://github.com/pqrs-org/Karabiner-Elements",
"title": "Karabiner-Elements",
"icon_url": "",
"screenshots": [],
From 73c599eed4e83c9bae2d49acedbf74903e1402b3 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sun, 27 Oct 2019 18:33:01 +0000
Subject: [PATCH 243/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8e40d60..3f28938 100644
--- a/README.md
+++ b/README.md
@@ -351,7 +351,7 @@ You can see in which language an app is written. Currently there are following l
- [Fluor](https://github.com/Pyroh/Fluor) - Handy tool for macOS allowing you to switch Fn keys' mode based on active application. ![swift_icon]
- [GokuRakuJoudo](https://github.com/yqrashawn/GokuRakuJoudo) - Karabiner-Elements configuration manager, rescue to bloated karabiner.json ![clojure_icon]
- [Karabiner](https://github.com/tekezo/Karabiner) - Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization. ![cpp_icon] ![objective_c_icon]
-- [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later. ![cpp_icon] ![objective_c_icon]
+- [Karabiner-Elements](https://github.com/pqrs-org/Karabiner-Elements) - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later. ![cpp_icon] ![objective_c_icon]
- [Kawa](https://github.com/utatti/kawa) - Better input source switcher for macOS. ![swift_icon]
- [Thor](https://github.com/gbammc/Thor) - Switch the right application ASAP. ![swift_icon]
- [Unshaky](https://github.com/aahung/Unshaky) - A software attempt to address the "double key press" issue on Apple's butterfly keyboard ![swift_icon]
From 68047190e7ce3a3c74459fb24da4c8fbbef385a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20=C3=81ngel=20D=C3=ADaz?=
Date: Thu, 7 Nov 2019 12:33:41 +0100
Subject: [PATCH 244/641] Add nef Xcode extension to list (#479)
* Add nef Xcode extension to list
* Add site to nef
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index b3b1a24..3a57dd4 100644
--- a/applications.json
+++ b/applications.json
@@ -2714,6 +2714,23 @@
"javascript"
]
},
+ {
+ "short_description": "This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore.",
+ "categories": [
+ "extensions"
+ ],
+ "repo_url": "https://github.com/bow-swift/nef-plugin",
+ "title": "nef",
+ "icon_url": "https://raw.githubusercontent.com/bow-swift/bow-art/master/assets/nef-brand-xcode-shadow.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/bow-swift/nef-plugin/master/assets/nef-plugin-action-export.png",
+ "https://raw.githubusercontent.com/bow-swift/nef-plugin/master/assets/nef-plugin-action-snippet.png"
+ ],
+ "official_site": "https://nef.bow-swift.io/",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Clipy is a Clipboard extension app for macOS. ",
"categories": [
From 9b005383d1d592cd1ee1406259b1292b447541f1 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 7 Nov 2019 11:56:40 +0000
Subject: [PATCH 245/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3f28938..fe41ae6 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,7 @@ You can see in which language an app is written. Currently there are following l
- [PageExtender](https://github.com/fphilipe/PageExtender.app) - Extend pages with your own CSS and JS files. ![swift_icon] ![javascript_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
+- [nef](https://github.com/bow-swift/nef-plugin) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore. ![swift_icon]
### Finder
- [Clipy](https://github.com/Clipy/Clipy) - Clipy is a Clipboard extension app for macOS. ![swift_icon]
From f97ef5a0fff5c31ac8eed1146d1da920f40ff991 Mon Sep 17 00:00:00 2001
From: Varol Aksoy
Date: Fri, 8 Nov 2019 14:49:48 +0300
Subject: [PATCH 246/641] Calculeta added on the list (#478)
---
applications.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/applications.json b/applications.json
index 3a57dd4..9765a69 100644
--- a/applications.json
+++ b/applications.json
@@ -7447,6 +7447,26 @@
"type_script",
"javascript"
]
+ },
+ {
+ "short_description": "Calculator for macOS which working on statusbar.",
+ "categories": [
+ "productivity",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/varol/Calculeta",
+ "title": "Calculeta",
+ "icon_url": "",
+ "screenshots": [
+ "",
+ "",
+ ""
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
}
+
]
}
From bb0729b2588a147b58bcaf4ff09d7f71aedca9c6 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 8 Nov 2019 13:53:41 +0200
Subject: [PATCH 247/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 9765a69..60cb961 100644
--- a/applications.json
+++ b/applications.json
@@ -2228,7 +2228,7 @@
"categories": [
"web-development"
],
- "repo_url": "https://github.com/BurntCaramel/Lantern",
+ "repo_url": "https://github.com/RoyalIcing/Lantern",
"title": "Lantern",
"icon_url": "",
"screenshots": [],
From c0d4dea2f450db1331a3ab112a648c30a17f5911 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 8 Nov 2019 11:56:21 +0000
Subject: [PATCH 248/641] Generate README
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fe41ae6..c64740d 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ You can see in which language an app is written. Currently there are following l
- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
- [KubeSwitch](https://github.com/nsriram/KubeSwitch) - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar. ![swift_icon]
-- [Lantern](https://github.com/BurntCaramel/Lantern) - Dedicated Mac app for website auditing and crawling. ![swift_icon]
+- [Lantern](https://github.com/RoyalIcing/Lantern) - Dedicated Mac app for website auditing and crawling. ![swift_icon]
- [LocalSites](https://github.com/plan44/localSites) - Simple Menu Bar (Status Bar) App for macOS listing local Bonjour websites (as Safari 11 no longer has Bonjour Bookmarks). ![swift_icon]
- [Mockup Generator](https://github.com/andypotts/mockup-generator) - Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ![javascript_icon]
- [Now Desktop](https://github.com/zeit/now-desktop) - Create deployments right from the tray menu. ![javascript_icon]
@@ -456,6 +456,7 @@ You can see in which language an app is written. Currently there are following l
### Productivity
- [Ao](https://github.com/klaussinani/ao) - Elegant Microsoft To-Do desktop app. ![javascript_icon] ![css_icon]
+- [Calculeta](https://github.com/varol/Calculeta) - Calculator for macOS which working on statusbar. ![swift_icon]
- [Cerebro](https://github.com/KELiON/cerebro) - Cross-platform launcher app. ![javascript_icon]
- [ClipMenu](https://github.com/naotaka/ClipMenu) - Clipboard manager for macOS. ![objective_c_icon]
- [Clocker](https://github.com/n0shake/Clocker) - macOS app to plan and organize through timezones. ![objective_c_icon]
@@ -573,6 +574,7 @@ You can see in which language an app is written. Currently there are following l
- [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon]
- [Bitwarden](https://github.com/bitwarden/desktop) - Cross-platform password management solutions for individuals, teams, and business organizations. ![type_script_icon]
- [Buttercup Desktop](https://github.com/buttercup/buttercup-desktop) - Secure password manager for mac and other platforms. ![javascript_icon]
+- [Calculeta](https://github.com/varol/Calculeta) - Calculator for macOS which working on statusbar. ![swift_icon]
- [Catch](https://github.com/mipstian/catch/) - Catch: Broadcatching made easy. ![swift_icon]
- [Clear Clipboard Text Format](https://github.com/LumingYin/ClipboardClear) - Easily clear the format of your clipboard text with Clear Clipboard Text Format. ![objective_c_icon]
- [CornerCal](https://github.com/ekreutz/CornerCal) - Simple, clean calendar and clock app for macOS. ![swift_icon]
From 8083813b3b97a12d6dd5fa0592711c5329b1991f Mon Sep 17 00:00:00 2001
From: Serhii
Date: Thu, 14 Nov 2019 19:43:32 +0200
Subject: [PATCH 249/641] Update applications.json
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 60cb961..66334cb 100644
--- a/applications.json
+++ b/applications.json
@@ -25,7 +25,7 @@
"title": "Flying Carpet",
"icon_url": "https://raw.githubusercontent.com/spieglt/FlyingCarpet/master/icons/Windows/fc.ico",
"screenshots": [
- "https://github.com/spieglt/FlyingCarpet/blob/master/pictures/macDemo.png"
+ "https://raw.githubusercontent.com/spieglt/FlyingCarpet/master/pictures/macDemo.png"
],
"official_site": "https://adequate.systems/",
"languages": [
@@ -5946,7 +5946,7 @@
"screenshots": [
"https://camo.githubusercontent.com/2ec00a08b476bb6b62b64b1813e0b608dd819d6d/68747470733a2f2f692e696d6775722e636f6d2f483338735073662e706e67"
],
- "official_site": "https://stojkovic.dev/",
+ "official_site": "",
"languages": [
"swift"
]
From 95fdf3be61cd391dcdd84b157a5692589835095c Mon Sep 17 00:00:00 2001
From: Endogen
Date: Wed, 20 Nov 2019 13:06:17 +0100
Subject: [PATCH 250/641] Added NitroShare (#481)
Added file sharing application
---
applications.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/applications.json b/applications.json
index 66334cb..b0a1b75 100644
--- a/applications.json
+++ b/applications.json
@@ -5049,6 +5049,20 @@
"swift"
]
},
+ {
+ "short_description": "Transferring files from one device to another",
+ "categories": [
+ "sharing-files"
+ ],
+ "repo_url": "https://github.com/nitroshare/nitroshare-desktop",
+ "title": "NitroShare",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "https://nitroshare.net",
+ "languages": [
+ "cpp"
+ ]
+ },
{
"short_description": "BitTorrent client in Qt. ",
"categories": [
From 43549a390bcbbb6e9cb06b53250e8b332616cb65 Mon Sep 17 00:00:00 2001
From: Dmitry Khrykin
Date: Wed, 20 Nov 2019 15:07:00 +0300
Subject: [PATCH 251/641] Added Strategr - no-fuss time management app (#480)
* Added Strategr - No-Fuss Time Management App
* Update applications.json
---
applications.json | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index b0a1b75..ce897dc 100644
--- a/applications.json
+++ b/applications.json
@@ -7462,7 +7462,7 @@
"javascript"
]
},
- {
+ {
"short_description": "Calculator for macOS which working on statusbar.",
"categories": [
"productivity",
@@ -7480,7 +7480,24 @@
"languages": [
"swift"
]
+ },
+ {
+ "short_description": "No-fuss time management",
+ "categories": [
+ "Productivity"
+ ],
+ "repo_url": "https://github.com/khrykin/StrategrDesktop",
+ "title": "Strategr",
+ "icon_url": "https://khrykin.github.io/strategr/resources/Strategr.png",
+ "screenshots": [
+ "https://camo.githubusercontent.com/0aab0a8a9be68c3f98628a5c7dc2a09da176ea7a/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f6d61696e5f6f726967696e616c2e706e67",
+ "https://camo.githubusercontent.com/1e9cc6df1bafd86c7f619cca3d4b3c30f9917398/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f626c61636b5f6d61696e2e706e67"
+ ],
+ "official_site": "https://khrykin.github.io/strategr/",
+ "languages": [
+ "cpp",
+ "objective_c"
+ ]
}
-
]
}
From cf22020e72405acb82a9a32e344272045f647e0a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 20 Nov 2019 12:09:40 +0000
Subject: [PATCH 252/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c64740d..5474024 100644
--- a/README.md
+++ b/README.md
@@ -506,6 +506,7 @@ You can see in which language an app is written. Currently there are following l
### Sharing Files
- [Deluge](https://git.deluge-torrent.org/deluge) - Lightweight cross-platform BitTorrent client. ![python_icon]
+- [NitroShare](https://github.com/nitroshare/nitroshare-desktop) - Transferring files from one device to another ![cpp_icon]
- [Rhea](https://github.com/timonus/Rhea) - macOS status bar app for quickly sharing files and URLs. ![objective_c_icon]
- [Transmission](https://github.com/transmission/transmission) - Official Transmission BitTorrent client repository. ![objective_c_icon] ![c_icon]
- [Tribler](https://github.com/Tribler/tribler) - Privacy enhanced BitTorrent client with P2P content discovery. ![python_icon]
From 4512298c80d1803c355fe7bb73c9081d58b12cfa Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 3 Dec 2019 20:29:44 +0200
Subject: [PATCH 253/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index ce897dc..74b78b0 100644
--- a/applications.json
+++ b/applications.json
@@ -4834,7 +4834,7 @@
"categories": [
"productivity"
],
- "repo_url": "https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319",
+ "repo_url": "",
"title": "Toggl Desktop",
"icon_url": "",
"screenshots": [],
From 70dfdd70b86ea1da2ed3eecc0649aac4956207b1 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 3 Dec 2019 18:34:40 +0000
Subject: [PATCH 254/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5474024..4ec869f 100644
--- a/README.md
+++ b/README.md
@@ -477,7 +477,7 @@ You can see in which language an app is written. Currently there are following l
- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
-- [Toggl Desktop](https://github.com/toggl/toggldesktop/tree/app-store-release-v7.3.319) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
+- [Toggl Desktop]() - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
- [TomatoBar](https://github.com/ivoronin/TomatoBar) - Pomodoro Technique Timer for macOS with Touch Bar support. ![swift_icon]
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
From 809dd512545d209fd7fbbd553f3d67c97a474ce6 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sun, 8 Dec 2019 17:56:07 +0200
Subject: [PATCH 255/641] Update applications.json
---
applications.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/applications.json b/applications.json
index 74b78b0..be56d7d 100644
--- a/applications.json
+++ b/applications.json
@@ -5926,7 +5926,6 @@
"title": "Lunar",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/alin23/lunar/master/lunar.gif"
],
"official_site": "",
"languages": [
From ac3765ec348b41bbe8b455fb427687d9da0fc7ef Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 11 Dec 2019 19:56:15 +0200
Subject: [PATCH 256/641] Update .travis.yml
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index c8c94b1..c4b0f74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
sudo: required
language: swift
osx_image: xcode11
+rvm: 2.6
before_script:
- gem install awesome_bot
- gem install bundler
From 4fe2578b748fcaa613148aba0a4af9237a56e861 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 11 Dec 2019 20:37:17 +0200
Subject: [PATCH 257/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index be56d7d..40ac39a 100644
--- a/applications.json
+++ b/applications.json
@@ -2166,7 +2166,7 @@
"categories": [
"web-development"
],
- "repo_url": "https://github.com/getinsomnia/insomnia",
+ "repo_url": "https://github.com/Kong/insomnia",
"title": "Insomnia",
"icon_url": "",
"screenshots": [
From c28a76d443ad6dcd8751d6adf8047b649bae315a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 11 Dec 2019 18:54:57 +0000
Subject: [PATCH 258/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4ec869f..a61c2bd 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,7 @@ You can see in which language an app is written. Currently there are following l
- [CoreOS VM](https://github.com/TheNewNormal/coreos-osx) - CoreOS VM is macOS status bar app which allows in an easy way to control CoreOS VM on your Mac. ![objective_c_icon]
- [Corectl App for macOS](https://github.com/TheNewNormal/corectl.app) - Corectl App is a macOS Status bar App which works like a wrapper around the corectl command line tool corectld to control the server runtime process. ![swift_icon]
- [HTTP Toolkit](https://github.com/httptoolkit/httptoolkit-desktop) - HTTP Toolkit is a cross-platform tool to intercept, debug & mock HTTP. ![type_script_icon]
-- [Insomnia](https://github.com/getinsomnia/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
+- [Insomnia](https://github.com/Kong/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon]
- [KubeMonitor](https://github.com/DanSanche/KubeMonitor) - KubeMonitor is a macOS app that displays information about your active Kubernetes cluster in your menu bar. ![swift_icon]
- [KubeSwitch](https://github.com/nsriram/KubeSwitch) - KubeSwitch lists the available kubernetes cluster contexts on the mac, in Mac's Menu bar. ![swift_icon]
- [Lantern](https://github.com/RoyalIcing/Lantern) - Dedicated Mac app for website auditing and crawling. ![swift_icon]
From f9762e820b645fa8eff68aac579790ca0c6ed29e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 16 Dec 2019 12:59:39 +0200
Subject: [PATCH 259/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c4b0f74..b00e910 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
sudo: required
language: swift
osx_image: xcode11
-rvm: 2.6
+rvm: 2.6.3
before_script:
- gem install awesome_bot
- gem install bundler
From 7108ec2ffda58f62b1701b5b9da50ad389ab36a1 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 16 Dec 2019 13:02:38 +0200
Subject: [PATCH 260/641] Create weekly-digest.yml (#488)
---
.github/weekly-digest.yml | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 .github/weekly-digest.yml
diff --git a/.github/weekly-digest.yml b/.github/weekly-digest.yml
new file mode 100644
index 0000000..11abe61
--- /dev/null
+++ b/.github/weekly-digest.yml
@@ -0,0 +1,7 @@
+# Configuration for weekly-digest - https://github.com/apps/weekly-digest
+publishDay: mon
+canPublishIssues: true
+canPublishPullRequests: true
+canPublishContributors: true
+canPublishStargazers: true
+canPublishCommits: true
\ No newline at end of file
From 15babd36d07cf5c22943517cc837aacf4f671891 Mon Sep 17 00:00:00 2001
From: szTheory
Date: Thu, 19 Dec 2019 10:31:38 +0000
Subject: [PATCH 261/641] Add ExifCleaner (#485)
---
applications.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/applications.json b/applications.json
index 40ac39a..f22a418 100644
--- a/applications.json
+++ b/applications.json
@@ -3159,6 +3159,24 @@
"swift"
]
},
+ {
+ "short_description": "Remove image metadata with drag and drop, multi-core batch processing, and dark mode.",
+ "categories": [
+ "images"
+ ],
+ "repo_url": "https://github.com/szTheory/exifcleaner",
+ "title": "ExifCleaner",
+ "icon_url": "https://exifcleaner.com/images/icon.png",
+ "screenshots": [
+ "https://exifcleaner.com/images/screenshot.png",
+ "https://exifcleaner.com/images/batchprocessing.png",
+ "https://exifcleaner.com/images/darkmode.png"
+ ],
+ "official_site": "https://exifcleaner.com",
+ "languages": [
+ "javascript"
+ ]
+ },
{
"short_description": "Insane(ly slow but wicked good) PNG image optimization. ",
"categories": [
From d27a0c8a0b845994110748b2a41c6ce083a58a49 Mon Sep 17 00:00:00 2001
From: Musa
Date: Thu, 19 Dec 2019 11:32:36 +0100
Subject: [PATCH 262/641] Added Music Bar application (#486)
---
applications.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/applications.json b/applications.json
index f22a418..b573fb5 100644
--- a/applications.json
+++ b/applications.json
@@ -1,5 +1,24 @@
{
"applications": [
+ {
+ "short_description": "Music Bar is macOS application that places music controls right in your menu bar.",
+ "categories": [
+ "audio",
+ "music",
+ "menubar",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/musa11971/Music-Bar/",
+ "title": "Music Bar",
+ "icon_url": "https://raw.githubusercontent.com/musa11971/Music-Bar/master/docs/images/logo.png",
+ "screenshots": [
+ "https://musa11971.github.io/Music-Bar/images/app-ogp-img.png"
+ ],
+ "official_site": "https://musa11971.github.io/Music-Bar/",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "simple drag-and-drop, password-based file encryption.",
"categories": [
From 80a2ea9e53e16caf87987bd2ada576d4f48ec16e Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Thu, 19 Dec 2019 10:36:20 +0000
Subject: [PATCH 263/641] Generate README
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index a61c2bd..659954d 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,7 @@ You can see in which language an app is written. Currently there are following l
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon]
+- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon]
- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon]
- [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. ![objective_c_icon] ![swift_icon]
@@ -335,6 +336,7 @@ You can see in which language an app is written. Currently there are following l
### Images
- [APNGb](https://github.com/shgodoroja/APNGb) - macOS app which assembles and disassembles animated png files. ![swift_icon]
- [Crunch](https://github.com/chrissimpkins/Crunch) - Insane(ly slow but wicked good) PNG image optimization. ![python_icon]
+- [ExifCleaner](https://github.com/szTheory/exifcleaner) - Remove image metadata with drag and drop, multi-core batch processing, and dark mode. ![javascript_icon]
- [Freehand](https://github.com/wddwycc/Freehand) - macOS Status Bar App for quick sketch. ![swift_icon]
- [Gimp](https://github.com/GNOME/gimp) - Gimp is GNU Image Manipulation Program. ![c_icon]
- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes. ![swift_icon]
@@ -378,6 +380,7 @@ You can see in which language an app is written. Currently there are following l
- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![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]
+- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![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]
- [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon]
- [Quickeys](https://github.com/alexrosenfeld10/Quickeys) - A mac menu bar app that provides note taking functionality though a quick dropdown menu. ![swift_icon]
@@ -392,6 +395,7 @@ You can see in which language an app is written. Currently there are following l
- [ChordDetector](https://github.com/cemolcay/ChordDetector) - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ![swift_icon]
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
- [Lilypond UI]() - Create beautiful musical scores with LilyPond ![javascript_icon]
+- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon]
- [Spotify-Cli-Mac](https://github.com/ersel/spotify-cli-mac) - Control Spotify without leaving your terminal. :notes: ![javascript_icon]
- [YouTube-Music](https://github.com/steve228uk/YouTube-Music) - macOS wrapper for music.youtube.com. ![swift_icon]
@@ -595,6 +599,7 @@ You can see in which language an app is written. Currently there are following l
- [Meme Maker](https://github.com/MemeMaker/Meme-Maker-Mac) - Meme Maker macOS application for meme creation. ![swift_icon]
- [Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS ![swift_icon]
- [Mos](https://github.com/Caldis/Mos) - Smooth your mouse's scrolling and reverse the mouse scroll direction ![swift_icon]
+- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
- [Numi](https://github.com/nikolaeu/Numi) - A handy calculator with natural language parsing ![javascript_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
From 64e9e912ac586e29eb67648f987157fe4c97cc9f Mon Sep 17 00:00:00 2001
From: Alex Perathoner <31958579+AlexPerathoner@users.noreply.github.com>
Date: Fri, 20 Dec 2019 12:23:37 +0100
Subject: [PATCH 264/641] Added Sessions (#484)
* Added Sessions
Safari extension to save your working sessions
* Added Sessions
With correction (removed line + lowercase categories)
* Adding Sessions
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index b573fb5..e9fdf9d 100644
--- a/applications.json
+++ b/applications.json
@@ -7534,6 +7534,23 @@
"cpp",
"objective_c"
]
+ },
+ {
+ "short_description": "Safari extension to save your working sessions",
+ "categories": [
+ "productivity",
+ "extensions"
+ ],
+ "repo_url": "https://github.com/AlexPerathoner/Sessions",
+ "title": "Sessions",
+ "icon_url": "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Sessions/Assets.xcassets/AppIcon.appiconset/512-1.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/screenExample.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
}
]
}
From ca1eff4be91edd79fa20e2147102d1f8006a7f94 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 20 Dec 2019 14:07:19 +0200
Subject: [PATCH 265/641] Remove Xpiks app
---
applications.json | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/applications.json b/applications.json
index 40ac39a..b9d6bfe 100644
--- a/applications.json
+++ b/applications.json
@@ -7376,24 +7376,6 @@
"swift"
]
},
- {
- "repo_url": "https://github.com/ribtoks/xpiks",
- "icon_url": "",
- "official_site": "https://xpiksapp.com",
- "title": "Xpiks",
- "screenshots": [
- "https://raw.githubusercontent.com/Ribtoks/xpiks/master/assets/xpiks-main-window.png"
- ],
- "short_description": "Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers",
- "languages": [
- "cpp"
- ],
- "categories": [
- "productivity",
- "images",
- "video"
- ]
- },
{
"short_description": "A handy calculator with natural language parsing",
"categories": [
From 93a85b41f26e33d124abd3e3ff1fd9db7da4aff9 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 20 Dec 2019 12:10:51 +0000
Subject: [PATCH 266/641] Generate README
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 659954d..272a4d0 100644
--- a/README.md
+++ b/README.md
@@ -294,6 +294,7 @@ You can see in which language an app is written. Currently there are following l
- [PageExtender](https://github.com/fphilipe/PageExtender.app) - Extend pages with your own CSS and JS files. ![swift_icon] ![javascript_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
- [nef](https://github.com/bow-swift/nef-plugin) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore. ![swift_icon]
### Finder
@@ -347,7 +348,6 @@ You can see in which language an app is written. Currently there are following l
- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![swift_icon]
- [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![swift_icon]
- [WebPonize](https://github.com/1000ch/WebPonize) - WebPonize is a macOS App for converting PNG, JPEG, animated (or not) GIF images into WebP. ![swift_icon] ![c_icon]
-- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
### Keyboard
- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon]
@@ -476,6 +476,7 @@ You can see in which language an app is written. Currently there are following l
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
@@ -486,7 +487,6 @@ You can see in which language an app is written. Currently there are following l
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
-- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
- [Yomu](https://github.com/sendyhalim/Yomu) - Manga reader app for macOS. ![swift_icon]
- [espanso](https://github.com/federico-terzi/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon]
- [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon]
@@ -645,7 +645,6 @@ You can see in which language an app is written. Currently there are following l
- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
-- [Xpiks](https://github.com/ribtoks/xpiks) - Xpiks is a keywording and uploading tool for microstock photographers, illustrators and videographers ![cpp_icon]
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
### Wallpaper
From a6e8249c9ff7c514654a9ea9367e53bca79d7713 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sat, 28 Dec 2019 00:41:37 +0200
Subject: [PATCH 267/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index e5d333d..11640b2 100644
--- a/applications.json
+++ b/applications.json
@@ -7527,7 +7527,7 @@
"title": "Sessions",
"icon_url": "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Sessions/Assets.xcassets/AppIcon.appiconset/512-1.png",
"screenshots": [
- "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/screenExample.png"
+ "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Screens/Registrazione%20schermo%202019-11-26%20alle%2001.14.21.mov"
],
"official_site": "",
"languages": [
From 770c8a438ecd54c77cfd54ce11357976a94e87b7 Mon Sep 17 00:00:00 2001
From: Petr Korolev
Date: Sat, 28 Dec 2019 16:02:24 +0300
Subject: [PATCH 268/641] add cddto (#491)
---
applications.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/applications.json b/applications.json
index 11640b2..e9aaa75 100644
--- a/applications.json
+++ b/applications.json
@@ -7108,6 +7108,21 @@
"swift"
]
},
+ {
+ "short_description": "Finder Toolbar app to open the current directory in the Terminal",
+ "categories": [
+ "finder",
+ "terminal"
+ ],
+ "repo_url": "https://github.com/jbtule/cdto",
+ "title": "cd to... ",
+ "icon_url": "https://camo.githubusercontent.com/6bb146cdbf2dc86f51291252a023706f54187374/68747470733a2f2f7261772e6769746875622e636f6d2f6a6274756c652f6364746f2f6d61737465722f67726170686963732f6c696f6e2e706e67",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c"
+ ]
+ },
{
"short_description" : "List of useful Quick Look plugins for developers.",
"categories": [
From 371fc481bf70319ec45f9a82c2e8f0b3ee05e21f Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 28 Dec 2019 13:05:34 +0000
Subject: [PATCH 269/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 272a4d0..0ecd37d 100644
--- a/README.md
+++ b/README.md
@@ -304,6 +304,7 @@ You can see in which language an app is written. Currently there are following l
- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper. ![swift_icon]
- [Quick Look plugins](https://github.com/sindresorhus/quick-look-plugins) - List of useful Quick Look plugins for developers. ![objective_c_icon] ![c_icon]
+- [cd to... ](https://github.com/jbtule/cdto) - Finder Toolbar app to open the current directory in the Terminal ![objective_c_icon]
### Games
- [Battle for Wesnoth](https://github.com/wesnoth/wesnoth) - Turn-based tactical strategy game, featuring both single-player and online multiplayer combat. ![cpp_icon]
@@ -562,6 +563,7 @@ You can see in which language an app is written. Currently there are following l
- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - ✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper. ![swift_icon]
- [OpenTerminal](https://github.com/es-kumagai/OpenTerminal) - App for macOS that opens a new Finder window and changes the current directory to the folder launched by the app. ![swift_icon]
- [Upterm](https://github.com/railsware/upterm) - A terminal emulator for the 21st century (formerly Black Screen). ![javascript_icon]
+- [cd to... ](https://github.com/jbtule/cdto) - Finder Toolbar app to open the current directory in the Terminal ![objective_c_icon]
- [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![objective_c_icon]
- [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon]
From d2d52430d889a7c6b220128177b06567a2e2c3da Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Sat, 28 Dec 2019 21:13:21 +0200
Subject: [PATCH 270/641] Remove Alloy (#493)
---
applications.json | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/applications.json b/applications.json
index e9aaa75..39bfeac 100644
--- a/applications.json
+++ b/applications.json
@@ -1431,20 +1431,6 @@
"rust"
]
},
- {
- "short_description": "Simple toolkit that makes your iOS / macOS apps development more easier. ",
- "categories": [
- "ios--macos"
- ],
- "repo_url": "https://github.com/alexlee002/alloy",
- "title": "Alloy",
- "icon_url": "",
- "screenshots": [],
- "official_site": "",
- "languages": [
- "objective_c"
- ]
- },
{
"short_description": "Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ",
"categories": [
From e54cb66e9878e3a157937d948b9b0da21cca6231 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 28 Dec 2019 19:16:41 +0000
Subject: [PATCH 271/641] Generate README
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 0ecd37d..731b241 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,6 @@ You can see in which language an app is written. Currently there are following l
#### iOS / macOS
- [AVXCAssets Generator](https://github.com/angelvasa/AVXCAssets-Generator) - Takes path for your assets images and creates appiconset and imageset for you in just one click. ![swift_icon]
-- [Alloy](https://github.com/alexlee002/alloy) - Simple toolkit that makes your iOS / macOS apps development more easier. ![objective_c_icon]
- [AppBox](https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation) - Tool for iOS developers to build and deploy Development, Ad-Hoc and In-house (Enterprise) applications directly to the devices from your Dropbox account. ![objective_c_icon]
- [AppIcons](https://github.com/kuyawa/AppIcons) - Tool for generating icons in all sizes as required by macOS and iOS apps. ![swift_icon]
- [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - Gives you indication about the average iOS / macOS app stores review times. ![swift_icon]
From be21b52d9965b989ad83f73b8e6dc262f8b2932f Mon Sep 17 00:00:00 2001
From: Petr Korolev
Date: Tue, 31 Dec 2019 18:15:16 +0300
Subject: [PATCH 272/641] =?UTF-8?q?**=E2=9A=A0=EF=B8=8F=20Nylas=20Mail=20w?=
=?UTF-8?q?as=20initially=20released=20and=20open-sourced=20in=20early=202?=
=?UTF-8?q?015=20and=20was=20maintained=20by=20Nylas=20until=20Spring=2020?=
=?UTF-8?q?17.**=20While=20Nylas=20no=20longer=20supports=20Nylas=20Mail,?=
=?UTF-8?q?=20you=20can=20download=20the=20latest=20release=20or=20build?=
=?UTF-8?q?=20it=20from=20source.=20There=20are=20also=20**[several=20fork?=
=?UTF-8?q?s](#forks)**=20that=20are=20being=20actively=20developed=20and?=
=?UTF-8?q?=20maintained.=20(#497)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
applications.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 731b241..e5b863f 100644
--- a/README.md
+++ b/README.md
@@ -362,7 +362,7 @@ You can see in which language an app is written. Currently there are following l
### Mail
- [Correo](https://github.com/amitmerchant1990/correo) - Menubar/taskbar Gmail App for Windows and macOS. ![javascript_icon]
- [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_icon]
-- [Nylas Mail](https://github.com/nylas/nylas-mail) - Extensible mail client. ![javascript_icon]
+- [Mailspring](https://github.com/Foundry376/Mailspring) - 💌 A beautiful, fast and maintained fork of @nylas Mail by one of the original authors ![javascript_icon]
- [Rambox](https://github.com/ramboxapp/community-edition) - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon]
- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon]
diff --git a/applications.json b/applications.json
index 39bfeac..b023fe5 100644
--- a/applications.json
+++ b/applications.json
@@ -3493,15 +3493,15 @@
]
},
{
- "short_description": "Extensible mail client. ",
+ "short_description": "💌 A beautiful, fast and maintained fork of @nylas Mail by one of the original authors",
"categories": [
"mail"
],
- "repo_url": "https://github.com/nylas/nylas-mail",
- "title": "Nylas Mail",
+ "repo_url": "https://github.com/Foundry376/Mailspring",
+ "title": "Mailspring",
"icon_url": "",
"screenshots": [],
- "official_site": "",
+ "official_site": "https://getmailspring.com/",
"languages": [
"javascript"
]
From e9948b788a7940a89a96c797a8f50d231e02d8f7 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Mon, 6 Jan 2020 17:51:30 +0200
Subject: [PATCH 273/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index b023fe5..454f60f 100644
--- a/applications.json
+++ b/applications.json
@@ -3940,7 +3940,7 @@
"categories": [
"news"
],
- "repo_url": "https://github.com/brentsimmons/NetNewsWire",
+ "repo_url": "https://github.com/Ranchero-Software/NetNewsWire",
"title": "NetNewsWire",
"icon_url": "",
"screenshots": [],
From 9459a5a0756d93ca2516f323b1b4c0f95b54666a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 6 Jan 2020 15:56:05 +0000
Subject: [PATCH 274/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e5b863f..ca390fa 100644
--- a/README.md
+++ b/README.md
@@ -404,7 +404,7 @@ You can see in which language an app is written. Currently there are following l
### News
- [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![swift_icon]
-- [NetNewsWire](https://github.com/brentsimmons/NetNewsWire) - Feed reader for macOS. ![swift_icon]
+- [NetNewsWire](https://github.com/Ranchero-Software/NetNewsWire) - Feed reader for macOS. ![swift_icon]
- [Vienna](https://github.com/ViennaRSS/vienna-rss) - Vienna is a RSS/Atom newsreader for macOS. ![objective_c_icon]
- [hacker-menu](https://github.com/jingweno/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon]
From f06424d13f7744b4fae768d194cd9df730059ceb Mon Sep 17 00:00:00 2001
From: Petr Korolev
Date: Tue, 7 Jan 2020 11:19:03 +0300
Subject: [PATCH 275/641] - fix userscheme (#495)
- update generator to support any kind of paths (absolute and relative
paths)
- made xcodeproj runnnuble by anyone
---
.github/ReadmeGenerator.xcodeproj/project.pbxproj | 5 ++++-
.../xcschemes/ReadmeGenerator.xcscheme | 12 ++++--------
.github/main.swift | 14 +++++++++++---
3 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/.github/ReadmeGenerator.xcodeproj/project.pbxproj b/.github/ReadmeGenerator.xcodeproj/project.pbxproj
index 0adaafc..11e503b 100644
--- a/.github/ReadmeGenerator.xcodeproj/project.pbxproj
+++ b/.github/ReadmeGenerator.xcodeproj/project.pbxproj
@@ -89,7 +89,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
- LastUpgradeCheck = 1020;
+ LastUpgradeCheck = 1130;
ORGANIZATIONNAME = "Serhii Londar";
TargetAttributes = {
E8FDFD71226E74F400FE80E7 = {
@@ -104,6 +104,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
+ Base,
);
mainGroup = E8FDFD69226E74F400FE80E7;
productRefGroup = E8FDFD73226E74F400FE80E7 /* Products */;
@@ -246,6 +247,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -262,6 +264,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
diff --git a/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme b/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
index 5fb6e88..30aa31a 100644
--- a/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
+++ b/.github/ReadmeGenerator.xcodeproj/xcshareddata/xcschemes/ReadmeGenerator.xcscheme
@@ -1,6 +1,6 @@
-
-
-
-
+
+
-
-
Date: Tue, 7 Jan 2020 11:20:50 +0300
Subject: [PATCH 276/641] Added PlayStatus to applications.json (#499)
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index 454f60f..e967d99 100644
--- a/applications.json
+++ b/applications.json
@@ -1,6 +1,23 @@
{
"applications": [
{
+ "short_description": "PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.",
+ "categories": [
+ "audio",
+ "music",
+ "menubar",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/nbolar/PlayStatus",
+ "title": "PlayStatus",
+ "icon_url": "https://user-images.githubusercontent.com/45484873/56880861-09cb3980-6a67-11e9-9d45-037a9165b212.png",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif"
+ ],
+ "languages": [
+ "swift"
+ ]
+ },
"short_description": "Music Bar is macOS application that places music controls right in your menu bar.",
"categories": [
"audio",
From 5e4bb91cfe0dbb212bb9e4d3243362b44a2174ff Mon Sep 17 00:00:00 2001
From: Petr Korolev
Date: Tue, 7 Jan 2020 11:21:53 +0300
Subject: [PATCH 277/641] add VLC (#500)
---
README.md | 1 +
applications.json | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/README.md b/README.md
index ca390fa..64ef7d3 100644
--- a/README.md
+++ b/README.md
@@ -644,6 +644,7 @@ You can see in which language an app is written. Currently there are following l
- [Quick Caption](https://github.com/LumingYin/Caption) - Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes. ![swift_icon]
- [QuickLook Video](https://github.com/Marginal/QLVideo) - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ![objective_c_icon]
- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
+- [VLC](https://github.com/videolan/vlc) - VLC is a free and open source cross-platform multimedia player ![c_icon]
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
diff --git a/applications.json b/applications.json
index e967d99..39f0620 100644
--- a/applications.json
+++ b/applications.json
@@ -6416,6 +6416,20 @@
"objective_c"
]
},
+ {
+ "short_description": " VLC is a free and open source cross-platform multimedia player",
+ "categories": [
+ "video"
+ ],
+ "repo_url": "https://github.com/videolan/vlc",
+ "title": "VLC",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "https://www.videolan.org/vlc/",
+ "languages": [
+ "c"
+ ]
+ },
{
"short_description": "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
"categories": [
From e3ea562f1e8bab4909dae030ee060515706bf3c7 Mon Sep 17 00:00:00 2001
From: Steve Mokris
Date: Tue, 7 Jan 2020 03:26:28 -0500
Subject: [PATCH 278/641] Add QOwnNotes (#501)
---
applications.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/applications.json b/applications.json
index 39f0620..bdecb3c 100644
--- a/applications.json
+++ b/applications.json
@@ -4172,6 +4172,24 @@
"css"
]
},
+ {
+ "short_description": "Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.",
+ "categories": [
+ "markdown",
+ "notes",
+ "productivity"
+ ],
+ "repo_url": "https://github.com/pbek/QOwnNotes",
+ "title": "QOwnNotes",
+ "icon_url": "https://raw.githubusercontent.com/pbek/QOwnNotes/develop/icons/icon.png",
+ "screenshots": [
+ "https://www.qownnotes.org/var/bekerle/storage/images/_aliases/frontpage_slider_full2/qownnotes/frontpage-slider/qownnotes-main-screen-minimal-linux/4706-1-eng-GB/QOwnNotes-Main-Screen-Minimal-Linux.png"
+ ],
+ "official_site": "https://www.qownnotes.org/",
+ "languages": [
+ "cpp"
+ ]
+ },
{
"short_description": "Manage your Homebrew formulas with style using Cakebrew. ",
"categories": [
From 7d695b0916b45c65796588954b007f4f143a6535 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 7 Jan 2020 10:30:34 +0200
Subject: [PATCH 279/641] Update applications.json
---
applications.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/applications.json b/applications.json
index bdecb3c..7ff315b 100644
--- a/applications.json
+++ b/applications.json
@@ -18,6 +18,7 @@
"swift"
]
},
+ {
"short_description": "Music Bar is macOS application that places music controls right in your menu bar.",
"categories": [
"audio",
From 1aa1a654d90895585e11aa6307b3263f635e3988 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Tue, 7 Jan 2020 10:41:33 +0200
Subject: [PATCH 280/641] Update applications.json
---
applications.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/applications.json b/applications.json
index 7ff315b..2bf567f 100644
--- a/applications.json
+++ b/applications.json
@@ -14,6 +14,7 @@
"screenshots": [
"https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif"
],
+ "official_site": "",
"languages": [
"swift"
]
From dce25a80b61e9ccc443b7f96756fcb279879bfd8 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Tue, 7 Jan 2020 08:44:58 +0000
Subject: [PATCH 281/641] Generate README
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 64ef7d3..d8c903f 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ You can see in which language an app is written. Currently there are following l
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
- [Mous Player](https://github.com/bsdelf/mous) - Simple yet powerful audio player for BSD/Linux/macOS. ![cpp_icon]
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
+- [PlayStatus](https://github.com/nbolar/PlayStatus) - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar. ![swift_icon]
- [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon]
- [Sonora](https://github.com/sonoramac/Sonora) - Minimal, beautifully designed music player for macOS. ![objective_c_icon]
- [SpotMenu](https://github.com/kmikiy/SpotMenu) - Spotify and iTunes in your menu bar. ![objective_c_icon] ![swift_icon]
@@ -276,6 +277,7 @@ You can see in which language an app is written. Currently there are following l
- [MacDown](https://github.com/MacDownApp/macdown) - Markdown editor for macOS. ![objective_c_icon]
- [Mark Text](https://github.com/marktext/marktext/) - Realtime preview markdown editor for macOS Windows and Linux. ![javascript_icon]
- [Pine](https://github.com/lukakerr/Pine) - A modern MacOS markdown editor. ![swift_icon]
+- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. ![cpp_icon]
#### TeX
- [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon]
@@ -383,6 +385,7 @@ You can see in which language an app is written. Currently there are following l
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![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]
- [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon]
+- [PlayStatus](https://github.com/nbolar/PlayStatus) - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar. ![swift_icon]
- [Quickeys](https://github.com/alexrosenfeld10/Quickeys) - A mac menu bar app that provides note taking functionality though a quick dropdown menu. ![swift_icon]
- [SensibleSideButtons](https://github.com/archagon/sensible-side-buttons) - Small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps. ![objective_c_icon] ![c_icon]
- [Shifty](https://github.com/thompsonate/Shifty) - macOS menu bar app that gives you more control over Night Shift. ![swift_icon]
@@ -396,6 +399,7 @@ You can see in which language an app is written. Currently there are following l
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
- [Lilypond UI]() - Create beautiful musical scores with LilyPond ![javascript_icon]
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
+- [PlayStatus](https://github.com/nbolar/PlayStatus) - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar. ![swift_icon]
- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon]
- [Spotify-Cli-Mac](https://github.com/ersel/spotify-cli-mac) - Control Spotify without leaving your terminal. :notes: ![javascript_icon]
- [YouTube-Music](https://github.com/steve228uk/YouTube-Music) - macOS wrapper for music.youtube.com. ![swift_icon]
@@ -415,6 +419,7 @@ You can see in which language an app is written. Currently there are following l
- [Jupyter Notebook Viewer](https://github.com/tuxu/nbviewer-app) - Notebook viewer for macOS. ![swift_icon]
- [NoteTaker](https://github.com/insidegui/NoteTaker) - Simple note taking app for macOS and iOS which uses Realm and CloudKit for syncing. ![swift_icon]
- [Notes](https://github.com/SauvageP/Notes) - Notes is a macOS application built to create notes, using text amongst other formats: images, videos, contacts, and etc. ![swift_icon]
+- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. ![cpp_icon]
- [Simplenote](https://github.com/Automattic/simplenote-macos) - Simplest way to keep notes. ![objective_c_icon]
- [Standard Notes](https://github.com/standardnotes/web) - Safe place for your notes, thoughts, and life's work. ![javascript_icon] ![css_icon]
- [Tusk](https://github.com/klaussinani/tusk) - Unofficial, third-party, community driven Evernote app with a handful of useful features. ![javascript_icon] ![css_icon]
@@ -473,6 +478,7 @@ You can see in which language an app is written. Currently there are following l
- [Manta](https://github.com/hql287/Manta) - Flexible invoicing desktop app with beautiful & customizable templates. ![javascript_icon]
- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon]
- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon]
+- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. ![cpp_icon]
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
@@ -606,6 +612,7 @@ You can see in which language an app is written. Currently there are following l
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
+- [PlayStatus](https://github.com/nbolar/PlayStatus) - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar. ![swift_icon]
- [PowerShell](https://github.com/powershell/powershell) - PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools. ![c_sharp_icon]
- [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon]
- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon]
From 8fa1e892f8de6a2f4c50919127ada8a3c29cd289 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Mon, 20 Jan 2020 13:07:33 +0200
Subject: [PATCH 282/641] Update applications.json
---
applications.json | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/applications.json b/applications.json
index e5d333d..c99ef0a 100644
--- a/applications.json
+++ b/applications.json
@@ -2994,13 +2994,14 @@
"categories": [
"graphics"
],
- "repo_url": "https://github.com/sindresorhus/Gifski ",
+ "repo_url": "https://github.com/sindresorhus/Gifski",
"title": "Gifski",
- "icon_url": "",
+ "icon_url": "https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/AppIcon-readme.png",
"screenshots": [
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot2.jpg",
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/screenshot.jpg",
- "https://raw.githubusercontent.com/sindresorhus/gifski-app/master/Stuff/AppIcon-readme.png"
+ "https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot2.jpg",
+ "https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot1.jpg",
+ "https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot3.jpg",
+ "https://raw.githubusercontent.com/sindresorhus/Gifski/master/Stuff/screenshot4.jpg"
],
"official_site": "",
"languages": [
@@ -5596,9 +5597,9 @@
"categories": [
"terminal"
],
- "repo_url": "https://github.com/jwilm/alacritty",
+ "repo_url": "https://github.com/alacritty/alacritty",
"title": "Alacritty",
- "icon_url": "",
+ "icon_url": "https://raw.githubusercontent.com/alacritty/alacritty/master/extra/logo/compat/alacritty-term%2Bscanlines.png",
"screenshots": [
"https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png"
],
From cdb66e69bdcc6a7f5cc40fadde6bab68f439fdd8 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 20 Jan 2020 11:11:43 +0000
Subject: [PATCH 283/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d8c903f..1a0f1ef 100644
--- a/README.md
+++ b/README.md
@@ -321,7 +321,7 @@ You can see in which language an app is written. Currently there are following l
- [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon]
- [GifCapture](https://github.com/onmyway133/GifCapture) - Gif capture app for macOS. ![swift_icon]
- [Gifcurry](https://github.com/lettier/gifcurry) - Video to GIF maker with a graphical interface capable of cropping, adding text, seeking, and trimming. ![haskell_icon]
-- [Gifski](https://github.com/sindresorhus/Gifski ) - Convert videos to high-quality GIFs. ![swift_icon]
+- [Gifski](https://github.com/sindresorhus/Gifski) - Convert videos to high-quality GIFs. ![swift_icon]
- [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon]
- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon]
- [Pencil2D Animation](https://github.com/pencil2d/pencil) - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ![cpp_icon]
@@ -559,7 +559,7 @@ You can see in which language an app is written. Currently there are following l
- [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![objective_c_icon]
### Terminal
-- [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon]
+- [Alacritty](https://github.com/alacritty/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![rust_icon]
- [Bifrost](https://github.com/ishuah/bifrost) - A tiny terminal emulator for serial port communication (macOS/Linux). ![go_icon]
- [Console](https://github.com/macmade/Console) - macOS console application. ![swift_icon]
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
From 07b8f175239be0058353e5b2d32c7b215394a791 Mon Sep 17 00:00:00 2001
From: OscarDOM
Date: Mon, 20 Jan 2020 13:21:32 +0100
Subject: [PATCH 284/641] Remove Sketch Toolbox entry (deprecated) (#504)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Remove Sketch Toolbox entry (deprecated)
More details here: https://github.com/buzzfeed/Sketch-Toolbox
* 🐛 fix(url-not-found): fix url not found for screenshot on Gifski
* 🐛 fix(url-redirection): fix url redirection for Alacritty
Co-authored-by: Serhii Londar
---
applications.json | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/applications.json b/applications.json
index b758432..9752f6b 100644
--- a/applications.json
+++ b/applications.json
@@ -3092,23 +3092,6 @@
"css"
]
},
- {
- "short_description": "Plugin manager for Sketch.app.",
- "categories": [
- "graphics"
- ],
- "repo_url": "https://github.com/buzzfeed/Sketch-Toolbox",
- "title": "Sketch Toolbox",
- "icon_url": "",
- "screenshots": [
- "https://i.cloudup.com/XTLlL1-Stt-3000x3000.png"
- ],
- "official_site": "",
- "languages": [
- "objective_c",
- "c"
- ]
- },
{
"short_description": "The hackable text editor. ",
"categories": [
From 3925ad53fe46194ca69860a93c069d6f6c580f9c Mon Sep 17 00:00:00 2001
From: OscarDOM
Date: Mon, 20 Jan 2020 13:22:09 +0100
Subject: [PATCH 285/641] =?UTF-8?q?=E2=9C=A8=20feat(remove-entry):=20remov?=
=?UTF-8?q?e=20Telegram's=20deprecated=20entry=20(#505)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
applications.json | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/applications.json b/applications.json
index 9752f6b..05a38df 100644
--- a/applications.json
+++ b/applications.json
@@ -874,20 +874,6 @@
"swift"
]
},
- {
- "short_description": "Source code of deprecated Telegram for macOS version. ",
- "categories": [
- "chat"
- ],
- "repo_url": "https://github.com/overtake/telegram",
- "title": "Telegram [Deprecated]",
- "icon_url": "",
- "screenshots": [],
- "official_site": "",
- "languages": [
- "objective_c"
- ]
- },
{
"short_description": "Telegram Desktop messaging app. ",
"categories": [
From 730bf7c21410dc1d44936dbaaa72449041e073a6 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 20 Jan 2020 12:25:38 +0000
Subject: [PATCH 286/641] Generate README
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index 1a0f1ef..d8c04ac 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,6 @@ You can see in which language an app is written. Currently there are following l
- [Signal Desktop](https://github.com/signalapp/Signal-Desktop) - Electron app that links with your Signal Android or Signal iOS app. ![javascript_icon]
- [Telegram](https://github.com/overtake/TelegramSwift) - Source code of Telegram for macOS on Swift. ![swift_icon]
- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_icon]
-- [Telegram [Deprecated]](https://github.com/overtake/telegram) - Source code of deprecated Telegram for macOS version. ![objective_c_icon]
- [Textual](https://github.com/Codeux-Software/Textual) - Textual is an IRC client for macOS. ![objective_c_icon]
- [Torchat-Mac](https://github.com/javerous/TorChat-Mac) - TorChat for Mac is a macOS native and unofficial port of torchat. ![objective_c_icon]
- [WhatsAppBar](https://github.com/aldychris/WhatsAppBar) - Send WhatsApp message from menu bar. ![swift_icon]
@@ -326,7 +325,6 @@ You can see in which language an app is written. Currently there are following l
- [Material Colors Native](https://github.com/BafS/Material-Colors-native) - Choose your Material colours and copy the hex code. ![objective_c_icon]
- [Pencil2D Animation](https://github.com/pencil2d/pencil) - Pencil2D is an animation/drawing software for macOS, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. ![cpp_icon]
- [ScreenToLayers for macOS](https://github.com/duyquoc/ScreenToLayers) - ScreenToLayers is a macOS application to easily capture your screen as a layered PSD file. ![objective_c_icon] ![css_icon]
-- [Sketch Toolbox](https://github.com/buzzfeed/Sketch-Toolbox) - Plugin manager for Sketch.app. ![objective_c_icon] ![c_icon]
- [macSVG](https://github.com/dsward2/macSVG) - macOS application for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view. ![objective_c_icon]
### IDE
From c4d0748a7b37d979ed7e00a275294b2d8ca3e99a Mon Sep 17 00:00:00 2001
From: Serhii
Date: Mon, 27 Jan 2020 22:25:51 +0200
Subject: [PATCH 287/641] Update applications.json
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 05a38df..98d8bec 100644
--- a/applications.json
+++ b/applications.json
@@ -1525,7 +1525,7 @@
"categories": [
"ios--macos"
],
- "repo_url": "https://github.com/athiercelin/Assets",
+ "repo_url": "https://github.com/e7711bbear/Assets",
"title": "Assets",
"icon_url": "",
"screenshots": [],
@@ -1815,7 +1815,7 @@
"categories": [
"ios--macos"
],
- "repo_url": "https://github.com/athiercelin/Localizations",
+ "repo_url": "https://github.com/e7711bbear/Localizations",
"title": "Localizations",
"icon_url": "",
"screenshots": [],
From 0b70c82ca15ffc30d112972918c8032b14270683 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 27 Jan 2020 20:29:40 +0000
Subject: [PATCH 288/641] Generate README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d8c04ac..520ef3f 100644
--- a/README.md
+++ b/README.md
@@ -223,7 +223,7 @@ You can see in which language an app is written. Currently there are following l
- [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - Gives you indication about the average iOS / macOS app stores review times. ![swift_icon]
- [AppleTrace](https://github.com/everettjf/AppleTrace) - Trace tool for iOS/macOS. ![objective_c_icon]
- [Asset Catalog Tinkerer](https://github.com/insidegui/AssetCatalogTinkerer) - App that lets you open .car files and browse/extract their images. ![objective_c_icon] ![swift_icon]
-- [Assets](https://github.com/athiercelin/Assets) - Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ![swift_icon]
+- [Assets](https://github.com/e7711bbear/Assets) - Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ![swift_icon]
- [Attabench](https://github.com/attaswift/Attabench) - Attabench is a microbenchmarking app for macOS, designed to measure and visualize the performance of Swift code. ![swift_icon]
- [Board For GitHub](https://github.com/JustinFincher/BoardForGitHub) - Small application to monitor your GitHub project web page in a native macOS app :octocat:! ![objective_c_icon]
- [Brisk](https://github.com/br1sk/brisk) - macOS app for submitting radars. ![swift_icon]
@@ -238,7 +238,7 @@ You can see in which language an app is written. Currently there are following l
- [LayerX](https://github.com/yuhua-chen/LayerX) - Intuitive app to display transparent images on screen. ![swift_icon]
- [Localizable.strings](https://github.com/ralcr/Localizable.strings) - Mac app to localize your iOS and macOS projects. ![swift_icon]
- [Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor) - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon]
-- [Localizations](https://github.com/athiercelin/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
+- [Localizations](https://github.com/e7711bbear/Localizations) - Localizations is an macOS app that manages your Xcode project localization files (.strings). ![swift_icon]
- [Menubar Colors](https://github.com/nvzqz/Menubar-Colors) - macOS app for convenient access to the system color panel. ![swift_icon]
- [Notarize](https://github.com/macmade/Notarize) - Notarization status monitoring tool for macOS, supporting multiple developer accounts ![swift_icon]
- [PodsUpdater](https://github.com/kizitonwose/PodsUpdater) - macOS app which helps you manage dependency releases in your Podfile. ![swift_icon]
From 1ab5d08006c88e64cee2e1fe63cb92f2df48740e Mon Sep 17 00:00:00 2001
From: Dmitry Khrykin
Date: Fri, 31 Jan 2020 21:59:01 +0300
Subject: [PATCH 289/641] Added Strategr - No-Fuss Time Management App (#510)
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 98d8bec..31ecaaf 100644
--- a/applications.json
+++ b/applications.json
@@ -7524,7 +7524,7 @@
{
"short_description": "No-fuss time management",
"categories": [
- "Productivity"
+ "productivity"
],
"repo_url": "https://github.com/khrykin/StrategrDesktop",
"title": "Strategr",
@@ -7557,4 +7557,4 @@
]
}
]
-}
+}
\ No newline at end of file
From 686ec2ada6b92ede39088e5b2f3b4e89551a4d89 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Fri, 31 Jan 2020 19:02:30 +0000
Subject: [PATCH 290/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 520ef3f..a875613 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
- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
+- [Strategr](https://github.com/khrykin/StrategrDesktop) - No-fuss time management ![cpp_icon] ![objective_c_icon]
- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
From fb36d692142ba5d4e32c3baec7748e61ba0e94b5 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Wed, 12 Feb 2020 20:54:24 +0200
Subject: [PATCH 291/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 98d8bec..2f02e60 100644
--- a/applications.json
+++ b/applications.json
@@ -7280,7 +7280,7 @@
"screenshots": [
"https://raw.githubusercontent.com/Mortennn/Dozer/master/Stuff/demo.gif"
],
- "official_site": "https://dozermac.com",
+ "official_site": "",
"languages": [
"swift"
]
From ece97cbed4857f626fffaf44bb0573c36e061a23 Mon Sep 17 00:00:00 2001
From: Petr Korolev
Date: Thu, 13 Feb 2020 02:59:15 +0700
Subject: [PATCH 292/641] add CopyQ (#508)
* add VLC
* add CopyQ
* remove extra app
---
README.md | 1 +
ReadmeGenerator | 1 +
applications.json | 15 +++++++++++++++
3 files changed, 17 insertions(+)
create mode 160000 ReadmeGenerator
diff --git a/README.md b/README.md
index a875613..53d11ce 100644
--- a/README.md
+++ b/README.md
@@ -299,6 +299,7 @@ You can see in which language an app is written. Currently there are following l
### Finder
- [Clipy](https://github.com/Clipy/Clipy) - Clipy is a Clipboard extension app for macOS. ![swift_icon]
+- [CopyQ](https://github.com/hluk/CopyQ) - Clipboard manager with advanced features ![cpp_icon]
- [FiScript](https://github.com/Mortennn/FiScript) - Execute custom scripts from the MacOS context menu (CTRL+click) in Finder. ![swift_icon]
- [Finder Go](https://github.com/onmyway133/FinderGo) - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon]
- [OpenInCode](https://github.com/sozercan/OpenInCode) - Finder toolbar app to open current folder in Visual Studio Code. ![objective_c_icon]
diff --git a/ReadmeGenerator b/ReadmeGenerator
new file mode 160000
index 0000000..7378e19
--- /dev/null
+++ b/ReadmeGenerator
@@ -0,0 +1 @@
+Subproject commit 7378e190a56034b905aad91116e334094d96adda
diff --git a/applications.json b/applications.json
index 7360ffa..7186f29 100644
--- a/applications.json
+++ b/applications.json
@@ -2758,6 +2758,21 @@
"swift"
]
},
+ {
+ "short_description": "Clipboard manager with advanced features",
+ "categories": [
+ "finder"
+ ],
+ "repo_url": "https://github.com/hluk/CopyQ",
+ "title": "CopyQ",
+ "icon_url": "",
+ "screenshots": [
+ ],
+ "official_site": "",
+ "languages": [
+ "cpp"
+ ]
+ },
{
"short_description": "macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ",
"categories": [
From 54855bcad6b096c18ad090fad57720f880b4ae85 Mon Sep 17 00:00:00 2001
From: Sung Won Cho
Date: Thu, 13 Feb 2020 05:59:58 +1000
Subject: [PATCH 293/641] Add dnote (#512)
* Add a new entry Dnote
* Ensure that descriptions end with full-stop
---
applications.json | 31 ++++++++++++++++++++++++-------
1 file changed, 24 insertions(+), 7 deletions(-)
diff --git a/applications.json b/applications.json
index 7186f29..ac26500 100644
--- a/applications.json
+++ b/applications.json
@@ -7317,7 +7317,7 @@
]
},
{
- "short_description": "Create beautiful musical scores with LilyPond",
+ "short_description": "Create beautiful musical scores with LilyPond.",
"categories": [
"music"
],
@@ -7381,7 +7381,7 @@
]
},
{
- "short_description": "Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate",
+ "short_description": "Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate.",
"categories": [
"audio"
],
@@ -7409,7 +7409,7 @@
]
},
{
- "short_description": "Cross-platform development IDE",
+ "short_description": "Cross-platform development IDE.",
"categories": [
"ide"
],
@@ -7451,7 +7451,7 @@
]
},
{
- "short_description": "A handy calculator with natural language parsing",
+ "short_description": "A handy calculator with natural language parsing.",
"categories": [
"utilities"
],
@@ -7537,7 +7537,7 @@
]
},
{
- "short_description": "No-fuss time management",
+ "short_description": "No-fuss time management.",
"categories": [
"productivity"
],
@@ -7555,7 +7555,7 @@
]
},
{
- "short_description": "Safari extension to save your working sessions",
+ "short_description": "Safari extension to save your working sessions.",
"categories": [
"productivity",
"extensions"
@@ -7570,6 +7570,23 @@
"languages": [
"swift"
]
+ },
+ {
+ "short_description": "A simple command line notebook with multi-device sync and web interface.",
+ "categories": [
+ "notes"
+ ],
+ "repo_url": "https://github.com/dnote/dnote",
+ "title": "Dnote",
+ "icon_url": "https://raw.githubusercontent.com/dnote/dnote/master/assets/logo.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/dnote/dnote/master/assets/cli.gif"
+ ],
+ "official_site": "https://www.getdnote.com/",
+ "languages": [
+ "go",
+ "type_script"
+ ]
}
]
-}
\ No newline at end of file
+}
From a2bc6c48f77f250adeaa7d10af10a5cdf9989222 Mon Sep 17 00:00:00 2001
From: wojcikm
Date: Wed, 12 Feb 2020 21:02:52 +0100
Subject: [PATCH 294/641] Add Middleclick (#513)
* Add Middleclick
* Add middleclick to README list
* Fixed redirection URL
* Update applications.json
Co-authored-by: Serhii Londar
---
README.md | 3 ++-
applications.json | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 53d11ce..f0076d6 100644
--- a/README.md
+++ b/README.md
@@ -628,6 +628,7 @@ You can see in which language an app is written. Currently there are following l
- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
+- [Middleclick] (https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse. ![c_icon]
### VPN & Proxy
- [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) - Next Generation of ShadowsocksX. ![swift_icon]
@@ -705,4 +706,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
diff --git a/applications.json b/applications.json
index ac26500..201aedb 100644
--- a/applications.json
+++ b/applications.json
@@ -7587,6 +7587,24 @@
"go",
"type_script"
]
+ },
+ {
+ "short_description": "Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse",
+ "categories": [
+ "productivity",
+ "extensions",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/DaFuqtor/MiddleClick-Catalina",
+ "title": "Middleclick",
+ "icon_url": "https://raw.githubusercontent.com/DaFuqtor/MiddleClick-Catalina/master/MiddleClick/Images.xcassets/AppIcon.appiconset/mouse128x128.png",
+ "screenshots": [
+ "https://github.com/DaFuqtor/MiddleClick-Catalina/blob/master/demo.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "c"
+ ]
}
]
}
From 03c9885c4a2a591d1ff759c48cf2d92676dde6a7 Mon Sep 17 00:00:00 2001
From: "tan(x)"
Date: Wed, 12 Feb 2020 14:04:39 -0600
Subject: [PATCH 295/641] Add Pennywise (#514)
Add a new entry Pennywise
Co-authored-by: Serhii Londar
---
applications.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/applications.json b/applications.json
index 201aedb..56735ae 100644
--- a/applications.json
+++ b/applications.json
@@ -7571,6 +7571,26 @@
"swift"
]
},
+ {
+ "short_description": "Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium.",
+ "categories": [
+ "browser",
+ "productivity"
+ ],
+ "repo_url": "https://github.com/kamranahmedse/pennywise",
+ "title": "Pennywise",
+ "icon_url": "",
+ "screenshots": [
+ "https://camo.githubusercontent.com/275d176aeaab2b9cf09701a091c8fb7ecfe6256a/68747470733a2f2f692e696d6775722e636f6d2f753766415439392e706e67",
+ "https://camo.githubusercontent.com/71ba8a4a28624f1f102272685f72a80fe70a2c03/68747470733a2f2f692e696d6775722e636f6d2f43654c596f75782e706e673f31",
+ "https://camo.githubusercontent.com/601c0dc538bad004c231201e8fe86e16ed3729d0/68747470733a2f2f692e696d6775722e636f6d2f4262715a6d634b2e706e67",
+ "https://camo.githubusercontent.com/26049b84b4b5d62b95e841d225a493992c78e62f/68747470733a2f2f692e696d6775722e636f6d2f586137696e54592e706e67"
+ ],
+ "official_site": "",
+ "languages": [
+ "javascript"
+ ]
+ },
{
"short_description": "A simple command line notebook with multi-device sync and web interface.",
"categories": [
From 48f8d1a7420bb98b38b292531b92f5c9a6dab7bf Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 12 Feb 2020 20:15:10 +0000
Subject: [PATCH 296/641] Generate README
---
README.md | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index f0076d6..299345c 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ You can see in which language an app is written. Currently there are following l
- [BlackHole](https://github.com/ExistentialAudio/BlackHole) - BlackHole is a modern macOS virtual audio driver that allows applications to pass audio to other applications with zero additional latency. ![c_icon]
- [CAM](https://github.com/hanayik/CAM) - macOS camera recording using ffmpeg ![javascript_icon]
- [Clementine](https://github.com/clementine-player/Clementine) - Clementine is a modern music player and library organizer for Windows, Linux and macOS. ![cpp_icon]
-- [Cog](https://bitbucket.org/losnoco/cog/src) - Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate ![objective_c_icon]
+- [Cog](https://bitbucket.org/losnoco/cog/src) - Cog is an open source audio player for macOS. The basic layout is a single-paned playlist interface with two retractable drawers, one for navigating the user's music folders and another for viewing audio file properties, like bitrate. ![objective_c_icon]
- [LocalRadio](https://github.com/dsward2/LocalRadio) - LocalRadio is software for listening to "Software-Defined Radio" on your Mac and mobile devices. ![objective_c_icon]
- [Lyricism](https://github.com/lyc2345/Lyricism) - macOS app to show you lyric what currently iTunes or Spotify is playing. ![objective_c_icon] ![swift_icon]
- [LyricsX](https://github.com/ddddxxx/LyricsX) - Lyrics for iTunes, Spotify and Vox. ![swift_icon]
@@ -130,6 +130,7 @@ You can see in which language an app is written. Currently there are following l
- [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon]
- [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon]
- [Kaktus Browser](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon]
+- [Pennywise](https://github.com/kamranahmedse/pennywise) - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium. ![javascript_icon]
- [browserosaurus](https://github.com/will-stone/browserosaurus) - macOS tool that prompts you to choose a browser when opening a link. ![javascript_icon]
- [otter-browser](https://github.com/OtterBrowser/otter-browser) - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ![cpp_icon]
- [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon]
@@ -291,10 +292,11 @@ You can see in which language an app is written. Currently there are following l
### Extensions
- [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon]
+- [Middleclick](https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse ![c_icon]
- [PageExtender](https://github.com/fphilipe/PageExtender.app) - Extend pages with your own CSS and JS files. ![swift_icon] ![javascript_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
-- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions. ![swift_icon]
- [nef](https://github.com/bow-swift/nef-plugin) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore. ![swift_icon]
### Finder
@@ -330,7 +332,7 @@ You can see in which language an app is written. Currently there are following l
### IDE
- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon]
-- [LiveCode](https://github.com/livecode/livecode) - Cross-platform development IDE ![c_icon]
+- [LiveCode](https://github.com/livecode/livecode) - Cross-platform development IDE. ![c_icon]
- [Oni](https://github.com/onivim/oni) - Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon] ![type_script_icon]
- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![type_script_icon]
- [ZeroBraneStudio](https://github.com/pkulchenko/ZeroBraneStudio) - ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ![lua_icon]
@@ -396,7 +398,7 @@ You can see in which language an app is written. Currently there are following l
- [Carol](https://github.com/AnaghSharma/Carol) - A minimal and beautiful lyrics app that stays in the menu bar of macOS. ![c_sharp_icon]
- [ChordDetector](https://github.com/cemolcay/ChordDetector) - Tiny menu bar app that listens iTunes and Spotify to detect chords of songs! ![swift_icon]
- [DeezPlayer](https://github.com/imanel/deezplayer) - Deezer Desktop app for Windows, Linux and macOS. ![coffee_script_icon]
-- [Lilypond UI]() - Create beautiful musical scores with LilyPond ![javascript_icon]
+- [Lilypond UI]() - Create beautiful musical scores with LilyPond. ![javascript_icon]
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
- [PlayStatus](https://github.com/nbolar/PlayStatus) - PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar. ![swift_icon]
- [SoundCleod](https://github.com/salomvary/soundcleod) - SoundCloud for macOS and Windows. ![javascript_icon]
@@ -413,6 +415,7 @@ You can see in which language an app is written. Currently there are following l
### Notes
- [Boostnote](https://github.com/BoostIO/Boostnote) - Note-taking application made for programmers just like you. ![javascript_icon]
+- [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync and web interface. ![go_icon] ![type_script_icon]
- [FSNotes](https://github.com/glushchenko/fsnotes) - Notes manager for macOS/iOS: modern notational velocity (nvALT) on steroids. ![swift_icon]
- [FromScratch](https://github.com/Kilian/fromscratch) - Little app that you can use as a quick note taking or todo app. ![javascript_icon] ![css_icon]
- [Jupyter Notebook Viewer](https://github.com/tuxu/nbviewer-app) - Notebook viewer for macOS. ![swift_icon]
@@ -475,16 +478,18 @@ You can see in which language an app is written. Currently there are following l
- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon]
- [Maccy](https://github.com/p0deje/Maccy) - Lightweight search-as-you-type clipboard manager. ![swift_icon]
- [Manta](https://github.com/hql287/Manta) - Flexible invoicing desktop app with beautiful & customizable templates. ![javascript_icon]
+- [Middleclick](https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse ![c_icon]
- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon]
- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon]
+- [Pennywise](https://github.com/kamranahmedse/pennywise) - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium. ![javascript_icon]
- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. ![cpp_icon]
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
-- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions. ![swift_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
-- [Strategr](https://github.com/khrykin/StrategrDesktop) - No-fuss time management ![cpp_icon] ![objective_c_icon]
+- [Strategr](https://github.com/khrykin/StrategrDesktop) - No-fuss time management. ![cpp_icon] ![objective_c_icon]
- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![type_script_icon] ![javascript_icon]
- [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon]
- [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon]
@@ -604,11 +609,12 @@ You can see in which language an app is written. Currently there are following l
- [MacPass](https://github.com/MacPass/MacPass) - Native macOS KeePass client. ![objective_c_icon]
- [Maria](https://github.com/shincurry/Maria) - macOS native app/widget for aria2 download tool. ![swift_icon]
- [Meme Maker](https://github.com/MemeMaker/Meme-Maker-Mac) - Meme Maker macOS application for meme creation. ![swift_icon]
+- [Middleclick](https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse ![c_icon]
- [Monolingual](https://github.com/IngmarStein/Monolingual) - Remove unnecessary language resources from macOS ![swift_icon]
- [Mos](https://github.com/Caldis/Mos) - Smooth your mouse's scrolling and reverse the mouse scroll direction ![swift_icon]
- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon]
- [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon]
-- [Numi](https://github.com/nikolaeu/Numi) - A handy calculator with natural language parsing ![javascript_icon]
+- [Numi](https://github.com/nikolaeu/Numi) - A handy calculator with natural language parsing. ![javascript_icon]
- [PB for Desktop](https://github.com/sidneys/pb-for-desktop) - Receive native push notifications on macOS, Windows and Linux. ![javascript_icon]
- [Padlock](https://github.com/padloc/padloc) - A minimal, open source password manager for macOS. ![javascript_icon]
- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon]
@@ -628,7 +634,6 @@ You can see in which language an app is written. Currently there are following l
- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
-- [Middleclick] (https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse. ![c_icon]
### VPN & Proxy
- [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) - Next Generation of ShadowsocksX. ![swift_icon]
@@ -706,4 +711,4 @@ Thanks to all the people who contribute:
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.'
-[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
+[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
\ No newline at end of file
From 10ee1506e0fd1391bebe006251b59ac99ee1aebb Mon Sep 17 00:00:00 2001
From: Sindre Sorhus
Date: Thu, 13 Feb 2020 03:18:31 +0700
Subject: [PATCH 297/641] Add Plash (#519)
* Add Plash
* Update applications.json
Co-authored-by: Serhii Londar
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index 56735ae..9907d5c 100644
--- a/applications.json
+++ b/applications.json
@@ -7571,6 +7571,23 @@
"swift"
]
},
+ {
+ "short_description": "Make any website your desktop wallpaper.",
+ "categories": [
+ "wallpaper",
+ "browser"
+ ],
+ "repo_url": "https://github.com/sindresorhus/Plash",
+ "title": "Plash",
+ "icon_url": "https://user-images.githubusercontent.com/170270/74323095-8d1c0880-4db7-11ea-9c07-3003fb9c3125.png",
+ "screenshots": [
+ "https://user-images.githubusercontent.com/170270/74323375-0287d900-4db8-11ea-8b26-5566565fa8a1.jpg"
+ ],
+ "official_site": "https://sindresorhus.com/plash",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium.",
"categories": [
From e4b1dbdd283c24fcef1d6653d5bc43b6bd69fa9a Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 12 Feb 2020 20:24:11 +0000
Subject: [PATCH 298/641] Generate README
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 299345c..177f039 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,7 @@ You can see in which language an app is written. Currently there are following l
- [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon]
- [Kaktus Browser](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon]
- [Pennywise](https://github.com/kamranahmedse/pennywise) - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium. ![javascript_icon]
+- [Plash](https://github.com/sindresorhus/Plash) - Make any website your desktop wallpaper. ![swift_icon]
- [browserosaurus](https://github.com/will-stone/browserosaurus) - macOS tool that prompts you to choose a browser when opening a link. ![javascript_icon]
- [otter-browser](https://github.com/OtterBrowser/otter-browser) - Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ![cpp_icon]
- [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon]
@@ -669,6 +670,7 @@ You can see in which language an app is written. Currently there are following l
- [BingPaper](https://github.com/pengsrc/BingPaper) - Use Bing daily photo as your wallpaper on macOS. ![swift_icon]
- [Desktop Wallpaper Switcher](https://github.com/VioletGiraffe/desktop-wallpaper-switcher) - Win / Linux / macOS tool for managing and cycling desktop wallpapers. ![cpp_icon]
- [Muzei](https://github.com/naman14/Muzei-macOS) - Muzei wallpaper app for macOS. ![swift_icon]
+- [Plash](https://github.com/sindresorhus/Plash) - Make any website your desktop wallpaper. ![swift_icon]
- [Satellite Eyes](https://github.com/tomtaylor/satellite-eyes) - macOS app to automatically set your desktop wallpaper to the satellite view overhead. ![objective_c_icon]
- [Sunscreen](https://github.com/davidcelis/Sunscreen) - Sunscreen is a fun, lightweight application that changes your desktop wallpaper based on sunrise and sunset. ![swift_icon]
- [WallpaperMenu](https://github.com/diogosantos/WallpaperMenu) - macOS menubar application for navigation through beautiful pictures on the web and set them up as your desktop image. ![ruby_icon]
From bf80d37ebd027233574c7a9a9cab63dcd74229b0 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Fri, 14 Feb 2020 22:13:10 +0200
Subject: [PATCH 299/641] Update applications.json
---
applications.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/applications.json b/applications.json
index 9907d5c..e9e5193 100644
--- a/applications.json
+++ b/applications.json
@@ -206,10 +206,10 @@
"title": "CAM",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/3.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/4.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/1.png",
- "https://raw.githubusercontent.com/hanayik/CAM/master/./gh-screenshots/2.png"
+ "https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/1.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/2.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/3.png",
+ "https://raw.githubusercontent.com/hanayik/CAM/master/gh-screenshots/4.png"
],
"official_site": "",
"languages": [
From e350c48afc8e9df1f6eb5543c1b63bb7712de604 Mon Sep 17 00:00:00 2001
From: Ashvin Kumbhani
Date: Sat, 15 Feb 2020 05:54:13 +0530
Subject: [PATCH 300/641] Add another lightweight MongoDB client (#517)
* Add another lightweight MongoDB client
* Update applications.json
* Update applications.json
Co-authored-by: Serhii Londar
---
applications.json | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/applications.json b/applications.json
index e9e5193..cc21fd2 100644
--- a/applications.json
+++ b/applications.json
@@ -7527,9 +7527,6 @@
"title": "Calculeta",
"icon_url": "",
"screenshots": [
- "",
- "",
- ""
],
"official_site": "",
"languages": [
@@ -7555,7 +7552,22 @@
]
},
{
- "short_description": "Safari extension to save your working sessions.",
+ "short_description": "Add another lightweight MongoDB client.",
+ "categories": [
+ "database"
+ ],
+ "repo_url": "https://github.com/jeromelebel/MongoHub-Mac",
+ "title": "Light weight Mac Native Mongodb Client",
+ "icon_url": "",
+ "screenshots": [],
+ "official_site": "",
+ "languages": [
+ "objective_c",
+ "c"
+ ]
+ },
+ {
+ "short_description": "Safari extension to save your working sessions",
"categories": [
"productivity",
"extensions"
From 37a78e3c82ea8bdec0d686fddc9b514e7f0578b7 Mon Sep 17 00:00:00 2001
From: YuShifan <894402575bt@gmail.com>
Date: Sat, 15 Feb 2020 08:27:12 +0800
Subject: [PATCH 301/641] Add MQTTX (#518)
* Add MQTTX
* Modify the link address of the pictures
---
applications.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/applications.json b/applications.json
index cc21fd2..a37b57c 100644
--- a/applications.json
+++ b/applications.json
@@ -7654,6 +7654,25 @@
"languages": [
"c"
]
+ },
+ {
+ "short_description": "An elegant Cross-platform MQTT 5.0 desktop client.",
+ "categories": [
+ "other-development",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/emqx/MQTTX",
+ "title": "MQTTX",
+ "icon_url": "https://user-images.githubusercontent.com/21299158/74506578-f83f1980-4f34-11ea-834a-694aff07c9d1.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-gif.gif",
+ "https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-preview.png"
+ ],
+ "official_site": "https://mqttx.app",
+ "languages": [
+ "javascript",
+ "type_script"
+ ]
}
]
}
From b8d1edc510f94e2cfd8d0daed3574ff6acb5db43 Mon Sep 17 00:00:00 2001
From: Alex Chaplinsky
Date: Sat, 15 Feb 2020 01:30:49 +0100
Subject: [PATCH 302/641] Add Swifty password manager (#520)
---
applications.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/applications.json b/applications.json
index a37b57c..9bacbb4 100644
--- a/applications.json
+++ b/applications.json
@@ -4414,6 +4414,23 @@
"swift"
]
},
+ {
+ "short_description": "Free and offline password manager. ",
+ "categories": [
+ "security"
+ ],
+ "repo_url": "https://github.com/swiftyapp/swifty",
+ "title": "Swifty",
+ "icon_url": "https://getswifty.pro/images/brand@2x.png",
+ "screenshots": [
+ "https://alchaplinsky.com/images/misc/swifty_screen_01.png",
+ "https://alchaplinsky.com/images/misc/swifty_screen_02.png"
+ ],
+ "official_site": "https://getswifty.pro",
+ "languages": [
+ "javascript"
+ ]
+ },
{
"short_description": "Frugal nativemacOS macOS Syncthing application bundle. ",
"categories": [
From 275d9fb5d8207b4d4b60779d39c6839bd92732d1 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Sat, 15 Feb 2020 03:00:07 +0200
Subject: [PATCH 303/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 9bacbb4..6ea8b84 100644
--- a/applications.json
+++ b/applications.json
@@ -7685,7 +7685,7 @@
"https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-gif.gif",
"https://raw.githubusercontent.com/emqx/MQTTX/master/assets/mqttx-preview.png"
],
- "official_site": "https://mqttx.app",
+ "official_site": "",
"languages": [
"javascript",
"type_script"
From 2db0b500e4d9f8fce5e0f8692fc36146ae0720af Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 15 Feb 2020 01:04:34 +0000
Subject: [PATCH 304/641] Generate README
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 177f039..d3658d8 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,7 @@ You can see in which language an app is written. Currently there are following l
### Database
- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - SQLite database management GUI. ![cpp_icon]
- [DBeaver](https://github.com/dbeaver/dbeaver) - Universal database tool and SQL client. ![java_icon]
+- [Light weight Mac Native Mongodb Client](https://github.com/jeromelebel/MongoHub-Mac) - Add another lightweight MongoDB client. ![objective_c_icon] ![c_icon]
- [Medis](https://github.com/luin/medis) - 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. ![javascript_icon]
- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon]
- [Postgres.app](https://github.com/PostgresApp/PostgresApp) - The easiest way to get started with PostgreSQL on the Mac. ![swift_icon]
@@ -198,6 +199,7 @@ You can see in which language an app is written. Currently there are following l
#### Other Development
- [ChefInspector](https://github.com/Yasumoto/ChefInspector) - Node and Attribute viewer for Chef ![swift_icon]
+- [MQTTX](https://github.com/emqx/MQTTX) - An elegant Cross-platform MQTT 5.0 desktop client. ![javascript_icon] ![type_script_icon]
- [macho-browser](https://github.com/dcsch/macho-browser) - Browser for macOS Mach-O binaries. ![objective_c_icon]
- [vegvisir](https://github.com/ant4g0nist/vegvisir) - Browser based GUI for **LLDB** Debugger. ![javascript_icon]
@@ -297,7 +299,7 @@ You can see in which language an app is written. Currently there are following l
- [PageExtender](https://github.com/fphilipe/PageExtender.app) - Extend pages with your own CSS and JS files. ![swift_icon] ![javascript_icon]
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
-- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions. ![swift_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
- [nef](https://github.com/bow-swift/nef-plugin) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore. ![swift_icon]
### Finder
@@ -487,7 +489,7 @@ You can see in which language an app is written. Currently there are following l
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
- [SelfControl](https://github.com/SelfControlApp/selfcontrol) - macOS app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out. ![objective_c_icon]
-- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions. ![swift_icon]
+- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
- [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon]
- [StickyNotes](https://github.com/LumingYin/StickyNotes) - A Windows 10-esque Sticky Notes app implemented in AppKit. ![swift_icon]
- [Strategr](https://github.com/khrykin/StrategrDesktop) - No-fuss time management. ![cpp_icon] ![objective_c_icon]
@@ -518,6 +520,7 @@ You can see in which language an app is written. Currently there are following l
- [Cloaker](https://github.com/spieglt/cloaker) - simple drag-and-drop, password-based file encryption. ![rust_icon]
- [Cryptomator](https://github.com/cryptomator/cryptomator) - Multi-platform transparent client-side encryption of your files in the cloud. ![java_icon]
- [LuLu](https://github.com/objective-see/LuLu) - LuLu is macOS firewall application that aims to block unauthorized (outgoing) network traffic. ![objective_c_icon]
+- [Swifty](https://github.com/swiftyapp/swifty) - Free and offline password manager. ![javascript_icon]
- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon]
### Sharing Files
@@ -607,6 +610,7 @@ You can see in which language an app is written. Currently there are following l
- [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Simple screen and microphone audio recorder for macOS. ![swift_icon]
- [Life-Calendar](https://github.com/wvdk/Life-Calendar) - Life Calendar. ![swift_icon]
- [Lunar](https://github.com/alin23/lunar) - Intelligent adaptive brightness for your external displays. ![swift_icon]
+- [MQTTX](https://github.com/emqx/MQTTX) - An elegant Cross-platform MQTT 5.0 desktop client. ![javascript_icon] ![type_script_icon]
- [MacPass](https://github.com/MacPass/MacPass) - Native macOS KeePass client. ![objective_c_icon]
- [Maria](https://github.com/shincurry/Maria) - macOS native app/widget for aria2 download tool. ![swift_icon]
- [Meme Maker](https://github.com/MemeMaker/Meme-Maker-Mac) - Meme Maker macOS application for meme creation. ![swift_icon]
From ee4438e209e9004d6d2e508bc09bf25fea27be3e Mon Sep 17 00:00:00 2001
From: Denis Zyulev
Date: Sat, 15 Feb 2020 13:06:17 +0200
Subject: [PATCH 305/641] Add pomodoro cycle app (#521)
* Add pomodoro cycle app
* Fix pomodoro cycle images
* Update applications.json
Co-authored-by: Serhii Londar
---
applications.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/applications.json b/applications.json
index 6ea8b84..577a67f 100644
--- a/applications.json
+++ b/applications.json
@@ -7672,6 +7672,22 @@
"c"
]
},
+ {
+ "repo_url" : "https://github.com/jet8a/pomodoro-cycle-app",
+ "official_site" : "https://github.com/jet8a/pomodoro-cycle-app/releases",
+ "title" : "Pomodoro Cycle",
+ "icon_url": "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/src/favicon.png",
+ "screenshots" : [
+ "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/screenshots/1.png"
+ ],
+ "short_description" : "Pomodoro Cycle for macOS",
+ "languages" : [
+ "type_script"
+ ],
+ "categories" : [
+ "productivity"
+ ]
+ },
{
"short_description": "An elegant Cross-platform MQTT 5.0 desktop client.",
"categories": [
From e11beff8543a707e5741fd00e5a162168695b5c3 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Sat, 15 Feb 2020 21:31:36 +0000
Subject: [PATCH 306/641] Generate README
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index d3658d8..db24a6f 100644
--- a/README.md
+++ b/README.md
@@ -485,6 +485,7 @@ You can see in which language an app is written. Currently there are following l
- [PDF Archiver](https://github.com/PDF-Archiver/PDF-Archiver) - Nice tool for tagging and archiving tasks. ![swift_icon]
- [Paperless Desktop](https://github.com/thomasbrueggemann/paperless-desktop) - Desktop app that uses the paperless API to manage your document scans. ![javascript_icon]
- [Pennywise](https://github.com/kamranahmedse/pennywise) - Pennywise opens any website or media in a small floating window that remains on top of all other applications. It's a great alternative to Helium. ![javascript_icon]
+- [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - Pomodoro Cycle for macOS ![type_script_icon]
- [QOwnNotes](https://github.com/pbek/QOwnNotes) - Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. ![cpp_icon]
- [Quicksilver](https://github.com/quicksilver/Quicksilver) - Quicksilver is a fast macOS productivity application that gives you the power to control your Mac quickly and elegantly. ![objective_c_icon]
- [Quickwords](https://github.com/quickwords/quickwords) - Write anything in a matter of seconds. Create snippets that can substitute text, execute tedious tasks and more. ![javascript_icon] ![css_icon]
From 7637d7d70a6316db1c1d366a9c27349fb66612d7 Mon Sep 17 00:00:00 2001
From: Ashvin Kumbhani
Date: Mon, 17 Feb 2020 16:33:26 +0530
Subject: [PATCH 307/641] Update app name (#524)
Application name was way larger. Shorted it out. So can read clearly.
---
applications.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications.json b/applications.json
index 577a67f..67e68a1 100644
--- a/applications.json
+++ b/applications.json
@@ -7569,12 +7569,12 @@
]
},
{
- "short_description": "Add another lightweight MongoDB client.",
+ "short_description": "Add another lightweight Mac Native MongoDB client.",
"categories": [
"database"
],
"repo_url": "https://github.com/jeromelebel/MongoHub-Mac",
- "title": "Light weight Mac Native Mongodb Client",
+ "title": "MongoHub",
"icon_url": "",
"screenshots": [],
"official_site": "",
From 615ef202ab637a39cb4296ff0e746fd37f3c61fb Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Mon, 17 Feb 2020 11:10:05 +0000
Subject: [PATCH 308/641] Generate README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index db24a6f..2c5087a 100644
--- a/README.md
+++ b/README.md
@@ -164,8 +164,8 @@ You can see in which language an app is written. Currently there are following l
### Database
- [DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser) - SQLite database management GUI. ![cpp_icon]
- [DBeaver](https://github.com/dbeaver/dbeaver) - Universal database tool and SQL client. ![java_icon]
-- [Light weight Mac Native Mongodb Client](https://github.com/jeromelebel/MongoHub-Mac) - Add another lightweight MongoDB client. ![objective_c_icon] ![c_icon]
- [Medis](https://github.com/luin/medis) - 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. ![javascript_icon]
+- [MongoHub](https://github.com/jeromelebel/MongoHub-Mac) - Add another lightweight Mac Native MongoDB client. ![objective_c_icon] ![c_icon]
- [Postbird](https://github.com/Paxa/postbird) - PostgreSQL GUI client for macOS. ![javascript_icon]
- [Postgres.app](https://github.com/PostgresApp/PostgresApp) - The easiest way to get started with PostgreSQL on the Mac. ![swift_icon]
- [Redis.app](https://github.com/jpadilla/redisapp) - The easiest way to get started with Redis on the Mac. ![swift_icon]
From 7f6ba603e36ced5faef110ae8119ea072cdd5f42 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 01:20:14 +0300
Subject: [PATCH 309/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b00e910..0fa628e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 5 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From f57b19447aa872c4e4b0da8b3f9830f4afe0255d Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 02:12:52 +0300
Subject: [PATCH 310/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0fa628e..0b0a43b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 5 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From a3106d8398eeddfba3aaa9c8538e756b1c22f32b Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 16:43:31 +0300
Subject: [PATCH 311/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0b0a43b..148d2e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 0.2 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From 6047323b9f611c29d88ee3cdd5573ba8d860d2de Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 16:57:32 +0300
Subject: [PATCH 312/641] Update applications.json
---
applications.json | 92 +++++++++++++++++++++++------------------------
1 file changed, 45 insertions(+), 47 deletions(-)
diff --git a/applications.json b/applications.json
index 67e68a1..0a80317 100644
--- a/applications.json
+++ b/applications.json
@@ -125,8 +125,6 @@
"title": "AUHost",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-Attenuator.png",
- "https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MediaLibrary.png",
"https://raw.githubusercontent.com/vgorloff/AUHost/master/Media/Screenshot-MainWindow.png"
],
"official_site": "",
@@ -162,19 +160,19 @@
"title": "Aural Player",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Compact.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Delay.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Preferences-Playback.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/SegmentLoop.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Default.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Demos/mainDemo.gif",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetailedInfo.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Filter.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Search.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DockedLeft.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/DetachedPlaylist.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Time.png",
- "https://raw.githubusercontent.com/maculateConception/aural-player/master//Documentation/Screenshots/Sort.png"
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Compact.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Delay.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Preferences-Playback.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/SegmentLoop.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Default.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/mainDemo.gif",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/DetailedInfo.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Filter.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Search.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/DockedLeft.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/DetachedPlaylist.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Time.png",
+ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Sort.png"
],
"official_site": "",
"languages": [
@@ -221,7 +219,7 @@
"categories": [
"audio"
],
- "repo_url": "https://github.com/nodeful/eqMac2",
+ "repo_url": "https://github.com/bitgapp/eqMac",
"title": "eqMac2",
"icon_url": "",
"screenshots": [
@@ -776,7 +774,7 @@
"title": "Franz",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/meetfranz/franz/master/./build-helpers/images/icon.png"
+ "https://raw.githubusercontent.com/meetfranz/franz/master/build-helpers/images/icon.png"
],
"official_site": "",
"languages": [
@@ -817,7 +815,7 @@
]
},
{
- "short_description": "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ",
+ "short_description": "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol.",
"categories": [
"chat"
],
@@ -1030,7 +1028,7 @@
"title": "Float coin",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/kaunteya/FloatCoin/master//Images/Banner.png"
+ "https://raw.githubusercontent.com/kaunteya/FloatCoin/master/Images/Banner.png"
],
"official_site": "",
"languages": [
@@ -1512,7 +1510,7 @@
"screenshots": [
"https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot.png",
"https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/screenshot_themestore.png",
- "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/./quicklook_thumb.png"
+ "https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/master/quicklook_thumb.png"
],
"official_site": "",
"languages": [
@@ -1543,8 +1541,8 @@
"title": "Attabench",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Attabench-screenshot.png",
- "https://raw.githubusercontent.com/attaswift/Attabench/master/./Images/Header.png",
+ "https://raw.githubusercontent.com/attaswift/Attabench/master/Images/Attabench-screenshot.png",
+ "https://raw.githubusercontent.com/attaswift/Attabench/master/Images/Header.png",
"https://raw.githubusercontent.com/attaswift/Attabench/master/Images/SampleBenchmark.png"
],
"official_site": "",
@@ -1847,7 +1845,7 @@
"title": "Menubar Colors",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/./Example.jpg"
+ "https://raw.githubusercontent.com/nvzqz/Menubar-Colors/master/Example.jpg"
],
"official_site": "",
"languages": [
@@ -2036,11 +2034,11 @@
"title": "WWDC.srt",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session02.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/VideoLink.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/TextFile.png",
- "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/./ScreenShots/Session01.png"
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/WWDCSubGetter/Assets.xcassets/AppIcon.appiconset/Icon_256x256.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/Session02.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/VideoLink.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/TextFile.png",
+ "https://raw.githubusercontent.com/ssamadgh/WWDCsrt/master/ScreenShots/Session01.png"
],
"official_site": "",
"languages": [
@@ -2210,7 +2208,7 @@
"title": "KubeMonitor",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/./Screenshot.png"
+ "https://raw.githubusercontent.com/DanSanche/KubeMonitor/master/Screenshot.png"
],
"official_site": "",
"languages": [
@@ -2528,7 +2526,7 @@
"title": "Gingko",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/gingko/client/master/./docs/images/screenshot-alien-screenplay.png"
+ "https://raw.githubusercontent.com/gingko/client/master/docs/images/screenshot-alien-screenplay.png"
],
"official_site": "",
"languages": [
@@ -2750,7 +2748,7 @@
"title": "Clipy",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/Clipy/Clipy/master/./Resources/clipy_logo.png",
+ "https://raw.githubusercontent.com/Clipy/Clipy/master/Resources/clipy_logo.png",
"https://clipy-app.com/img/screenshot1.png"
],
"official_site": "",
@@ -3085,7 +3083,7 @@
"title": "ScreenToLayers for macOS",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/./Others/presentation.png"
+ "https://raw.githubusercontent.com/duyquoc/ScreenToLayers/master/Others/presentation.png"
],
"official_site": "",
"languages": [
@@ -3440,8 +3438,8 @@
"title": "Thor",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_settings.png",
- "https://raw.githubusercontent.com/gbammc/Thor/master/./screenshot_list.png"
+ "https://raw.githubusercontent.com/gbammc/Thor/master/screenshot_settings.png",
+ "https://raw.githubusercontent.com/gbammc/Thor/master/screenshot_list.png"
],
"official_site": "",
"languages": [
@@ -3595,7 +3593,7 @@
"title": "CloudyTabs",
"icon_url": "",
"screenshots": [
- "http://joshparnham.com/projects/cloudytabs/CloudyTabs.png"
+ "https://joshparnham.com/projects/cloudytabs/CloudyTabs.png"
],
"official_site": "",
"languages": [
@@ -3976,7 +3974,7 @@
"title": "Boostnote",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/BoostIO/Boostnote/master/./resources/repository/top.png"
+ "https://raw.githubusercontent.com/BoostIO/Boostnote/master/resources/repository/top.png"
],
"official_site": "",
"languages": [
@@ -4088,7 +4086,7 @@
"title": "NoteTaker",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/insidegui/NoteTaker/master/./screenshot.png"
+ "https://raw.githubusercontent.com/insidegui/NoteTaker/master/screenshot.png"
],
"official_site": "",
"languages": [
@@ -4260,7 +4258,7 @@
"title": "Keyframes Player",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/./screenshot.gif"
+ "https://raw.githubusercontent.com/insidegui/KeyframesPlayer/master/screenshot.gif"
],
"official_site": "",
"languages": [
@@ -4600,7 +4598,7 @@
"title": "ClipMenu",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/naotaka/ClipMenu/master/./screenshot.jpg"
+ "https://raw.githubusercontent.com/naotaka/ClipMenu/master/screenshot.jpg"
],
"official_site": "",
"languages": [
@@ -5499,7 +5497,7 @@
"title": "KeepingYouAwake",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/./Extras/Screenshot.jpg"
+ "https://raw.githubusercontent.com/newmarcel/KeepingYouAwake/master/Extras/Screenshot.jpg"
],
"official_site": "",
"languages": [
@@ -5515,7 +5513,7 @@
"title": "Latest",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/mangerlahn/Latest/master/./latest.png"
+ "https://raw.githubusercontent.com/mangerlahn/Latest/master/latest.png"
],
"official_site": "",
"languages": [
@@ -5970,9 +5968,9 @@
"title": "Life-Calendar",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%203.png",
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockups%201.png",
- "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/./Screenshots%20and%20mockups/Mockup%202%20-%20Basic%20%22Life%20In%20Weeks%22%20Idea.png"
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/Screenshots%20and%20mockups/Mockups%203.png",
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/Screenshots%20and%20mockups/Mockups%201.png",
+ "https://raw.githubusercontent.com/wvdk/Life-Calendar/master/Screenshots%20and%20mockups/Mockup%202%20-%20Basic%20%22Life%20In%20Weeks%22%20Idea.png"
],
"official_site": "",
"languages": [
@@ -6403,7 +6401,7 @@
"icon_url": "",
"screenshots": [
"https://i.imgur.com/FEVY2Pu.png",
- "https://raw.githubusercontent.com/xiaohk/FaceData/master/./result.gif"
+ "https://raw.githubusercontent.com/xiaohk/FaceData/master/result.gif"
],
"official_site": "",
"languages": [
@@ -7197,7 +7195,7 @@
"screenshots": [
"https://camo.githubusercontent.com/51a17fe9599c84dddda6aa5540e8cdbebedfce83/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f707265766965772f706f636b5f776964676574732e706e67"
],
- "official_site": "https://pock.pigigaldi.com",
+ "official_site": "https://pock.dev/",
"languages": [
"swift"
]
@@ -7490,7 +7488,7 @@
"title": "PowerShell",
"icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png",
"screenshots": [],
- "official_site": "https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6",
+ "official_site": "https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6",
"languages": [
"c_sharp"
]
From 5c909cd270c30665ab954ac459a5f955aebf1094 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 16:58:56 +0300
Subject: [PATCH 313/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 148d2e7..92df963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 0.2 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 0.3 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From b784f9a1bd4fe0789abbf25a53141bcbd28267b5 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 17:38:47 +0300
Subject: [PATCH 314/641] Update applications.json
---
applications.json | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/applications.json b/applications.json
index 0a80317..e9371d3 100644
--- a/applications.json
+++ b/applications.json
@@ -2112,7 +2112,7 @@
"title": "aws-s3-uploader",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master//upload_anim.gif"
+ "https://raw.githubusercontent.com/RafalWilinski/s3-uploader/master/upload_anim.gif"
],
"official_site": "",
"languages": [
@@ -2447,8 +2447,8 @@
"title": "Pillager",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/pillagerpreview.png",
- "https://raw.githubusercontent.com/Pjirlip/Pillager/master//docu/useffmpeg.gif"
+ "https://raw.githubusercontent.com/Pjirlip/Pillager/master/docu/pillagerpreview.png",
+ "https://raw.githubusercontent.com/Pjirlip/Pillager/master/docu/useffmpeg.gif"
],
"official_site": "",
"languages": [
@@ -3537,7 +3537,7 @@
"https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_2.png",
"https://raw.githubusercontent.com/wiki/invesalius/invesalius3/figures/screen_3.png"
],
- "official_site": "https://www.cti.gov.br/pt-br/invesalius",
+ "official_site": "",
"languages": [
"python"
]
@@ -4882,7 +4882,7 @@
"title": "Timer",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/michaelvillar/timer-app/master//screenshots/timer.png"
+ "https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/timer.png"
],
"official_site": "",
"languages": [
@@ -5480,8 +5480,8 @@
"title": "Juice",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/brianmichel/Juice/master//images/cyle-post.png",
- "https://raw.githubusercontent.com/brianmichel/Juice/master//images/icon-readme.png"
+ "https://raw.githubusercontent.com/brianmichel/Juice/master/images/cyle-post.png",
+ "https://raw.githubusercontent.com/brianmichel/Juice/master/images/icon-readme.png"
],
"official_site": "",
"languages": [
@@ -5847,10 +5847,10 @@
"title": "Crypter",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Welcome_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Settings_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/Crypter_main_screen.png",
- "https://raw.githubusercontent.com/HR/Crypter/master//.github/MasterPass_screen.png"
+ "https://raw.githubusercontent.com/HR/Crypter/master/.github/Welcome_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master/.github/Settings_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master/.github/Crypter_main_screen.png",
+ "https://raw.githubusercontent.com/HR/Crypter/master/.github/MasterPass_screen.png"
],
"official_site": "",
"languages": [
@@ -6830,7 +6830,7 @@
"title": "Sunscreen",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/davidcelis/Sunscreen/master//images/icon.png"
+ "https://raw.githubusercontent.com/davidcelis/Sunscreen/master/images/icon.png"
],
"official_site": "",
"languages": [
@@ -7136,9 +7136,8 @@
"title": "OpenInTerminal",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-terminal.gif",
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-open-in-editor.gif",
- "https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/master/Resources/screenshots/main-copy-path-to-clipboard.gif"
+ "hhttps://user-images.githubusercontent.com/11001224/78589385-b797b880-7872-11ea-9062-c11a49461598.gif",
+ "hhttps://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif",
],
"official_site": "",
"languages": [
From 629326be38d6febd9532250df616fcbdd7547ca7 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 17:39:11 +0300
Subject: [PATCH 315/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 92df963..b8522cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 0.3 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 0.5 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From d08d77dcf7ccf93961ba0b83d5780239c9208b28 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 8 Apr 2020 17:43:50 +0300
Subject: [PATCH 316/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b8522cf..0b0a43b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 0.5 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
- danger
after_success:
- swift ./.github/main.swift
From 70660bdd111a6116559f6342547422182abbe853 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Wed, 8 Apr 2020 21:17:50 +0300
Subject: [PATCH 317/641] Fix link issues
Fix CI issues
---
.travis.yml | 2 +-
applications.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0b0a43b..e612d44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/
+ - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow-timeout
- danger
after_success:
- swift ./.github/main.swift
diff --git a/applications.json b/applications.json
index e9371d3..598f627 100644
--- a/applications.json
+++ b/applications.json
@@ -2164,7 +2164,7 @@
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/intercept-screenshot.png",
"https://raw.githubusercontent.com/httptoolkit/httptoolkit.tech/master/src/images/edit-screenshot.png"
],
- "official_site": "https://httptoolkit.tech/mock/",
+ "official_site": "https://httptoolkit.tech/",
"languages": [
"type_script"
]
@@ -2190,7 +2190,7 @@
"categories": [
"web-development"
],
- "repo_url": "https://github.com/ronakdev/itunesconnect",
+ "repo_url": "https://github.com/trulyronak/itunesconnect",
"title": "iTunesConnect",
"icon_url": "",
"screenshots": [],
@@ -6676,7 +6676,7 @@
"categories": [
"subtitles"
],
- "repo_url": "https://github.com/spilja/Subtitlr/tree/master",
+ "repo_url": "https://github.com/lucijafrkovic/Subtitlr/tree/master",
"title": "Subtitlr",
"icon_url": "",
"screenshots": [],
From 124d0ca9bc056c90273c2a9d323f9c257a4b2a51 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 8 Apr 2020 18:53:06 +0000
Subject: [PATCH 318/641] Generate README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 2c5087a..a9000a9 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ You can see in which language an app is written. Currently there are following l
- [Suohai](https://github.com/Sunnyyoung/Suohai) - Audio input/output source lock for macOS. ![swift_icon]
- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon]
- [[Un]MuteMic](https://github.com/CocoaHeadsBrasil/MuteUnmuteMic) - macOS app to mute & unmute the input volume of your microphone. Perfect for podcasters. ![objective_c_icon] ![c_icon]
-- [eqMac2](https://github.com/nodeful/eqMac2) - System-Wide Equalizer for the Mac. ![cpp_icon]
+- [eqMac2](https://github.com/bitgapp/eqMac) - System-Wide Equalizer for the Mac. ![cpp_icon]
- [fre:ac](https://github.com/enzo1982/freac) - The fre:ac audio converter project. ![cpp_icon]
- [iTunes-Volume-Control](https://github.com/alberti42/iTunes-Volume-Control) - This app allows you to control the iTunes volume using volume up and volume down hotkeys. ![objective_c_icon]
- [jmc](https://github.com/jcm93/jmc) - jmc is new macOS media organizer. ![swift_icon]
@@ -144,7 +144,7 @@ You can see in which language an app is written. Currently there are following l
- [Google Allo for Desktop](https://github.com/kelyvin/Google-Allo-For-Desktop) - Native macOS & Windows desktop app for Google Allo. ![javascript_icon]
- [GroupMe](https://github.com/dcrousso/GroupMe) - Unofficial GroupMe App. ![javascript_icon] ![css_icon]
- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_icon]
-- [Riot.im](https://github.com/vector-im/riot-web) - Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/blog/home/) protocol. ![javascript_icon]
+- [Riot.im](https://github.com/vector-im/riot-web) - Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![javascript_icon]
- [Seaglass](https://github.com/neilalexander/seaglass) - A truly native [Matrix](https://matrix.org/blog/home/) client for macOS. ![swift_icon]
- [Signal Desktop](https://github.com/signalapp/Signal-Desktop) - Electron app that links with your Signal Android or Signal iOS app. ![javascript_icon]
- [Telegram](https://github.com/overtake/TelegramSwift) - Source code of Telegram for macOS on Swift. ![swift_icon]
@@ -215,7 +215,7 @@ You can see in which language an app is written. Currently there are following l
- [Mockup Generator](https://github.com/andypotts/mockup-generator) - Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups. ![javascript_icon]
- [Now Desktop](https://github.com/zeit/now-desktop) - Create deployments right from the tray menu. ![javascript_icon]
- [aws-s3-uploader](https://github.com/RafalWilinski/s3-uploader) - Simple macOS app for uploading files to Amazon Web Services. ![javascript_icon]
-- [iTunesConnect](https://github.com/ronakdev/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon]
+- [iTunesConnect](https://github.com/trulyronak/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon]
- [ndm](https://github.com/720kb/ndm) - Npm desktop GUI. ![javascript_icon]
- [nodeScratchpad](https://github.com/vsaravind007/nodeScratchpad) - Evaluate Nodejs/JS code snippets from Menubar. ![swift_icon]
- [stts](https://github.com/inket/stts) - macOS app for monitoring the status of cloud services. ![swift_icon]
From 25251aec9f1de7588fad4636e2753de022406ea6 Mon Sep 17 00:00:00 2001
From: Serhii
Date: Wed, 8 Apr 2020 22:45:18 +0300
Subject: [PATCH 319/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e612d44..47a01f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -d 1 -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow-timeout
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow-timeout
- danger
after_success:
- swift ./.github/main.swift
From cbfe4e8f36264eebec408f7372d60f98cea738b4 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 9 Apr 2020 11:01:25 +0300
Subject: [PATCH 320/641] Update .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 47a01f1..0ebfb73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow-timeout
+ - awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
- danger
after_success:
- swift ./.github/main.swift
From 64edc349920cf39bc1513bd03c79e32f3f6453de Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Thu, 9 Apr 2020 11:06:48 +0300
Subject: [PATCH 321/641] Update applications.json
---
applications.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/applications.json b/applications.json
index e9371d3..2700936 100644
--- a/applications.json
+++ b/applications.json
@@ -2966,7 +2966,6 @@
"icon_url": "",
"screenshots": [
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/gifcapture.png",
- "https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g1.gif",
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/Icon.png",
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g2.gif",
"https://raw.githubusercontent.com/onmyway133/GifCapture/master/Images/g3.gif"
@@ -7136,8 +7135,8 @@
"title": "OpenInTerminal",
"icon_url": "",
"screenshots": [
- "hhttps://user-images.githubusercontent.com/11001224/78589385-b797b880-7872-11ea-9062-c11a49461598.gif",
- "hhttps://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif",
+ "https://user-images.githubusercontent.com/11001224/78589385-b797b880-7872-11ea-9062-c11a49461598.gif",
+ "https://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif",
],
"official_site": "",
"languages": [
From ecea2a58b1b2a03934bb5987d3e768b0ba690c46 Mon Sep 17 00:00:00 2001
From: Matias Morsa <33075003+morsamatias@users.noreply.github.com>
Date: Wed, 15 Apr 2020 12:42:41 -0300
Subject: [PATCH 322/641] Add Ultra TabSaver (#540)
* Add Ultra TabSaver
* lowecase swift
Co-authored-by: Matias
---
applications.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/applications.json b/applications.json
index 17495f3..2d9dbcd 100644
--- a/applications.json
+++ b/applications.json
@@ -19,6 +19,25 @@
"swift"
]
},
+ {
+ "short_description": "Ultra TabSaver is an open-source Tab Manager for Safari",
+ "categories": [
+ "extensions",
+ "productivity",
+ "utilities"
+ ],
+ "repo_url": "https://github.com/morsamatias/UltraTabSaver",
+ "title": "Ultra TabSaver",
+ "icon_url": "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Ultra%20TabSaver/Assets.xcassets/AppIcon.appiconset/unnamed-1.png",
+ "screenshots": [
+ "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Screenshoot-1.png",
+ "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Screenshoot-2.png"
+ ],
+ "official_site": "",
+ "languages": [
+ "swift"
+ ]
+ },
{
"short_description": "Music Bar is macOS application that places music controls right in your menu bar.",
"categories": [
From 44cbc33f4661d6bbe1dc58cc2d4ddefed7a95e10 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 15 Apr 2020 18:45:53 +0300
Subject: [PATCH 323/641] Update applications.json
---
applications.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index 2d9dbcd..f180487 100644
--- a/applications.json
+++ b/applications.json
@@ -4900,7 +4900,8 @@
"title": "Timer",
"icon_url": "",
"screenshots": [
- "https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/timer.png"
+ "https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/light-mode.png",
+ "https://raw.githubusercontent.com/michaelvillar/timer-app/master/screenshots/dark-mode.png"
],
"official_site": "",
"languages": [
From 389a3da1a975407923b285665bf24a3aef402516 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Wed, 15 Apr 2020 18:53:08 +0300
Subject: [PATCH 324/641] Update applications.json
---
applications.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications.json b/applications.json
index f180487..82e7532 100644
--- a/applications.json
+++ b/applications.json
@@ -26,7 +26,7 @@
"productivity",
"utilities"
],
- "repo_url": "https://github.com/morsamatias/UltraTabSaver",
+ "repo_url": "https://github.com/Swift-open-source/UltraTabSaver",
"title": "Ultra TabSaver",
"icon_url": "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Ultra%20TabSaver/Assets.xcassets/AppIcon.appiconset/unnamed-1.png",
"screenshots": [
From 24dcf28dc1be1848b64a142df0c7d19b589180b7 Mon Sep 17 00:00:00 2001
From: serhii-londar
Date: Wed, 15 Apr 2020 15:59:18 +0000
Subject: [PATCH 325/641] Generate README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index a9000a9..279458c 100644
--- a/README.md
+++ b/README.md
@@ -300,6 +300,7 @@ You can see in which language an app is written. Currently there are following l
- [PiPTool](https://github.com/bfmatei/PiPTool) - Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS. ![javascript_icon]
- [PiPifier](https://github.com/arnoappenzeller/PiPifier) - PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode. ![swift_icon]
- [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon]
+- [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Ultra TabSaver is an open-source Tab Manager for Safari ![swift_icon]
- [nef](https://github.com/bow-swift/nef-plugin) - This Xcode extension enables you to make a code selection and export it to a snippets. Available on Mac AppStore. ![swift_icon]
### Finder
@@ -500,6 +501,7 @@ You can see in which language an app is written. Currently there are following l
- [Toggl Desktop]() - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon]
- [TomatoBar](https://github.com/ivoronin/TomatoBar) - Pomodoro Technique Timer for macOS with Touch Bar support. ![swift_icon]
- [TrelloApp](https://github.com/jlong/TrelloApp) - Unofficial wrapper application for Trello.com written in Swift. This is almost a "Hello World" for a site specific browser. ![swift_icon]
+- [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Ultra TabSaver is an open-source Tab Manager for Safari ![swift_icon]
- [Watson](https://github.com/TailorDev/Watson) - A CLI application for time tracking. ![python_icon]
- [Whale](https://github.com/1000ch/whale) - Unofficial Trello app. ![javascript_icon]
- [Yomu](https://github.com/sendyhalim/Yomu) - Manga reader app for macOS. ![swift_icon]
@@ -633,6 +635,7 @@ You can see in which language an app is written. Currently there are following l
- [The Blockstack Browser](https://github.com/blockstack/blockstack-browser) - Blockstack is an internet for decentralized apps where users own their data. The Blockstack Browser allows you to explore the Blockstack internet. ![javascript_icon]
- [The Unarchiver](https://bitbucket.org/kosovan/theunarchiver/src ) - The Unarchiver is an Objective-C application for uncompressing archive files. ![objective_c_icon]
- [ToTheTop](https://github.com/zenangst/ToTheTop) - Small macOS application to help you scroll to the top. ![swift_icon]
+- [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Ultra TabSaver is an open-source Tab Manager for Safari ![swift_icon]
- [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon]
- [fselect](https://github.com/jhspetersson/fselect) - Command-line tool to search files with SQL syntax. ![rust_icon]
- [homebrew-cask](https://github.com/Homebrew/homebrew-cask) - A CLI workflow for the administration of macOS applications distributed as binaries ![ruby_icon]
From 2c8d46e027a945d34d733ffb65e03dbb55337712 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 17 Apr 2020 01:20:20 +0300
Subject: [PATCH 326/641] Update FUNDING.yml
---
.github/FUNDING.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 207536a..fb629b7 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -2,11 +2,11 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: serhiilondar
-open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
+# open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
-issuehunt: # Replace with a single IssueHunt username
+issuehunt: serhii-londar
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
From fbb6ccba0c82f837cef1f2d3d2ba40fc075d0437 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 17 Apr 2020 01:22:04 +0300
Subject: [PATCH 327/641] Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index fb629b7..b66e53f 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -2,7 +2,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: serhiilondar
-# open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
+open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
From ac9f03d0b61e430662b59bb6704e59486ccf577e Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 17 Apr 2020 01:25:35 +0300
Subject: [PATCH 328/641] Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index b66e53f..5057aed 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,6 +1,6 @@
# These are supported funding model platforms
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github: serhii-londar
patreon: serhiilondar
open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
From 02f0e043aaf8bdc3807474be7a9aefd3e1e2a382 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 17 Apr 2020 01:26:13 +0300
Subject: [PATCH 329/641] Update FUNDING.yml
---
.github/FUNDING.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 5057aed..6a18cd4 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,6 +1,6 @@
# These are supported funding model platforms
-github: serhii-londar
+# github: serhii-londar
patreon: serhiilondar
open_collective: open-source-mac-os-apps # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
From b9622d95a1d2a1aa8f6833a3405a1f5739e6d999 Mon Sep 17 00:00:00 2001
From: Serhii Londar
Date: Fri, 17 Apr 2020 01:28:20 +0300
Subject: [PATCH 330/641] Update applications.json
---
applications.json | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/applications.json b/applications.json
index 82e7532..e9b5550 100644
--- a/applications.json
+++ b/applications.json
@@ -7518,13 +7518,8 @@
],
"repo_url": "https://github.com/cryptomator/cryptomator",
"title": "Cryptomator",
- "icon_url": "https://cryptomator.org/resources/presskit/cryptomator-logo.png",
- "screenshots": [
- "https://cryptomator.org/resources/presskit/en/mac-screenshot-1.png",
- "https://cryptomator.org/resources/presskit/en/mac-screenshot-2.png",
- "https://cryptomator.org/resources/presskit/en/mac-screenshot-3.png",
- "https://cryptomator.org/resources/presskit/en/mac-screenshot-4.png"
- ],
+ "icon_url": "https://github.com/cryptomator/cryptomator/raw/develop/cryptomator.png",
+ "screenshots": [],
"official_site": "https://cryptomator.org/",
"languages": [
"java"
From 9f7a3c6ec3ea6c41d66070dc9f42fcdc88d33480 Mon Sep 17 00:00:00 2001
From: InstanceLabs