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 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 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:! Patreon donate button 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:! Patreon donate button 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 Date: Fri, 17 Apr 2020 00:29:43 +0200 Subject: [PATCH 331/641] Add Mac Screenshot Tracker. (#530) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index e9b5550..83887c8 100644 --- a/applications.json +++ b/applications.json @@ -7717,6 +7717,23 @@ "javascript", "type_script" ] + }, + { + "short_description": "An open source, free and hackable screenshot tracker. Re-watch what you've been working on!", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/instance01/mac-screenshot-tracker", + "title": "Mac Screenshot Tracker", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/instance01/mac-screenshot-tracker/master/.github/screen1.png", + "https://raw.githubusercontent.com/instance01/mac-screenshot-tracker/master/.github/screen2.png" + ], + "official_site": "", + "languages": [ + "python" + ] } ] } From 45b8944f91e43fadb15752fd2144d847c77ea076 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Thu, 16 Apr 2020 23:35:02 +0100 Subject: [PATCH 332/641] Add tuner app (#534) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 83887c8..0f3e1aa 100644 --- a/applications.json +++ b/applications.json @@ -7735,5 +7735,23 @@ "python" ] } + { + "short_description": "Musical Instrument Tuner", + "categories": [ + "audio" + ], + "repo_url": "https://github.com/billthefarmer/ctuner", + "title": "Tuner", + "icon_url": "https://github.com/billthefarmer/ctuner/raw/master/swift/Tuner.png", + "screenshots": [ + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-swift.png", + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-preferences.png", + "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Note-filter.png" + ], + "official_site": "https://billthefarmer.github.io/ctuner", + "languages": [ + "swift" + ] + } ] } From c36c9d79083ee416599048105e38d9333fcdce12 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Apr 2020 01:43:29 +0300 Subject: [PATCH 333/641] Update applications.json --- applications.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/applications.json b/applications.json index 0f3e1aa..0606a5d 100644 --- a/applications.json +++ b/applications.json @@ -7518,7 +7518,7 @@ ], "repo_url": "https://github.com/cryptomator/cryptomator", "title": "Cryptomator", - "icon_url": "https://github.com/cryptomator/cryptomator/raw/develop/cryptomator.png", + "icon_url": "https://raw.githubusercontent.com/cryptomator/cryptomator/develop/cryptomator.png", "screenshots": [], "official_site": "https://cryptomator.org/", "languages": [ @@ -7742,13 +7742,13 @@ ], "repo_url": "https://github.com/billthefarmer/ctuner", "title": "Tuner", - "icon_url": "https://github.com/billthefarmer/ctuner/raw/master/swift/Tuner.png", + "icon_url": "https://raw.githubusercontent.com/billthefarmer/ctuner/master/swift/Tuner.png", "screenshots": [ - "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-swift.png", - "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Tuner-preferences.png", - "https://github.com/billthefarmer/billthefarmer.github.io/raw/master/images/ctuner/Note-filter.png" + "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Tuner-swift.png", + "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Tuner-preferences.png", + "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/ctuner/Note-filter.png" ], - "official_site": "https://billthefarmer.github.io/ctuner", + "official_site": "https://billthefarmer.github.io/ctuner/ ", "languages": [ "swift" ] From a8513a3758893bdac7df63ba1e27c4c8842080df Mon Sep 17 00:00:00 2001 From: Mhd Hejazi Date: Fri, 17 Apr 2020 01:47:44 +0300 Subject: [PATCH 334/641] Add Corona Tracker app. (#535) * Add Corona Tracker app. * Update description. Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 0606a5d..0dfde7f 100644 --- a/applications.json +++ b/applications.json @@ -7718,6 +7718,23 @@ "type_script" ] }, + { + "short_description": "Coronavirus tracker app for iOS & macOS with maps & charts.", + "categories": [ + "ios--macos" + ], + "repo_url": "https://github.com/MhdHejazi/CoronaTracker", + "title": "Corona Tracker", + "icon_url": "https://coronatracker.samabox.com/images/icon.svg", + "screenshots": [ + "https://user-images.githubusercontent.com/121827/77247007-03751b80-6c3e-11ea-91fc-b3d535fda6a2.png", + "https://user-images.githubusercontent.com/121827/77246699-e25efb80-6c3a-11ea-8a49-30bd87ff33c0.png" + ], + "official_site": "https://coronatracker.samabox.com/", + "languages": [ + "swift" + ] + }, { "short_description": "An open source, free and hackable screenshot tracker. Re-watch what you've been working on!", "categories": [ From 32598357b8eb2d3d7f8dd23d43168c5512e57798 Mon Sep 17 00:00:00 2001 From: Chandan Karmakar Date: Fri, 17 Apr 2020 04:19:01 +0530 Subject: [PATCH 335/641] Added new mac app for JSON to model class generator (#538) Co-authored-by: Chandan Karmakar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 0dfde7f..491b58c 100644 --- a/applications.json +++ b/applications.json @@ -2122,6 +2122,22 @@ "swift" ] }, + { + "short_description": "Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ", + "categories": [ + "json-parsing" + ], + "repo_url": "https://github.com/chanonly123/Json-Model-Generator", + "title": "JSON to Model class", + "icon_url": "", + "screenshots": [ + "https://github.com/chanonly123/Json-Model-Generator/raw/master/demo1.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Simple macOS app for uploading files to Amazon Web Services. ", "categories": [ From 7b53e6c9d5cc58cc140917f44e696d19ee6e7db9 Mon Sep 17 00:00:00 2001 From: Rajendra Kumar Bhochalya Date: Fri, 17 Apr 2020 04:19:44 +0530 Subject: [PATCH 336/641] Add Grayscale Mode (#539) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 491b58c..30b76e4 100644 --- a/applications.json +++ b/applications.json @@ -7715,6 +7715,24 @@ "productivity" ] }, + { + "short_description": "Manage grayscale mode from menu bar.", + "categories": [ + "utilities", + "menubar" + ], + "repo_url": "https://github.com/rkbhochalya/grayscale-mode", + "title": "Grayscale Mode", + "icon_url": "https://user-images.githubusercontent.com/12229032/78544116-48d94180-7817-11ea-9612-7a596f897e02.png", + "screenshots": [ + "https://user-images.githubusercontent.com/12229032/78544215-6b6b5a80-7817-11ea-8b80-12bbbfc16053.jpg", + "https://user-images.githubusercontent.com/12229032/78544289-84740b80-7817-11ea-9092-e76fcb027702.jpg" + ], + "official_site": "https://grayscalemode.com", + "languages": [ + "swift" + ] + }, { "short_description": "An elegant Cross-platform MQTT 5.0 desktop client.", "categories": [ From 87ec6f4f1cd6012dc7b596c0da4736cafb74e3ac Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Apr 2020 01:55:10 +0300 Subject: [PATCH 337/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 30b76e4..39c4293 100644 --- a/applications.json +++ b/applications.json @@ -2131,7 +2131,7 @@ "title": "JSON to Model class", "icon_url": "", "screenshots": [ - "https://github.com/chanonly123/Json-Model-Generator/raw/master/demo1.png" + "https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.png" ], "official_site": "", "languages": [ From fd4d8f69a393f7e8da2ade3079a92fd927823845 Mon Sep 17 00:00:00 2001 From: Alex Perathoner <31958579+AlexPerathoner@users.noreply.github.com> Date: Fri, 17 Apr 2020 00:55:26 +0200 Subject: [PATCH 338/641] Add SlimHUD - Cyanocitta (#533) * Add SlimHUD - Cyanocitta Add a new entry SlimHUD - Cyanocitta * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 39c4293..2456847 100644 --- a/applications.json +++ b/applications.json @@ -7752,6 +7752,26 @@ "type_script" ] }, + { + "short_description": "Replacement for MacOS' volume, brightness and keyboard backlight HUDs.", + "categories": [ + "menubar", + "system", + "utilities" + ], + "repo_url": "https://github.com/AlexPerathoner/SlimHUD", + "title": "SlimHUD - Cyanocitta", + "icon_url": "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/IconFull.png", + "screenshots": [ + "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Animations/animations.gif", + "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png" + ], + "official_site": "", + "languages": [ + "languages": [ + "swift" + ] + }, { "short_description": "Coronavirus tracker app for iOS & macOS with maps & charts.", "categories": [ From fa064148cd35b1a1724c1174542e4332edc5f669 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Apr 2020 11:23:12 +0300 Subject: [PATCH 339/641] Update applications.json --- applications.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 39c4293..4930f2a 100644 --- a/applications.json +++ b/applications.json @@ -2239,7 +2239,7 @@ "categories": [ "web-development" ], - "repo_url": "https://github.com/DanSanche/KubeMonitor", + "repo_url": "https://github.com/Daniel-Sanche/KubeMonitor", "title": "KubeMonitor", "icon_url": "", "screenshots": [ @@ -7172,7 +7172,7 @@ "icon_url": "", "screenshots": [ "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", + "https://user-images.githubusercontent.com/11001224/78589369-b36b9b00-7872-11ea-8a9e-e3f23e7ce80e.gif" ], "official_site": "", "languages": [ @@ -7785,7 +7785,7 @@ "languages": [ "python" ] - } + }, { "short_description": "Musical Instrument Tuner", "categories": [ From 20c9ebcaff0ecaf22b285a06f826b9baad587b97 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 29 Apr 2020 15:53:30 +0300 Subject: [PATCH 340/641] Update applications.json --- applications.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/applications.json b/applications.json index 4b901a7..dfa7008 100644 --- a/applications.json +++ b/applications.json @@ -745,7 +745,7 @@ "title": "ChitChat", "icon_url": "", "screenshots": [ - "http://i.imgur.com/riXrTvx.jpg" + "https://i.imgur.com/riXrTvx.jpg" ], "official_site": "", "languages": [ @@ -809,7 +809,7 @@ "title": "Google Allo for Desktop", "icon_url": "", "screenshots": [ - "http://i.imgur.com/5g1VU3S.png" + "https://i.imgur.com/5g1VU3S.png" ], "official_site": "", "languages": [ @@ -1318,11 +1318,11 @@ "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" + "https://i.imgur.com/t6iC9TC.png", + "https://i.imgur.com/ZfxM7su.png", + "https://i.imgur.com/29hxDcJ.png", + "https://i.imgur.com/dWpJExk.png", + "https://i.imgur.com/6cuPcT4.png" ], "official_site": "", "languages": [ @@ -2320,7 +2320,7 @@ "title": "ndm", "icon_url": "", "screenshots": [ - "http://i.imgur.com/6KL3pt7.png" + "https://i.imgur.com/6KL3pt7.png" ], "official_site": "", "languages": [ @@ -2544,7 +2544,7 @@ "title": "JSON-Splora", "icon_url": "", "screenshots": [ - "http://i.imgur.com/CiXIrrg.gif", + "https://i.imgur.com/CiXIrrg.gif", "https://raw.githubusercontent.com/wellsjo/JSON-Splora/master/app/assets/logos/logo.png" ], "official_site": "", @@ -2671,8 +2671,8 @@ "title": "Noto", "icon_url": "", "screenshots": [ - "http://i.imgur.com/BlqwbV7.png", - "http://i.imgur.com/SXh8o7n.png" + "https://i.imgur.com/BlqwbV7.png", + "https://i.imgur.com/SXh8o7n.png" ], "official_site": "", "languages": [ @@ -2847,7 +2847,7 @@ "title": "OpenInCode", "icon_url": "", "screenshots": [ - "http://i.imgur.com/F5ZrCmS.gif" + "https://i.imgur.com/F5ZrCmS.gif" ], "official_site": "", "languages": [ @@ -3087,7 +3087,7 @@ "title": "Material Colors Native", "icon_url": "", "screenshots": [ - "http://i.imgur.com/jIJ4Gcf.gif" + "https://i.imgur.com/jIJ4Gcf.gif" ], "official_site": "", "languages": [ @@ -4795,7 +4795,7 @@ "icon_url": "", "screenshots": [ "https://i.imgur.com/F5GNK4X.png", - "http://i.imgur.com/FrgAptE.png" + "https://i.imgur.com/FrgAptE.png" ], "official_site": "", "languages": [ @@ -5061,7 +5061,7 @@ "title": "MusaicFM", "icon_url": "", "screenshots": [ - "http://i.imgur.com/OuF5nOe.jpg" + "https://i.imgur.com/OuF5nOe.jpg" ], "official_site": "", "languages": [ @@ -5929,8 +5929,8 @@ "title": "iOScanX", "icon_url": "", "screenshots": [ - "http://i.imgur.com/4zx0UvT.png", - "http://i.imgur.com/0vEOyar.png" + "https://i.imgur.com/4zx0UvT.png", + "https://i.imgur.com/0vEOyar.png" ], "official_site": "", "languages": [ From ecb3866583b6204e585ada2a33737b2b36a0a0b6 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 29 Apr 2020 16:00:50 +0300 Subject: [PATCH 341/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index dfa7008..eb9ec11 100644 --- a/applications.json +++ b/applications.json @@ -7761,7 +7761,7 @@ ], "repo_url": "https://github.com/AlexPerathoner/SlimHUD", "title": "SlimHUD - Cyanocitta", - "icon_url": "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/IconFull.png", + "icon_url": "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Icon1024.png", "screenshots": [ "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/Animations/animations.gif", "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png" From ca0a2bd2effe98c874aaca78639e2ae0aea88301 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 29 Apr 2020 16:11:33 +0300 Subject: [PATCH 342/641] Update applications.json --- applications.json | 1 - 1 file changed, 1 deletion(-) diff --git a/applications.json b/applications.json index eb9ec11..92b07ca 100644 --- a/applications.json +++ b/applications.json @@ -7767,7 +7767,6 @@ "https://raw.githubusercontent.com/AlexPerathoner/SlimHUD/master/Screens/settingsWindow.png" ], "official_site": "", - "languages": [ "languages": [ "swift" ] From ee70482dfbf321de93b4d36768583b794d110ee0 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 29 Apr 2020 13:15:09 +0000 Subject: [PATCH 343/641] Generate README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 279458c..9b6397c 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] +- [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_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/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] @@ -194,6 +195,7 @@ You can see in which language an app is written. Currently there are following l #### JSON Parsing - [JSON Mapper](https://github.com/AppCraft-LLC/json-mapper) - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon] +- [JSON to Model class](https://github.com/chanonly123/Json-Model-Generator) - Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ![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] - [j2s](https://github.com/zadr/j2s) - macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ![swift_icon] @@ -208,7 +210,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] - [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/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] +- [KubeMonitor](https://github.com/Daniel-Sanche/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] - [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] @@ -233,6 +235,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Corona Tracker](https://github.com/MhdHejazi/CoronaTracker) - Coronavirus tracker app for iOS & macOS with maps & charts. ![swift_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] @@ -384,6 +387,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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] @@ -394,6 +398,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![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] @@ -480,6 +485,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] @@ -565,6 +571,7 @@ You can see in which language an app is written. Currently there are following l - [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/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] @@ -607,6 +614,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] - [KeeWeb](https://github.com/keeweb/keeweb) - Cross-platform password manager compatible with KeePass. ![javascript_icon] @@ -629,6 +637,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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. ![type_script_icon] ![javascript_icon] - [Telephone](https://github.com/64characters/Telephone) - SIP softphone for macOS. ![objective_c_icon] ![swift_icon] From 8713d99a8efef998c1ca99c57e473f8bf07c0f01 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 12:48:44 +0300 Subject: [PATCH 344/641] Update applications.json --- applications.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/applications.json b/applications.json index 92b07ca..e338527 100644 --- a/applications.json +++ b/applications.json @@ -28,14 +28,13 @@ ], "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", + "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Screenshoot-1.png", - "https://raw.githubusercontent.com/morsamatias/UltraTabSaver/master/Screenshoot-2.png" + "https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif" ], "official_site": "", "languages": [ - "swift" + "swift" ] }, { @@ -179,18 +178,18 @@ "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/Compact.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Delay.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Preferences-Playback.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/SegmentLoop.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/Demos/DetailedInfo.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Filter.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Search.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DockedLeft.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DetachedPlaylist.png", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Time.png", "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Sort.png" ], "official_site": "", @@ -1191,7 +1190,7 @@ "categories": [ "git" ], - "repo_url": "https://github.com/jensteichert/OpenCashew", + "repo_url": "https://github.com/dhennessy/OpenCashew", "title": "Cashew", "icon_url": "", "screenshots": [], @@ -2131,7 +2130,7 @@ "title": "JSON to Model class", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.png" + "https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.jpg" ], "official_site": "", "languages": [ @@ -3897,7 +3896,8 @@ "title": "SoundCleod", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/salomvary/soundcleod/master/screenshot.png" + "https://camo.githubusercontent.com/a29d773a5a06dcca271d137ab82b46b8609bade4/68747470733a2f2f7261772e6769746875622e636f6d2f73616c6f6d766172792f736f756e64636c656f642f6d61737465722f73637265656e73686f742e6a7067s", + "https://camo.githubusercontent.com/8c4c858d36597bca72f9eea033f42f6882efc048/68747470733a2f2f7261772e6769746875622e636f6d2f73616c6f6d766172792f736f756e64636c656f642f6d61737465722f73637265656e73686f742d6461726b2e6a7067" ], "official_site": "", "languages": [ @@ -7705,7 +7705,7 @@ "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" + "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/screenshots/preview.gif" ], "short_description" : "Pomodoro Cycle for macOS", "languages" : [ From f2e47051c7afec63ab730f5a7cecaffd20bb85a5 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 12:55:51 +0300 Subject: [PATCH 345/641] Update applications.json --- applications.json | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/applications.json b/applications.json index e338527..d125229 100644 --- a/applications.json +++ b/applications.json @@ -179,18 +179,14 @@ "icon_url": "", "screenshots": [ "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Default.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Compact.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Delay.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Preferences-Playback.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/SegmentLoop.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/mainDemo.gif", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DetailedInfo.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Filter.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Search.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DockedLeft.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DetachedPlaylist.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/Time.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Sort.png" + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ChangingColorScheme.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/playerView.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ABLoop.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/UsingFXUnit.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/DetailedInfo.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/WindowLayout.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/PlaylistSearch.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ChaptersDemo.gif" ], "official_site": "", "languages": [ From d4055ee8e068f3f2471cc0c38aa4fe4d433f859e Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 4 Jul 2020 10:00:06 +0000 Subject: [PATCH 346/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6397c..7de54f2 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ You can see in which language an app is written. Currently there are following l ### Development #### Git -- [Cashew](https://github.com/jensteichert/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon] +- [Cashew](https://github.com/dhennessy/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] From 3ad27b038ab1bf46a32215a5773841282c57a8c4 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 13:30:41 +0300 Subject: [PATCH 347/641] Add gitads banner. --- .../UserInterfaceState.xcuserstate | Bin 22997 -> 26268 bytes .../xcdebugger/Breakpoints_v2.xcbkptlist | 10 ++++++---- .github/main.swift | 3 +++ 3 files changed, 9 insertions(+), 4 deletions(-) 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 index 989cbe97ff6d4b28d9d60bb9d666169f3de76101..f34e326e98543d0ba89f85c614c2df12a11bd023 100644 GIT binary patch delta 14067 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 avY*SYm0kCrAt}oLE9m3@?fzeO^M3)d*MtcG delta 11768 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 RP8d-5S1|J7gu#2~e*pMQtxf;{ 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 index efcaa25..069d6b2 100644 --- a/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -1,11 +1,13 @@ + startingLineNumber = "325" + endingLineNumber = "325" + landmarkName = "srcLinePattern" + landmarkType = "24"> diff --git a/.github/main.swift b/.github/main.swift index a65b4a9..01734ed 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -24,6 +24,9 @@ let header = """ Hey friend! Help me out for a couple of :beers:! Patreon donate button + +“GitAds”/ + 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! From b63c2535c90a04aae20f1d4a02e3e2a0907b3023 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 4 Jul 2020 10:54:22 +0000 Subject: [PATCH 348/641] Generate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7de54f2..1a1baf0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Hey friend! Help me out for a couple of :beers:! Patreon donate button + +“GitAds”/ + 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! From 3bbe4acf8f74bf192e0b45df7c31c0adb49e43df Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 13:57:28 +0300 Subject: [PATCH 349/641] Update ad banner --- .../UserInterfaceState.xcuserstate | Bin 26268 -> 26274 bytes .../xcdebugger/Breakpoints_v2.xcbkptlist | 4 ++-- .github/main.swift | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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 index f34e326e98543d0ba89f85c614c2df12a11bd023..879b78ebf71e9093c81c88324d3abecd30603f2e 100644 GIT binary patch delta 6261 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 e&4C zjzUMVqpPEbqo<>{qrx%7QRzqybJRMV3pjx~<;jt!1Y zj_rl=I^z1)b=q~=b-1@26@#GU0f zx-D*>JLHbK+qyft3*E);uI_&Ba`!-Yg?poWk9(i{fV(k2kl!J{IKNwdX@2kg{`mv* zEAoft56@4&lmAWr&HVfM5Aq*-7#@K~?ooNPo*a+Slk&{)yzQCqS>UPjEb%P!eCk>5 zS?k&8IqW&_x$fn7GrewaXK%T8gm+|^hz5-v^SK{mL>*n@8WBx}0BG5Td6{rb}35*Sl z4@?fs3cL|G9QZD9J#Z)RFo=R#L3vOW)CO~c#-Jr=3p#@CpeGm!J{7DEjtwSX3ceYf zA6yVz8{8D!8oU;~6TDZDTi_}17mO>IR4}z*bHVO{eIaQ`6Cy$bLL)=fp_DFj!j7;z>#> z9(gS?J2EFiMZSrgi~JGAqIgsg6-A{{SyUNSM{}d@s5csjhN4eLJ48E2i=rjb7o&@# zhoj#`&qeRV7_n9{R*W0t$D}b?Oc~R}bTMnp7IVjvu~^4gVXQdTEf$aUiS>^Sj17*B zh>eb=VzXjz#omd%7yBUA5L*&k7W*`|JhnErDXxtZaYsBHkHw#kcZhe67sb2A`^5*u z2gQfPhsCSnBjTgtZ^qZf&n4IiQ9_Z>Crk-v!k-8yN)x>j<%vOwibQ3iCNU=QVq*O0 z#Kc50F+K5GVpihy#Jh=kiTR0!#OH}MiFJvu5??2_B(^7ZCYlmQ6UP!K6PFTK64w$p x%Hm~1%7&H=FB?(TSoTBNnX+?b7s_sz-6^}<@~M}R(eh-r{p;KDuSePa{{bIGYjOYp 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 index 069d6b2..934681b 100644 --- a/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -15,8 +15,8 @@ timestampString = "577666659.971123" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "325" - endingLineNumber = "325" + startingLineNumber = "326" + endingLineNumber = "326" landmarkName = "srcLinePattern" landmarkType = "24"> diff --git a/.github/main.swift b/.github/main.swift index 01734ed..fb5d2a6 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -24,9 +24,10 @@ let header = """ Hey friend! Help me out for a couple of :beers:! Patreon donate button + 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! From a7fb81751bb8d4df7624b853bd83682262e99439 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 4 Jul 2020 11:01:27 +0000 Subject: [PATCH 350/641] Generate README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1baf0..3873eda 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ Hey friend! Help me out for a couple of :beers:! Patreon donate button + 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! From a323922510d363bd6fd88562d63da568469de87f Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 20:38:23 +0300 Subject: [PATCH 351/641] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3873eda..cfd5611 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button - - + 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! From 73fbd0c00c7479edf79bdfcbec50293b52862991 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 4 Jul 2020 20:38:57 +0300 Subject: [PATCH 352/641] Update main.swift --- .github/main.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/main.swift b/.github/main.swift index fb5d2a6..01734ed 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -24,10 +24,9 @@ let header = """ Hey friend! Help me out for a couple of :beers:! Patreon donate button - + 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! From 5c71ec22fff961fde393eb638e776fabf4d203fd Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 4 Jul 2020 17:43:21 +0000 Subject: [PATCH 353/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd5611..1a1baf0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button -s + “GitAds”/ From ad531d5c2d8900e6f4fb145e9530510fa9d8b433 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 5 Jul 2020 22:14:20 +0300 Subject: [PATCH 354/641] Git ads (#560) * Create .gitignore * Update README.md * Update README.md * Update README.md * Update main.swift --- .github/main.swift | 4 ++-- .gitignore | 3 +++ README.md | 5 ++--- 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.github/main.swift b/.github/main.swift index 01734ed..54b2f02 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -24,8 +24,8 @@ let header = """ Hey friend! Help me out for a couple of :beers:! Patreon donate button - -“GitAds”/ + +GitAds 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! diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41741ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +.github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/UserInterfaceState.xcuserstate +.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist diff --git a/README.md b/README.md index 1a1baf0..5395713 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Hey friend! Help me out for a couple of :beers:! Patreon donate button - -“GitAds”/ - + +GitAds 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! From e8b92a327e1d42d305b7a2f54653ef9caf1cb570 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 5 Jul 2020 19:17:30 +0000 Subject: [PATCH 355/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5395713..78ac720 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Hey friend! Help me out for a couple of :beers:! GitAds + 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 From 6ac57deef72fd248d76ab574038efc7d20833471 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Tue, 7 Jul 2020 14:29:54 +0300 Subject: [PATCH 356/641] Update main.swift --- .github/main.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/main.swift b/.github/main.swift index 54b2f02..a423209 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -20,16 +20,17 @@ let header = """ Join the chat at gitter

+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! + ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button GitAds +
This advert was placed by GitAds
-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: From 90358d62854474d81cf7d85d085c25fa0c9b4e83 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 7 Jul 2020 11:34:28 +0000 Subject: [PATCH 357/641] Generate README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78ac720..c5fe29b 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,17 @@ Join the chat at gitter

+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! + ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button GitAds +
This advert was placed by GitAds
-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: From e66553f0a2fc1f0c0b6edee124b80b6c6dd75b1c Mon Sep 17 00:00:00 2001 From: fyodorovich Date: Wed, 8 Jul 2020 19:32:29 +1200 Subject: [PATCH 358/641] Suggest Apache NetBeans as a candidate (#541) * Added NetBeans to the list of applications * Modified template with information for NetBeans * Update PULL_REQUEST_TEMPLATE.md and applications.json * Replace Standard Template * Revert "Replace Standard Template" This reverts commit 03f43da4e60ccead62f5c186083981c5a4cd4b4c. * Revert "Modified template with information for NetBeans" This reverts commit 0a362bf991a652bcb8f049672722e918d9ee7f11. Co-authored-by: Malcolm Fitzgerald --- applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index d125229..1ead6b5 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,24 @@ { "applications": [ - { + { + "short_description": "Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.", + "categories": [ + "ide", + "development" + ], + "repo_url": "https://github.com/apache/netbeans", + "title": "Apache Netbeans", + "icon_url": "http://netbeans.apache.org/images/apache-netbeans.svg", + "screenshots": [ + "https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0", + "https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0" + ], + "official_site": "http://netbeans.apache.org", + "languages": [ + "java" + ] + }, + { "short_description": "PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.", "categories": [ "audio", From ebbbe79eac60ef0b044a63dbd03d02b93bf5f170 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 8 Jul 2020 09:34:36 +0200 Subject: [PATCH 359/641] Add SimpleLogin (#543) Co-authored-by: Son NK <> --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 1ead6b5..439a629 100644 --- a/applications.json +++ b/applications.json @@ -7836,6 +7836,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "Email Alias solution: protect your real email address.", + "categories": [ + "mail" + ], + "repo_url": "https://github.com/simple-login/mac-app", + "title": "SimpleLogin", + "icon_url": "https://simplelogin.io/logo.svg", + "screenshots": [ + "https://static.simplelogin.io/open-source-mac-apps.png" + ], + "official_site": "", + "languages": [ + "swift" + ] } ] } From 9c7babb72c6424e476d33189878ab5b870abbd95 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 8 Jul 2020 07:37:45 +0000 Subject: [PATCH 360/641] Generate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c5fe29b..fedc164 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ You can see in which language an app is written. Currently there are following l - [mongoDB.app](https://github.com/gcollazo/mongodbapp) - The easiest way to get started with mongoDB on the Mac. ![swift_icon] ### Development +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] #### Git - [Cashew](https://github.com/dhennessy/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon] @@ -342,6 +343,7 @@ You can see in which language an app is written. Currently there are following l - [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 +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] @@ -378,6 +380,7 @@ You can see in which language an app is written. Currently there are following l - [ElectronMail](https://github.com/vladimiry/ElectronMail) - Unofficial desktop app for ProtonMail and Tutanota end-to-end encrypted email providers. ![type_script_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] +- [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] - [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] ### Medical From 0418d2576434473d97c8fa721b9bfab3f4fc5c75 Mon Sep 17 00:00:00 2001 From: Bill Farmer Date: Thu, 9 Jul 2020 22:47:15 +0100 Subject: [PATCH 361/641] Update applications.json (#544) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 439a629..75df40f 100644 --- a/applications.json +++ b/applications.json @@ -7837,6 +7837,22 @@ "swift" ] }, + { + "short_description": "Audio Oscilloscope", + "categories": [ + "audio" + ], + "repo_url": "https://github.com/billthefarmer/audiotools/tree/master/Scope/swift", + "title": "Scope", + "icon_url": "https://raw.githubusercontent.com/billthefarmer/audiotools/master/Scope/swift/Scope.png", + "screenshots": [ + "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/audiotools/Scope-swift.png" + ], + "official_site": "https://billthefarmer.github.io/audiotools", + "languages": [ + "swift" + ] + }, { "short_description": "Email Alias solution: protect your real email address.", "categories": [ From f99b9a76bd02752de0bd872eb409f18515c6608a Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 10 Jul 2020 04:48:20 +0700 Subject: [PATCH 362/641] added Syncalicious project (#547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added - [Syncalicious](https://github.com/zenangst/Syncalicious) (83⭐️)- Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_icon] * fixed missed applications file --- README.md | 1 + applications.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index fedc164..c13dd05 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ You can see in which language an app is written. Currently there are following l ### Backup - [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] +- [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_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] diff --git a/applications.json b/applications.json index 75df40f..72647a5 100644 --- a/applications.json +++ b/applications.json @@ -578,6 +578,21 @@ "python" ] }, + { + "short_description": "Keeping multiple macOS preferences in sync can be painful, but it shouldn't be.", + "categories": [ + "backup" + ], + "repo_url": "https://github.com/zenangst/Syncalicious", + "title": "Syncalicious", + "icon_url": "", + "screenshots": [ + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Easily create lightweight documentation of installed applications, dotfiles, and more. ", "categories": [ From 14c2a2b87265ecd1796923416cd022fd5a22990e Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 00:58:56 +0300 Subject: [PATCH 363/641] Update applications.json --- applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 72647a5..232d245 100644 --- a/applications.json +++ b/applications.json @@ -2374,7 +2374,7 @@ "categories": [ "web-development" ], - "repo_url": "https://github.com/zeit/now-desktop", + "repo_url": "https://github.com/vercel/now-desktop", "title": "Now Desktop", "icon_url": "", "screenshots": [ @@ -7863,7 +7863,7 @@ "screenshots": [ "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/audiotools/Scope-swift.png" ], - "official_site": "https://billthefarmer.github.io/audiotools", + "official_site": "https://billthefarmer.github.io/audiotools/", "languages": [ "swift" ] From eab9cca9190e6e443c95ab244022be7f84eb6a38 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 9 Jul 2020 22:02:13 +0000 Subject: [PATCH 364/641] Generate README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c13dd05..f61f2c3 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] @@ -221,7 +222,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Now Desktop](https://github.com/vercel/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/trulyronak/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon] - [ndm](https://github.com/720kb/ndm) - Npm desktop GUI. ![javascript_icon] From 2646e41a9a73704ea22b00b3046608c5bd48b249 Mon Sep 17 00:00:00 2001 From: Emmanouil Konstantinidis Date: Thu, 9 Jul 2020 23:03:06 +0100 Subject: [PATCH 365/641] Add Gitify (#549) * Update applications.json * 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 232d245..c024d34 100644 --- a/applications.json +++ b/applications.json @@ -7852,6 +7852,22 @@ "swift" ] }, + { + "short_description": "Your GitHub notifications on your menu bar.", + "categories": [ + "git" + ], + "repo_url": "https://github.com/manosim/gitify", + "title": "Gitify", + "icon_url": "https://raw.githubusercontent.com/manosim/gitify/master/assets/images/app-icon.ico", + "screenshots": [ + "https://github.com/manosim/gitify/blob/master/assets/images/press.png" + ], + "official_site": "https://www.gitify.io/", + "languages": [ + "javascript" + ] + }, { "short_description": "Audio Oscilloscope", "categories": [ From 7755e22172156d1dd797623dbb9e6a8989ad5648 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 9 Jul 2020 22:06:20 +0000 Subject: [PATCH 366/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f61f2c3..7c76f8c 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ 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] +- [Gitify](https://github.com/manosim/gitify) - Your GitHub notifications on your menu bar. ![javascript_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] From 5acbc13d85692631983947b01341237b1871d7d3 Mon Sep 17 00:00:00 2001 From: Jo Boiteau Date: Fri, 10 Jul 2020 08:10:55 +1000 Subject: [PATCH 367/641] Simpo is written in swift (#553) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index c024d34..fe51cf9 100644 --- a/applications.json +++ b/applications.json @@ -5376,7 +5376,7 @@ ], "official_site": "", "languages": [ - "ruby" + "swift" ] }, { From fb4c2edc8d3280992e8e109d5ff58b9954e612b6 Mon Sep 17 00:00:00 2001 From: Error401-Unauthorized Date: Thu, 9 Jul 2020 17:13:09 -0500 Subject: [PATCH 368/641] Remove Upterm (#557) * Remove upterm * Update PULL_REQUEST_TEMPLATE.md Co-authored-by: Addison Whitney --- applications.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/applications.json b/applications.json index fe51cf9..88894f9 100644 --- a/applications.json +++ b/applications.json @@ -5784,30 +5784,6 @@ "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": [ From 6e0e4b4a6e84e455f6be742194cce71128c7b61c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 9 Jul 2020 22:18:56 +0000 Subject: [PATCH 369/641] Generate README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c76f8c..77060aa 100644 --- a/README.md +++ b/README.md @@ -559,7 +559,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Simpo](https://github.com/KeliCheng/Simpo) - macOS menubar app to post status quickly. ![swift_icon] - [appear.in](https://github.com/vitorgalvao/appear.in) - Unofficial appear.in app. ![javascript_icon] ### Streaming @@ -596,7 +596,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [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 a0fad3e80405f7999854d80b90af0b7e0cf652b6 Mon Sep 17 00:00:00 2001 From: Andrii Leitsius Date: Fri, 10 Jul 2020 01:20:29 +0300 Subject: [PATCH 370/641] Add MeetingBar (#556) * Add MeetingBar * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 88894f9..720632f 100644 --- a/applications.json +++ b/applications.json @@ -7828,6 +7828,24 @@ "swift" ] }, + { + "short_description": "Menu bar app for your calendar meetings", + "categories": [ + "utilities", + "menubar", + "productivity" + ], + "repo_url": "https://github.com/leits/MeetingBar", + "title": "MeetingBar", + "icon_url": "https://raw.githubusercontent.com/leits/MeetingBar/master/MeetingBar/Assets.xcassets/AppIcon.appiconset/icon512.png", + "screenshots": [ + "https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Your GitHub notifications on your menu bar.", "categories": [ From d565a31ed8f5d7046637f9f5b291d8a2ed53dd8e Mon Sep 17 00:00:00 2001 From: Hayri Bakici Date: Fri, 10 Jul 2020 00:20:51 +0200 Subject: [PATCH 371/641] adds yabai to the application-list (#559) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 720632f..064f031 100644 --- a/applications.json +++ b/applications.json @@ -7034,6 +7034,23 @@ "objective_c" ] }, + { + "short_description": "A tiling window manager for macOS based on binary space partitioning.", + "categories": [ + "window-management" + ], + "repo_url": "https://github.com/koekeishiya/yabai", + "title": "Yabai", + "icon_url": "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/banner/banner.svg?sanitize=true", + "screenshots": [ + "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/screenshot.png" + ], + "official_site": "", + "languages": [ + "c", + "objective_c" + ] + }, { "short_description": "Teach your kids the alphabet and how to type.", "categories": [ From 90f11c0c26032aa04a6f0a1a9d3b6899286f5e41 Mon Sep 17 00:00:00 2001 From: Joshua Jon Date: Fri, 10 Jul 2020 08:25:08 +1000 Subject: [PATCH 372/641] Add Nocturnal (#562) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 064f031..8ae4422 100644 --- a/applications.json +++ b/applications.json @@ -7845,6 +7845,23 @@ "swift" ] }, + { + "short_description": "Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ", + "categories": [ + "utilities", + "menubar" + ], + "repo_url": "https://github.com/joshjon/nocturnal", + "title": "Nocturnal", + "icon_url": "https://raw.githubusercontent.com/joshjon/nocturnal/master/Nocturnal/Assets.xcassets/AppIcon.appiconset/Icon-App-256x256%401x.png", + "screenshots": [ + "https://raw.githubusercontent.com/joshjon/nocturnal/master/Docs/Images/Nocturnal-Screenshot.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Menu bar app for your calendar meetings", "categories": [ From 605fd5adb84a2699bc6b7b0f0377f50d0f8ba563 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 10 Jul 2020 01:25:22 +0300 Subject: [PATCH 373/641] Git ads (#564) * Create .gitignore * Update README.md * Update README.md * Update README.md * Update main.swift * Update .gitignore --- .github/main.swift | 1 + .gitignore | 3 +-- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/main.swift b/.github/main.swift index a423209..55eafb5 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -28,6 +28,7 @@ Hey friend! Help me out for a couple of :beers:! GitAds +
This advert was placed by GitAds
diff --git a/.gitignore b/.gitignore index 41741ef..cb9ffd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ - .github/ReadmeGenerator.xcodeproj/project.xcworkspace/xcuserdata/serhii-londar.xcuserdatad/UserInterfaceState.xcuserstate -.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +.github/ReadmeGenerator.xcodeproj/xcuserdata/serhii-londar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist \ No newline at end of file diff --git a/README.md b/README.md index 77060aa..b197ea0 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Hey friend! Help me out for a couple of :beers:! GitAds -
This advert was placed by GitAds
+
This advert was placed by GitAds
## Languages From b026a0dfa6429ccdf410f4163777482645a1284a Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 9 Jul 2020 18:26:10 -0400 Subject: [PATCH 374/641] Add CoreLocationCLI (#563) * Add CoreLocationCLI * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/applications.json b/applications.json index 8ae4422..3b22e4e 100644 --- a/applications.json +++ b/applications.json @@ -7845,6 +7845,21 @@ "swift" ] }, + { + "short_description": "Get the physical location of your device and prints it to standard output", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/fulldecent/corelocationcli", + "title": "CoreLocationCLI", + "screenshots": [ + "https://cloud.githubusercontent.com/assets/382183/25063655/52c11234-221d-11e7-81fb-0f8712dac393.gif" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ", "categories": [ From 9c09cfb22faac0863555ad728e30d1445f82588f Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:35:39 +0300 Subject: [PATCH 375/641] Update applications.json --- applications.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 3b22e4e..baf04d6 100644 --- a/applications.json +++ b/applications.json @@ -7852,9 +7852,10 @@ ], "repo_url": "https://github.com/fulldecent/corelocationcli", "title": "CoreLocationCLI", + "icon_url": "", "screenshots": [ "https://cloud.githubusercontent.com/assets/382183/25063655/52c11234-221d-11e7-81fb-0f8712dac393.gif" - ], + ], "official_site": "", "languages": [ "swift" From 2e3623832eb8f233f46459c876614cc9449659a1 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:38:26 +0300 Subject: [PATCH 376/641] Update main.swift --- .github/main.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.swift b/.github/main.swift index 55eafb5..26e4991 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,6 +26,8 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button +You also can support this project by tapping on the banner below or on ![this link](https://tracking.gitads.io/?repo=open-source-mac-os-appss). + GitAds From 1d1b81b5a82172e45206d9975aa11b474e2d469c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 9 Jul 2020 22:41:40 +0000 Subject: [PATCH 377/641] Generate README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b197ea0..d695f84 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,14 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button +You also can support this project by tapping on the banner below or on ![this link](https://tracking.gitads.io/?repo=open-source-mac-os-appss). + GitAds
This advert was placed by GitAds
+ ## Languages You can see in which language an app is written. Currently there are following languages: @@ -399,10 +402,12 @@ You can see in which language an app is written. Currently there are following l - [Dozer](https://github.com/Mortennn/Dozer) - Hide MacOS menubar items. ![swift_icon] - [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] - [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] - [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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [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] @@ -498,6 +503,7 @@ You can see in which language an app is written. Currently there are following l - [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] - [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] @@ -617,6 +623,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] @@ -633,11 +640,13 @@ You can see in which language an app is written. Currently there are following l - [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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [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] @@ -713,6 +722,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] - [chunkwm](https://github.com/koekeishiya/chunkwm) - Tiling window manager for macOS that uses a plugin architecture. ![cpp_icon] ## Contributors From 3cd5c9d37e2b6998d6d96b4689e58904918b056a Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:44:22 +0300 Subject: [PATCH 378/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 26e4991..f84a8be 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,7 +26,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or on ![this link](https://tracking.gitads.io/?repo=open-source-mac-os-appss). +You also can support this project by tapping on the banner below or on this link GitAds From e470e0d46ff13f28d4d3953d8702dfba08deb043 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:44:33 +0300 Subject: [PATCH 379/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 f84a8be..1509d35 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,7 +26,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or on this link +You also can support this project by tapping on the banner below or on this link GitAds From f20869518971e94aec98b01edc539b16a521d212 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:44:58 +0300 Subject: [PATCH 380/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 1509d35..f84a8be 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,7 +26,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or on this link +You also can support this project by tapping on the banner below or on this link GitAds From 0b249614da31557dba36f49ea395de84e0d2d841 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 10 Jul 2020 01:45:54 +0300 Subject: [PATCH 381/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 f84a8be..1d878ef 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,7 +26,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or on this link +You also can support this project by tapping on the banner below or by tapping on this link GitAds From d8fcd347add3dc65c1cdbc9c5c0b8f34160e0e8f Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 9 Jul 2020 22:49:10 +0000 Subject: [PATCH 382/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d695f84..728abc9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or on ![this link](https://tracking.gitads.io/?repo=open-source-mac-os-appss). +You also can support this project by tapping on the banner below or by tapping on this link GitAds From 069db058b7795d703349188678d2a6a091ed7c2b Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 12 Jul 2020 21:43:15 +0300 Subject: [PATCH 383/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 1d878ef..4e8b669 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -26,7 +26,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or by tapping on this link +List of awesome open source applications is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial here GitAds From de078df5618d54839557a9a18ae6303d4530ddb4 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 12 Jul 2020 21:44:42 +0300 Subject: [PATCH 384/641] Update applications.json --- applications.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/applications.json b/applications.json index baf04d6..28bca7c 100644 --- a/applications.json +++ b/applications.json @@ -6943,20 +6943,6 @@ "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": [ From 74688332a5b1bd40d24f3abffebf009c2d9a6b21 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 12 Jul 2020 18:46:33 +0000 Subject: [PATCH 385/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 728abc9..aa1ac03 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ List of awesome open source applications for macOS. This list contains a lot of Hey friend! Help me out for a couple of :beers:! Patreon donate button -You also can support this project by tapping on the banner below or by tapping on this link +List of awesome open source applications is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial here GitAds From 047c04ebf634bb7ce466bea714311bc82af2a787 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 12 Jul 2020 18:49:46 +0000 Subject: [PATCH 386/641] Generate README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa1ac03..e933466 100644 --- a/README.md +++ b/README.md @@ -723,7 +723,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] -- [chunkwm](https://github.com/koekeishiya/chunkwm) - Tiling window manager for macOS that uses a plugin architecture. ![cpp_icon] ## Contributors From 7a13978926f61150a34e9605833da590b415b0e1 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sun, 19 Jul 2020 23:27:33 +0300 Subject: [PATCH 387/641] Update applications.json --- applications.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 28bca7c..415cf22 100644 --- a/applications.json +++ b/applications.json @@ -5454,7 +5454,8 @@ "title": "Clean-Me", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/demo.gif" + "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/Cleam-Me-image1.png", + "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/Cleam-Me-image2.png" ], "official_site": "", "languages": [ From 1be652e9eefaaa4d8da124f54f64354610a0e4a5 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 24 Jul 2020 13:27:40 +0300 Subject: [PATCH 388/641] Update applications.json --- applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 415cf22..b9480d0 100644 --- a/applications.json +++ b/applications.json @@ -5454,8 +5454,8 @@ "title": "Clean-Me", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/Cleam-Me-image1.png", - "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/ReadMe%20Resources/Cleam-Me-image2.png" + "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/resources/Cleam-Me-image1.png", + "https://raw.githubusercontent.com/Kevin-De-Koninck/Clean-Me/master/resources/Cleam-Me-image2.png" ], "official_site": "", "languages": [ From 0980a671d13c15395260b60196e23ad51669d764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20A=2E=20G=C3=BCder?= Date: Fri, 24 Jul 2020 13:30:42 +0300 Subject: [PATCH 389/641] Add macOS GateKeeper Helper (#568) * Add macOS GateKeeper Helper This is a simple useful tool for users which allow you to do the following: Show GateKeeper Status. Enable GateKeeper. Disable GateKeeper. Remove app from GateKeeper quarantine. Self-sign the app. * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index b9480d0..02b0ca9 100644 --- a/applications.json +++ b/applications.json @@ -7930,6 +7930,25 @@ "languages": [ "swift" ] - } + }, + { + "repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper", + "official_site" : "", + "title" : "macOS GateKeeper Helper", + "icon_url": "", + "screenshots" : [ + "https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png" + ], + "short_description" : "Simple macOS GateKeeper script. It helps you to control your GateKeeper.", + "languages" : [ + "shell" + ], + "categories" : [ + "system", + "utilities", + "security", + "terminal" + ] + }, ] } From e0e8550dcc85731ba5e2120edf2931f06fd9c2d6 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 24 Jul 2020 10:34:09 +0000 Subject: [PATCH 390/641] Generate README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e933466..e98e52c 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] ### Sharing Files @@ -591,6 +592,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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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 @@ -604,6 +606,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon] ### Touch Bar @@ -668,6 +671,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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 018f016c9881e74dbd65b0d62f9020df1fb595a8 Mon Sep 17 00:00:00 2001 From: Makoto Aoyama Date: Fri, 24 Jul 2020 19:34:53 +0900 Subject: [PATCH 391/641] Add GitBlamePR (#569) Co-authored-by: Serhii Londar --- applications.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/applications.json b/applications.json index 02b0ca9..59b0442 100644 --- a/applications.json +++ b/applications.json @@ -7931,7 +7931,24 @@ "swift" ] }, - { + { + "short_description": "Mac app that shows pull request last modified each line of a file", + "categories": [ + "git" + ], + "repo_url": "https://github.com/maoyama/GitBlamePR", + "title": "GitBlamePR", + "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", + "screenshots": [ + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif", + ], + "official_site": "", + "languages": [ + "swift" + ] + }, + { "repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper", "official_site" : "", "title" : "macOS GateKeeper Helper", @@ -7945,10 +7962,10 @@ ], "categories" : [ "system", - "utilities", - "security", - "terminal" + "utilities", + "security", + "terminal" ] - }, + } ] } From 7fbf8dc3c4ef561d74d55995ce3ab2952cef0782 Mon Sep 17 00:00:00 2001 From: Amir Khorsandi Date: Fri, 24 Jul 2020 12:36:13 +0200 Subject: [PATCH 392/641] Add Layout Designer (a macOS app that makes layout for UICollectionView) (#570) * Add Layout Designer app https://github.com/amirdew/CollectionViewPagingLayout * Add Layout Designer to applications.json and remove it from README.md * Change title of Layout Designer * Change short description for Layout Desginer Co-authored-by: Amir Khorsandi Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 59b0442..ab66d61 100644 --- a/applications.json +++ b/applications.json @@ -7931,6 +7931,24 @@ "swift" ] }, + { + "short_description": "A simple but powerful tool that helps you make complex layouts for UICollectionView.", + "categories": [ + "development", + "productivity", + "utilities" + ], + "repo_url": "https://github.com/amirdew/CollectionViewPagingLayout", + "title": "Layout Designer for UICollectionView", + "icon_url": "https://github.com/amirdew/CollectionViewPagingLayout/blob/master/Samples/PagingLayoutSamples/Assets.xcassets/AppIcon.appiconset/icon_40x40@3x.png?raw=true", + "screenshots": [ + "https://amir.app/git/layout_designer_preview.gif" + ], + "official_site": "https://apps.apple.com/nl/app/layout-designer/id1507238011?l=en&mt=12", + "languages": [ + "swift" + ] + }, { "short_description": "Mac app that shows pull request last modified each line of a file", "categories": [ From 0b45f0aa2a12070a62bdee1194dc15696b4c2de1 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 24 Jul 2020 10:40:43 +0000 Subject: [PATCH 393/641] Generate README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e98e52c..5960d37 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,13 @@ You can see in which language an app is written. Currently there are following l ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] #### Git - [Cashew](https://github.com/dhennessy/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] +- [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_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] @@ -499,6 +501,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] - [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_icon] - [Maccy](https://github.com/p0deje/Maccy) - Lightweight search-as-you-type clipboard manager. ![swift_icon] @@ -638,6 +641,7 @@ 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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] From 6774f2085b7a6ec657b9dfdb4ae57765de567234 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 7 Aug 2020 15:21:20 +0300 Subject: [PATCH 394/641] Update applications.json --- applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index ab66d61..d7e64a5 100644 --- a/applications.json +++ b/applications.json @@ -866,7 +866,7 @@ "categories": [ "chat" ], - "repo_url": "https://github.com/vector-im/riot-web", + "repo_url": "https://github.com/vector-im/element-web", "title": "Riot.im", "icon_url": "", "screenshots": [], @@ -6760,7 +6760,7 @@ ] }, { - "short_description": "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com). ", + "short_description": "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/community/channels). ", "categories": [ "wallpaper" ], From 51a9da437db79010f518d993ad0213d91bde65cf Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 7 Aug 2020 15:42:53 +0300 Subject: [PATCH 395/641] Update applications.json --- applications.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/applications.json b/applications.json index d7e64a5..8f0d8c4 100644 --- a/applications.json +++ b/applications.json @@ -5244,20 +5244,6 @@ "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": [ @@ -5730,7 +5716,7 @@ "categories": [ "terminal" ], - "repo_url": "https://github.com/zeit/hyper", + "repo_url": "https://github.com/vercel/hyper", "title": "Hyper", "icon_url": "", "screenshots": [ From b2328cf54533dd5406cc242d2a7ad885695c03c1 Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Fri, 7 Aug 2020 08:45:33 -0400 Subject: [PATCH 396/641] Add Karaoke Forever (#573) * Add Karaoke Forever (also removed a trailing comma that made the JSON technically invalid) * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 8f0d8c4..f93f4c7 100644 --- a/applications.json +++ b/applications.json @@ -7945,7 +7945,7 @@ "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", "screenshots": [ "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif", + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif" ], "official_site": "", "languages": [ @@ -7970,6 +7970,23 @@ "security", "terminal" ] + }, + { + "repo_url" : "https://github.com/bhj/karaoke-forever", + "official_site" : "https://www.karaoke-forever.com", + "title" : "Karaoke Forever", + "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", + "screenshots" : [ + "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" + ], + "short_description" : "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", + "languages" : [ + "javascript" + ], + "categories" : [ + "audio", + "music" + ] } ] } From 1c2013d8741db616301edba610ddee8eae138312 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 7 Aug 2020 12:49:15 +0000 Subject: [PATCH 397/641] Generate README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5960d37..354eb55 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] @@ -154,7 +155,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/) protocol. ![javascript_icon] +- [Riot.im](https://github.com/vector-im/element-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] @@ -424,6 +425,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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] @@ -570,7 +572,6 @@ You can see in which language an app is written. Currently there are following l - [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. ![swift_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] @@ -603,7 +604,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Hyper](https://github.com/vercel/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] @@ -708,7 +709,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). ![objective_c_icon] +- [ArtWall](https://github.com/JustinFincher/ASWP-for-macOS) - ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/community/channels). ![objective_c_icon] - [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] From be4064274d8e3e88bc28ccfb6bb45bbc9d5da359 Mon Sep 17 00:00:00 2001 From: Francesco Re <32838171+francesco-re-1107@users.noreply.github.com> Date: Fri, 7 Aug 2020 14:49:26 +0200 Subject: [PATCH 398/641] Added NoiseBuddy app to the list (#575) Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index f93f4c7..1058546 100644 --- a/applications.json +++ b/applications.json @@ -7971,7 +7971,24 @@ "terminal" ] }, - { + { + "short_description": "Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar.", + "repo_url": "https://github.com/insidegui/NoiseBuddy", + "title": "NoiseBuddy", + "icon_url": "https://raw.githubusercontent.com/insidegui/NoiseBuddy/master/screenshots/NoiseBuddyIcon.png", + "screenshots": [], + "official_site": "", + "languages": [ + "swift" + ], + "categories": [ + "audio", + "music", + "menubar", + "utilities" + ] + }, + { "repo_url" : "https://github.com/bhj/karaoke-forever", "official_site" : "https://www.karaoke-forever.com", "title" : "Karaoke Forever", From 2c901f54a142c12fb3d0b7cd480ae446816eba53 Mon Sep 17 00:00:00 2001 From: Denis Zyulev Date: Fri, 7 Aug 2020 14:50:52 +0200 Subject: [PATCH 399/641] Add spotter (#576) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 1058546..a83c520 100644 --- a/applications.json +++ b/applications.json @@ -7556,6 +7556,23 @@ "javascript" ] }, + { + "short_description": "Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative.", + "categories": [ + "productivity", + "utilities", + "system" + ], + "repo_url": "https://github.com/spotter-application/spotter", + "title": "Spotter", + "icon_url": "https://github.com/spotter-application/spotter/blob/master/preview/icon.png", + "screenshots": [], + "official_site": "https://github.com/spotter-application/spotter", + "languages": [ + "type_script", + "swift" + ] + }, { "short_description": "Calculator for macOS which working on statusbar.", "categories": [ From f141527690cc5f3276b4f941ee24207e15acabb3 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Fri, 7 Aug 2020 08:52:06 -0400 Subject: [PATCH 400/641] Add Gaphor - the simple modeling tool (#577) --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index a83c520..251917f 100644 --- a/applications.json +++ b/applications.json @@ -3153,6 +3153,20 @@ "css" ] }, + { + "short_description": "Gaphor is the simple modeling tool for UML and SysML.", + "categories": [ + "graphics" + ], + "repo_url": "https://github.com/gaphor/gaphor", + "title": "Gaphor", + "icon_url": "", + "screenshots": [], + "official_site": "https://gaphor.org", + "languages": [ + "python" + ] + }, { "short_description": "The hackable text editor. ", "categories": [ From e09628e3b9d3e89e4f6d378346bafa12f7a55b23 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 25 Sep 2020 00:44:43 +0300 Subject: [PATCH 401/641] Update applications.json --- applications.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 251917f..14f5b3b 100644 --- a/applications.json +++ b/applications.json @@ -4972,7 +4972,7 @@ "categories": [ "productivity" ], - "repo_url": "", + "repo_url": "https://github.com/toggl-open-source/toggldesktop", "title": "Toggl Desktop", "icon_url": "", "screenshots": [], @@ -7379,13 +7379,13 @@ "categories": [ "music" ], - "repo_url": "", + "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", + "official_site": "", "languages": [ "javascript" ] From aad2608019c01128d7fe6dbf389b3ced24b4bbc0 Mon Sep 17 00:00:00 2001 From: Serhii Date: Fri, 25 Sep 2020 01:14:47 +0300 Subject: [PATCH 402/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 14f5b3b..a892bb3 100644 --- a/applications.json +++ b/applications.json @@ -6994,7 +6994,7 @@ ] }, { - "short_description": "Window management application (replacement for Divvy/SizeUp/ShiftIt). ", + "short_description": "Slate is a window management application similar to Divvy and SizeUp", "categories": [ "window-management" ], From 2dcc9cb135e04df3d93a121af82b72db9214d44c Mon Sep 17 00:00:00 2001 From: Serhii Date: Sun, 27 Sep 2020 12:17:32 +0300 Subject: [PATCH 403/641] Update applications.json --- applications.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index a892bb3..ab77acc 100644 --- a/applications.json +++ b/applications.json @@ -3175,7 +3175,10 @@ "repo_url": "https://github.com/atom/atom", "title": "Atom", "icon_url": "", - "screenshots": [], + "screenshots": [ + "https://user-images.githubusercontent.com/378023/49132477-f4b77680-f31f-11e8-8357-ac6491761c6c.png", + "https://user-images.githubusercontent.com/378023/49132478-f4b77680-f31f-11e8-9e10-e8454d8d9b7e.png" + ], "official_site": "", "languages": [ "javascript" @@ -5164,7 +5167,7 @@ "categories": [ "sharing-files" ], - "repo_url": "https://git.deluge-torrent.org/deluge", + "repo_url": "https://github.com/deluge-torrent/deluge", "title": "Deluge", "icon_url": "", "screenshots": [], From 2adc3552e959fcaa66b892fa9b9f9e4e98df45d7 Mon Sep 17 00:00:00 2001 From: Ashvin Kumbhani Date: Mon, 12 Oct 2020 02:34:38 +0530 Subject: [PATCH 404/641] Add IDE -vim (#580) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index ab77acc..889493c 100644 --- a/applications.json +++ b/applications.json @@ -3214,6 +3214,23 @@ "languages": [ "type_script" ] + }, + { + "short_description": "ubiquitous text editor", + "categories": [ + "ide" + ], + "repo_url": "https://github.com/vim/vim", + "title": "Vim", + "icon_url": "", + "screenshots": [ + "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Vim-search-copen-quickfix.png/640px-Vim-search-copen-quickfix.png" + ], + "official_site": "https://www.vim.org/", + "languages": [ + "C", + "Vim 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. ", From 7a38c92f9ed2c3c827aa767bfa92724825b83e93 Mon Sep 17 00:00:00 2001 From: Dilantha Nanayakkara <450922+dilantha@users.noreply.github.com> Date: Mon, 12 Oct 2020 08:05:26 +1100 Subject: [PATCH 405/641] Sequel ace (#581) * Add Sequel Ace Sequel Ace is the "sequel" to longtime macOS tool Sequel Pro. * Update offical site --- applications.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/applications.json b/applications.json index 889493c..ef1c965 100644 --- a/applications.json +++ b/applications.json @@ -1198,6 +1198,21 @@ "objective_c" ] }, + { + "short_description": "Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/Sequel-Ace/Sequel-Ace", + "title": "Sequel Ace", + "icon_url": "", + "screenshots": [ + ], + "official_site": "https://sequel-ace.com/", + "languages": [ + "objective_c" + ] + }, { "short_description": "Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ", "categories": [ From e91c291c49d8b35f75de999f96d251c31d679fae Mon Sep 17 00:00:00 2001 From: Liam Rosenfeld Date: Sun, 11 Oct 2020 17:06:19 -0400 Subject: [PATCH 406/641] Resolve All Link Warnings (#589) - Ao: the website hosting the screenshots has gone away - KeepingYouAwake: was missing a @2 at the end of the filename - The Unarchiver: No open source repo. Actually a closed source MacPaw product. - Spotter: Put repo link in wrong category - Strategr: Moved to StrategrDesktop page of khrykin.github.io - QOwnNotes: Screenshot location moved on website --- applications.json | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/applications.json b/applications.json index ef1c965..fbc259c 100644 --- a/applications.json +++ b/applications.json @@ -4280,7 +4280,7 @@ "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" + "https://www.qownnotes.org/screenshots/screenshot.png" ], "official_site": "https://www.qownnotes.org/", "languages": [ @@ -4671,16 +4671,7 @@ "repo_url": "https://github.com/klaussinani/ao", "title": "Ao", "icon_url": "", - "screenshots": [ - "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" - ], + "screenshots": [], "official_site": "", "languages": [ "javascript", @@ -5597,7 +5588,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@2x.jpg" ], "official_site": "", "languages": [ @@ -6295,20 +6286,6 @@ "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": [ @@ -7616,7 +7593,7 @@ "title": "Spotter", "icon_url": "https://github.com/spotter-application/spotter/blob/master/preview/icon.png", "screenshots": [], - "official_site": "https://github.com/spotter-application/spotter", + "official_site": "", "languages": [ "type_script", "swift" @@ -7645,12 +7622,12 @@ ], "repo_url": "https://github.com/khrykin/StrategrDesktop", "title": "Strategr", - "icon_url": "https://khrykin.github.io/strategr/resources/Strategr.png", + "icon_url": "https://khrykin.github.io/StrategrDesktop/assets/resources/Strategr.png", "screenshots": [ "https://camo.githubusercontent.com/0aab0a8a9be68c3f98628a5c7dc2a09da176ea7a/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f6d61696e5f6f726967696e616c2e706e67", "https://camo.githubusercontent.com/1e9cc6df1bafd86c7f619cca3d4b3c30f9917398/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f626c61636b5f6d61696e2e706e67" ], - "official_site": "https://khrykin.github.io/strategr/", + "official_site": "https://khrykin.github.io/StrategrDesktop/", "languages": [ "cpp", "objective_c" From 17e1e5b58c38585322bbfa3d1c6d4b1d6b8aad1e Mon Sep 17 00:00:00 2001 From: David Demelier Date: Sun, 11 Oct 2020 23:07:15 +0200 Subject: [PATCH 407/641] Add seashore, image editing for macOS (#582) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index fbc259c..92f5013 100644 --- a/applications.json +++ b/applications.json @@ -8047,6 +8047,22 @@ "audio", "music" ] + }, + { + "repo_url" : "https://github.com/robaho/seashore", + "official_site" : "https://github.com/robaho/seashore", + "title" : "Seashore", + "icon_url": "", + "screenshots" : [ + "https://raw.githubusercontent.com/robaho/seashore/master/doc/ss1.png" + ], + "short_description" : "Easy to use macOS image editing application for the rest of us.", + "languages" : [ + "objective_c" + ], + "categories" : [ + "images" + ] } ] } From 8996d3d5e924995e4bec10e37d4fa1d321b3bc20 Mon Sep 17 00:00:00 2001 From: Jad Chaar Date: Sun, 11 Oct 2020 17:09:45 -0400 Subject: [PATCH 408/641] Add hidden bar (#584) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 92f5013..fbf94f3 100644 --- a/applications.json +++ b/applications.json @@ -8049,6 +8049,22 @@ ] }, { + "short_description": "An ultra-light MacOS utility that helps hide menu bar icons", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/dwarvesf/hidden", + "title": "Hidden Bar", + "icon_url": "https://github.com/dwarvesf/hidden/blob/master/hidden/Assets.xcassets/AppIcon.appiconset/1024x1024.png?raw=true", + "screenshots": [ + "https://github.com/dwarvesf/hidden/blob/develop/img/tutorial.gif" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, + { "repo_url" : "https://github.com/robaho/seashore", "official_site" : "https://github.com/robaho/seashore", "title" : "Seashore", From a8511d11d99d3ec18be2c27ac876ee1c3da16f40 Mon Sep 17 00:00:00 2001 From: Jad Chaar Date: Sun, 11 Oct 2020 17:11:38 -0400 Subject: [PATCH 409/641] Add itsycal (#585) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index fbf94f3..bd5b489 100644 --- a/applications.json +++ b/applications.json @@ -8049,6 +8049,23 @@ ] }, { + "short_description": "A tiny calendar for that lives in the Mac menu bar.", + "categories": [ + "menubar", + "productivity" + ], + "repo_url": "https://github.com/sfsam/Itsycal", + "title": "Hidden Bar", + "icon_url": "", + "screenshots": [ + "https://www.mowglii.com/itsycal/itsycalbanner2@2x.png" + ], + "official_site": "https://www.mowglii.com/itsycal/", + "languages": [ + "objective_c" + ] + }, + { "short_description": "An ultra-light MacOS utility that helps hide menu bar icons", "categories": [ "menubar" From 5a573179d383b0584ae401d8aa6c229641325c5e Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Mon, 12 Oct 2020 00:29:18 +0300 Subject: [PATCH 410/641] Update applications.json (#592) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index bd5b489..1b846a7 100644 --- a/applications.json +++ b/applications.json @@ -8083,7 +8083,7 @@ }, { "repo_url" : "https://github.com/robaho/seashore", - "official_site" : "https://github.com/robaho/seashore", + "official_site" : "", "title" : "Seashore", "icon_url": "", "screenshots" : [ From 3e21b7222101e83bc4982bb1f5f0f3681af5d9ba Mon Sep 17 00:00:00 2001 From: Nick Ali <1514992+nickali@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:29:52 -0400 Subject: [PATCH 411/641] Update Riot.im (#586) --- applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 1b846a7..a51f27a 100644 --- a/applications.json +++ b/applications.json @@ -862,12 +862,12 @@ ] }, { - "short_description": "Riot.im is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol.", + "short_description": "Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol.", "categories": [ "chat" ], "repo_url": "https://github.com/vector-im/element-web", - "title": "Riot.im", + "title": "Element", "icon_url": "", "screenshots": [], "official_site": "", From 35d6924442244e9b690ce06f0ec0d22fbed9af11 Mon Sep 17 00:00:00 2001 From: Liam Rosenfeld Date: Sun, 11 Oct 2020 17:30:11 -0400 Subject: [PATCH 412/641] Add Brooklyn (#587) Apple Event Themed Screensaver --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index a51f27a..e015f5c 100644 --- a/applications.json +++ b/applications.json @@ -5068,6 +5068,23 @@ "swift" ] }, + { + "short_description": "Screensaver inspired by Apple's Event on October 30, 2018. ", + "categories": [ + "screensaver" + ], + "repo_url": "https://github.com/pedrommcarrasco/Brooklyn", + "title": "Brooklyn", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/pedrommcarrasco/Brooklyn/master/Design/showcase.gif", + "https://raw.githubusercontent.com/pedrommcarrasco/Brooklyn/master/Design/preferenceMenu.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Apple TV Aerial Screensaver for macOS. ", "categories": [ From 6ba6df36d9e4135b7987d9a3744688254603db1b Mon Sep 17 00:00:00 2001 From: Liam Rosenfeld Date: Sun, 11 Oct 2020 17:30:52 -0400 Subject: [PATCH 413/641] Update Iconology (#588) - description that matches capitalization of others - demo gif for screenshot - app store link for official site - adds it to iOS/macOS dev also because it has lots of functionality for that area --- applications.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/applications.json b/applications.json index e015f5c..58436d9 100644 --- a/applications.json +++ b/applications.json @@ -3340,15 +3340,18 @@ ] }, { - "short_description": "Edit Icons and then Export to Xcode, Icns, Ico, Favicon, Mac Iconset, or a Custom List of Sizes.", + "short_description": "Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ", "categories": [ - "images" + "images", + "ios--macos" ], "repo_url": "https://github.com/liamrosenfeld/Iconology", "title": "Iconology", "icon_url": "", - "screenshots": [], - "official_site": "", + "screenshots": [ + "https://raw.githubusercontent.com/liamrosenfeld/Iconology/master/demo.gif" + ], + "official_site": "https://apps.apple.com/us/app/iconology/id1463452867", "languages": [ "swift" ] From fad546278eac57c1a44dbc593bfe730107fc48c6 Mon Sep 17 00:00:00 2001 From: Jad Chaar Date: Sun, 11 Oct 2020 17:33:10 -0400 Subject: [PATCH 414/641] Fix Itsycal mistake in title. (#591) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 58436d9..32e5462 100644 --- a/applications.json +++ b/applications.json @@ -8075,7 +8075,7 @@ "productivity" ], "repo_url": "https://github.com/sfsam/Itsycal", - "title": "Hidden Bar", + "title": "Itsycal", "icon_url": "", "screenshots": [ "https://www.mowglii.com/itsycal/itsycalbanner2@2x.png" From 95456b93817e28295b481bf1a726c37ba281cacf Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 11 Oct 2020 21:36:13 +0000 Subject: [PATCH 415/641] Generate README --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 354eb55..4634ef5 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,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] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![swift_icon] - [ShazamScrobbler](https://github.com/ShazamScrobbler/shazamscrobbler-macos) - Scrobble vinyl, radios, movies to Last.fm. ![objective_c_icon] @@ -151,11 +152,11 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![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] - [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/element-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] @@ -181,6 +182,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] +- [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] @@ -253,6 +255,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] @@ -342,6 +345,7 @@ You can see in which language an app is written. Currently there are following l ### 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] +- [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] @@ -356,6 +360,7 @@ You can see in which language an app is written. Currently there are following l - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] +- [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim 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] @@ -365,13 +370,14 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] +- [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_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 @@ -404,6 +410,8 @@ You can see in which language an app is written. Currently there are following l - [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] - [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] +- [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] - [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] @@ -411,6 +419,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] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![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] @@ -426,8 +435,9 @@ 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] - [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] -- [Lilypond UI]() - Create beautiful musical scores with LilyPond. ![javascript_icon] +- [Lilypond UI](https://github.com/doches/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] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] @@ -501,6 +511,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] @@ -520,12 +531,13 @@ 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] - [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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] -- [Toggl Desktop]() - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon] +- [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] @@ -539,6 +551,7 @@ You can see in which language an app is written. Currently there are following l ### Screensaver - [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] +- [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![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] @@ -555,7 +568,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Deluge](https://github.com/deluge-torrent/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] @@ -594,6 +607,7 @@ You can see in which language an app is written. Currently there are following l - [ProfileCreator](https://github.com/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] @@ -655,6 +669,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] - [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] @@ -665,10 +680,10 @@ You can see in which language an app is written. Currently there are following l - [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon] - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] - [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] - [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] - [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] @@ -729,7 +744,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Slate](https://github.com/jigish/slate) - Slate is a window management application similar to Divvy and SizeUp ![objective_c_icon] - [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon] - [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] From 54bfb6954ae67d2bee15acf55de3290859dce524 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Mon, 12 Oct 2020 15:51:03 +0300 Subject: [PATCH 416/641] Fix link issues (#594) * Update applications.json * Fix link issues 3599 301 https://github.com/dinhviethoa/dejalu redirects to https://github.com/dinhvh/dejalu 4044 301 https://github.com/jingweno/hacker-menu redirects to https://github.com/owenthereal/hacker-menu --- applications.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 32e5462..0ca1981 100644 --- a/applications.json +++ b/applications.json @@ -1,4 +1,4 @@ -{ + { "applications": [ { "short_description": "Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.", @@ -3596,7 +3596,7 @@ "categories": [ "mail" ], - "repo_url": "https://github.com/dinhviethoa/dejalu", + "repo_url": "https://github.com/dinhvh/dejalu", "title": "dejalu", "icon_url": "", "screenshots": [ @@ -4041,7 +4041,7 @@ "categories": [ "news" ], - "repo_url": "https://github.com/jingweno/hacker-menu", + "repo_url": "https://github.com/owenthereal/hacker-menu", "title": "hacker-menu", "icon_url": "", "screenshots": [ From 2ed7c751312e934e5d70d5732b4c8b8dccfdaa00 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Mon, 12 Oct 2020 12:56:27 +0000 Subject: [PATCH 417/641] Generate README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4634ef5..5d8a62d 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] -- [dejalu](https://github.com/dinhviethoa/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] +- [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] ### Medical - [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon] @@ -449,7 +449,7 @@ You can see in which language an app is written. Currently there are following l - [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![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] +- [hacker-menu](https://github.com/owenthereal/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] From 3be20540370a3ec893f24a147be694d4494a5080 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Mon, 12 Oct 2020 15:57:18 +0300 Subject: [PATCH 418/641] Fix link issues (#595) * Update applications.json * Fix link issues 3599 301 https://github.com/dinhviethoa/dejalu redirects to https://github.com/dinhvh/dejalu 4044 301 https://github.com/jingweno/hacker-menu redirects to https://github.com/owenthereal/hacker-menu * Update applications.json --- applications.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/applications.json b/applications.json index 0ca1981..ecfdd4c 100644 --- a/applications.json +++ b/applications.json @@ -6763,7 +6763,7 @@ "categories": [ "wallpaper" ], - "repo_url": "https://github.com/cuddlecheek/500-mac-wallpaper", + "repo_url": "https://github.com/markcheeky/500-mac-wallpaper", "title": "500-mac-wallpaper", "icon_url": "", "screenshots": [], @@ -6836,26 +6836,12 @@ "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", + "repo_url": "https://github.com/IngoMeyer441/pyDailyChanger", "title": "pyDailyChanger", "icon_url": "", "screenshots": [], From fec2bbbeb8c3d4f3bdef2985949d8e2b8fc39d7c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Mon, 12 Oct 2020 13:02:09 +0000 Subject: [PATCH 419/641] Generate README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d8a62d..31cc94e 100644 --- a/README.md +++ b/README.md @@ -723,7 +723,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] - [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] @@ -733,8 +733,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [pyDailyChanger](https://github.com/IngoMeyer441/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] From 3490bc8fc4178627f2cf03ab426b8d01e22f7071 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 14 Oct 2020 14:01:01 +0300 Subject: [PATCH 420/641] Update main.swift (#599) --- .github/main.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.swift b/.github/main.swift index 4e8b669..063aa17 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -22,6 +22,8 @@ let header = """ 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! +To receive all new or popular applications you can join our [telegram chanel](https://t.me/opensourcemacosapps). + ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button From 9cf0521e7a788d416b31e625e9d6f957e132dbd4 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 14 Oct 2020 11:04:16 +0000 Subject: [PATCH 421/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31cc94e..492ef68 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 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! +To receive all new or popular applications you can join our [telegram chanel](https://t.me/opensourcemacosapps). + ## Support Hey friend! Help me out for a couple of :beers:! Patreon donate button From 69b95891e6c9a758e9530654fa640fbe3c7bd0dd Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 15 Oct 2020 01:47:22 +0300 Subject: [PATCH 422/641] Add RedditOS (#593) * Add RedditOS * Use direct url for screenshot --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index ecfdd4c..458002f 100644 --- a/applications.json +++ b/applications.json @@ -5425,6 +5425,22 @@ "swift" ] }, + { + "short_description": "A SwiftUI Reddit client for macOS. ", + "categories": [ + "social-networking" + ], + "repo_url": "https://github.com/Dimillian/RedditOS", + "title": "RedditOS", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/Dimillian/RedditOS/master/Images/image1.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Perpetual artwork streaming app. ", "categories": [ From 761a8f5b8cb46198cf14ede4929acf2fb20da29f Mon Sep 17 00:00:00 2001 From: "Mr.Nixon" Date: Thu, 15 Oct 2020 06:47:52 +0800 Subject: [PATCH 423/641] Add Duplicate Finder (#596) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 458002f..ef39406 100644 --- a/applications.json +++ b/applications.json @@ -8118,6 +8118,23 @@ "categories" : [ "images" ] + }, + { + "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", + "official_site" : "", + "title" : "Duplicate Finder", + "icon_url": "", + "screenshots" : [ + "https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png" + ], + "short_description" : "It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.", + "languages" : [ + "swift" + ], + "categories" : [ + "finder", + "utilities" + ] } ] } From 2a7cc7750418ef00a135d028bfa8616919793b75 Mon Sep 17 00:00:00 2001 From: Kridsanapong Wongthongdee Date: Thu, 15 Oct 2020 05:48:51 +0700 Subject: [PATCH 424/641] Add Swimat (#597) * Add Swimat * Add Swimat (Extension) * Update url case-sensitive Co-authored-by: Kridsanapong Wongthongdee --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index ef39406..6839d42 100644 --- a/applications.json +++ b/applications.json @@ -2817,6 +2817,22 @@ "swift" ] }, + { + "short_description": "Swimat is an Xcode plug-in to format your Swift code.", + "categories": [ + "extensions" + ], + "repo_url": "https://github.com/Jintin/Swimat", + "title": "Swimat", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/Jintin/Swimat/master/README/preview.gif" + ], + "official_site": "https://jintin.github.io/Swimat/", + "languages": [ + "swift" + ] + }, { "short_description": "Clipy is a Clipboard extension app for macOS. ", "categories": [ From 25517a350942b1e4c2e769e60fdfd61b8de6883a Mon Sep 17 00:00:00 2001 From: Isaac Halvorson Date: Wed, 14 Oct 2020 17:51:30 -0500 Subject: [PATCH 425/641] Add Plain Pasta to applications.json (#598) Co-authored-by: Serhii Londar --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index 6839d42..a78ccf8 100644 --- a/applications.json +++ b/applications.json @@ -8135,6 +8135,20 @@ "images" ] }, + { + "short_description": "Plaintextify your clipboard", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/hisaac/PlainPasta/", + "title": "Plain Pasta", + "icon_url": "https://raw.githubusercontent.com/hisaac/PlainPasta/master/Assets/app-icon-512%402x.png", + "screenshots": [], + "official_site": "https://hisaac.github.io/PlainPasta/", + "languages": [ + "swift" + ] + }, { "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", "official_site" : "", From bb22ba9a6a0fade679ee89d4b542eb417c49a9b5 Mon Sep 17 00:00:00 2001 From: Mattia Tommasone Date: Thu, 15 Oct 2020 00:52:20 +0200 Subject: [PATCH 426/641] Move Audacity to Audio (#600) * Move Audacity to Audio This fixes #565 by moving Audacity to the "Audio" section * Moved Audacity to Audio --- README.md | 1104 ++++++++++++++++++++++----------------------- applications.json | 6 +- 2 files changed, 555 insertions(+), 555 deletions(-) diff --git a/README.md b/README.md index 492ef68..b5cf762 100644 --- a/README.md +++ b/README.md @@ -100,654 +100,654 @@ 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] -- [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] -- [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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] -- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] -- [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] -- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] -- [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_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/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] -- [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] +- [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] +- [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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] +- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] +- [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] +- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] +- [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_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/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] +- [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 -- [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] -- [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_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] +- [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] +- [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_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] ### 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/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] -- [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] +- [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![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] +- [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] ### Chat -- [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] -- [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![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] -- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_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] -- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_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] -- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![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] +- [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![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] +- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_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] +- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_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] +- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![javascript_icon] ### 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] +- [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] ### 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] -- [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] -- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] -- [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] +- [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] +- [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] +- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] +- [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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 -- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] #### Git -- [Cashew](https://github.com/dhennessy/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] -- [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_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] -- [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] -- [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] -- [Gitify](https://github.com/manosim/gitify) - Your GitHub notifications on your menu bar. ![javascript_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] -- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] +- [Cashew](https://github.com/dhennessy/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] +- [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_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] +- [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] +- [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] +- [Gitify](https://github.com/manosim/gitify) - Your GitHub notifications on your menu bar. ![javascript_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] +- [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] -- [JSON to Model class](https://github.com/chanonly123/Json-Model-Generator) - Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ![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] -- [j2s](https://github.com/zadr/j2s) - macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ![swift_icon] +- [JSON Mapper](https://github.com/AppCraft-LLC/json-mapper) - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon] +- [JSON to Model class](https://github.com/chanonly123/Json-Model-Generator) - Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ![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] +- [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] -- [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] +- [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] #### 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. ![type_script_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/Daniel-Sanche/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] -- [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/vercel/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/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] +- [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/Kong/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon] +- [KubeMonitor](https://github.com/Daniel-Sanche/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] +- [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/vercel/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/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] #### 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] -- [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] -- [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] -- [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] -- [Corona Tracker](https://github.com/MhdHejazi/CoronaTracker) - Coronavirus tracker app for iOS & macOS with maps & charts. ![swift_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] -- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] -- [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/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] -- [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] -- [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/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] +- [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] +- [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] +- [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] +- [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] +- [Corona Tracker](https://github.com/MhdHejazi/CoronaTracker) - Coronavirus tracker app for iOS & macOS with maps & charts. ![swift_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] +- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] +- [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/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] +- [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] +- [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/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] -- [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] -- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] +- [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] +- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] ### Editors #### CSV -- [TableTool](https://github.com/jakob/TableTool) - simple CSV editor for the macOS. ![objective_c_icon] +- [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] +- [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] -- [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] +- [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] +- [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] +- [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] -- [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] -- [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] +- [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] +- [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] -- [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] -- [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] +- [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] +- [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 -- [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] -- [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] +- [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] +- [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] -- [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] -- [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] +- [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] +- [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] -- [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] -- [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] -- [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] +- [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] +- [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] +- [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] +- [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 -- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] -- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] -- [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim 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] +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] +- [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim 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] ### 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, macOS iconset, or a custom collection. ![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] -- [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_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] +- [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, macOS iconset, or a custom collection. ![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] +- [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_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 -- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon] -- [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/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] +- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon] +- [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/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] ### 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] -- [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] -- [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] -- [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] +- [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] +- [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] +- [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] +- [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] ### Medical -- [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon] +- [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] -- [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 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] -- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] -- [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] -- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] -- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] -- [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] -- [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] -- [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] -- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![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] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![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] +- [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 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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] +- [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] +- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] +- [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] +- [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] +- [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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![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] ### 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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] -- [Lilypond UI](https://github.com/doches/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] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [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] +- [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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] +- [Lilypond UI](https://github.com/doches/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] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [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] -- [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/owenthereal/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon] +- [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![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/owenthereal/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] -- [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] -- [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] -- [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] -- [tmpNote](https://github.com/buddax2/tmpNote) - Very simple macOS app to make temporary notes. ![swift_icon] +- [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] +- [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] +- [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] +- [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] -- [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] -- [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] -- [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] -- [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] -- [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] -- [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] -- [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] +- [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] +- [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] +- [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] +- [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] +- [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] +- [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] +- [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) - 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] -- [mpv](https://github.com/mpv-player/mpv) - Video player based on MPlayer/mplayer2. ![c_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] +- [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/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] +- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_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] ### 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] -- [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] -- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] -- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] -- [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] -- [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] -- [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] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] -- [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] -- [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] +- [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] +- [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] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] +- [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [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] +- [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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] +- [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] +- [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] ### Screensaver -- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] -- [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![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] +- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] +- [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![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] ### 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] -- [Swifty](https://github.com/swiftyapp/swifty) - Free and offline password manager. ![javascript_icon] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] +- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] ### Sharing Files -- [Deluge](https://github.com/deluge-torrent/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] -- [mac2imgur](https://github.com/mileswd/mac2imgur) - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ![swift_icon] -- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - BitTorrent client in Qt. ![cpp_icon] +- [Deluge](https://github.com/deluge-torrent/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] +- [mac2imgur](https://github.com/mileswd/mac2imgur) - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ![swift_icon] +- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - BitTorrent client in Qt. ![cpp_icon] ### Social Networking -- [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] -- [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. ![swift_icon] +- [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] +- [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. ![swift_icon] ### 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] +- [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] -- [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] -- [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] -- [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/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![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] +- [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] +- [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] +- [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/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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/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] -- [Hyper](https://github.com/vercel/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] -- [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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_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] +- [Hyper](https://github.com/vercel/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] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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] -- [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/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon] +- [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/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] -- [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] -- [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] -- [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] -- [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] -- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] -- [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] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] -- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [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] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] -- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] -- [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] -- [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] -- [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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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] +- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![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] +- [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] +- [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] +- [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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] +- [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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] +- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] +- [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] +- [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] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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 -- [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] +- [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] -- [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/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] -- [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] -- [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] +- [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/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] +- [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] +- [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] ### Wallpaper -- [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] -- [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] -- [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] -- [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] +- [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] +- [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] +- [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] +- [pyDailyChanger](https://github.com/IngoMeyer441/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] -- [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] -- [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) - Slate is a window management application similar to Divvy and SizeUp ![objective_c_icon] -- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon] -- [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] +- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_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] +- [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) - Slate is a window management application similar to Divvy and SizeUp ![objective_c_icon] +- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon] +- [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] ## Contributors @@ -773,4 +773,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 a78ccf8..de03689 100644 --- a/applications.json +++ b/applications.json @@ -52,7 +52,7 @@ ], "official_site": "", "languages": [ - "swift" + "swift" ] }, { @@ -7411,7 +7411,7 @@ { "short_description": "Free, open source, cross-platform audio software", "categories": [ - "music" + "audio" ], "repo_url": "https://github.com/audacity/audacity", "title": "Audacity", @@ -8119,7 +8119,7 @@ "swift" ] }, - { + { "repo_url" : "https://github.com/robaho/seashore", "official_site" : "", "title" : "Seashore", From 068b0ba074e213b11b39eebf2043caaef6ea7d7e Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 14 Oct 2020 22:55:30 +0000 Subject: [PATCH 427/641] Generate README --- README.md | 1111 +++++++++++++++++++++++++++-------------------------- 1 file changed, 558 insertions(+), 553 deletions(-) diff --git a/README.md b/README.md index b5cf762..1db500e 100644 --- a/README.md +++ b/README.md @@ -100,654 +100,659 @@ 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] -- [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] -- [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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] -- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] -- [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] -- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] -- [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_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/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] -- [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] +- [AUHost](https://github.com/vgorloff/AUHost) - Application which hosts AudioUnits v3 using AVFoundation API. ![swift_icon] +- [Audacity](https://github.com/audacity/audacity) - Free, open source, cross-platform audio software ![c_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] +- [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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] +- [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] +- [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] +- [Tickeys](https://github.com/yingDev/Tickeys) - Instant audio feedback for typing. macOS version. ![rust_icon] +- [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_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/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] +- [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 -- [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] -- [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_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] +- [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] +- [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_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] ### 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/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] -- [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] +- [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![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] +- [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] ### Chat -- [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] -- [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![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] -- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_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] -- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_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] -- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![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] +- [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![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] +- [MessagesHistoryBrowser](https://github.com/glaurent/MessagesHistoryBrowser) - macOS application to comfortably browse and search through your Messages.app history. ![swift_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] +- [Telegram Desktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app. ![cpp_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] +- [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![javascript_icon] ### 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] +- [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] ### 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] -- [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] -- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] -- [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] +- [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] +- [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] +- [Robo 3T](https://github.com/Studio3T/robomongo) - Robo 3T (formerly Robomongo) is the free lightweight GUI for MongoDB enthusiasts. ![cpp_icon] +- [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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 -- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] #### Git -- [Cashew](https://github.com/dhennessy/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] -- [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_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] -- [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] -- [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] -- [Gitify](https://github.com/manosim/gitify) - Your GitHub notifications on your menu bar. ![javascript_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] -- [Xit](https://github.com/Uncommon/Xit) - Xit is a graphical tool for working with git repositories. ![swift_icon] +- [Cashew](https://github.com/dhennessy/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] +- [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_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] +- [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] +- [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] +- [Gitify](https://github.com/manosim/gitify) - Your GitHub notifications on your menu bar. ![javascript_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] +- [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] -- [JSON to Model class](https://github.com/chanonly123/Json-Model-Generator) - Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ![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] -- [j2s](https://github.com/zadr/j2s) - macOS app to convert JSON objects into Swift structs (currently targets Swift 4 and Codable). ![swift_icon] +- [JSON Mapper](https://github.com/AppCraft-LLC/json-mapper) - Simple macOS app to generate Swift Object Mapper classes from JSON. ![swift_icon] +- [JSON to Model class](https://github.com/chanonly123/Json-Model-Generator) - Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ![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] +- [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] -- [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] +- [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] #### 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. ![type_script_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/Daniel-Sanche/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] -- [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/vercel/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/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] +- [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/Kong/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon] +- [KubeMonitor](https://github.com/Daniel-Sanche/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] +- [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/vercel/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/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] #### 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] -- [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] -- [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] -- [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] -- [Corona Tracker](https://github.com/MhdHejazi/CoronaTracker) - Coronavirus tracker app for iOS & macOS with maps & charts. ![swift_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] -- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] -- [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/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] -- [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] -- [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/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] +- [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] +- [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] +- [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] +- [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] +- [Corona Tracker](https://github.com/MhdHejazi/CoronaTracker) - Coronavirus tracker app for iOS & macOS with maps & charts. ![swift_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] +- [Iconology](https://github.com/liamrosenfeld/Iconology) - Edit icons and then export to Xcode, icns, ico, favicon, macOS iconset, or a custom collection. ![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] +- [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/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] +- [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] +- [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/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] -- [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] -- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] +- [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] +- [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] ### Editors #### CSV -- [TableTool](https://github.com/jakob/TableTool) - simple CSV editor for the macOS. ![objective_c_icon] +- [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] +- [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] -- [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] +- [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] +- [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] +- [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] -- [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] -- [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] +- [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] +- [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] -- [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] -- [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] +- [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] +- [Swimat](https://github.com/Jintin/Swimat) - Swimat is an Xcode plug-in to format your Swift code. ![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 -- [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] -- [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] +- [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] +- [Duplicate Finder](https://github.com/powerwolf543/DuplicateFinder) - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. ![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] +- [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] -- [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] -- [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] +- [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] +- [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] -- [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] -- [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] -- [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] +- [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] +- [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] +- [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] +- [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 -- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] -- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] -- [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim 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] +- [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_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] +- [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim 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] ### 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, macOS iconset, or a custom collection. ![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] -- [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_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] +- [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, macOS iconset, or a custom collection. ![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] +- [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_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 -- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon] -- [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/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] +- [AnnePro-mac](https://github.com/msvisser/AnnePro-mac) - macOS application for controlling AnnePro keyboard over bluetooth. ![swift_icon] +- [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/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] ### 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] -- [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] -- [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] -- [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] +- [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] +- [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] +- [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] +- [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] ### Medical -- [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon] +- [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] -- [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 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] -- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] -- [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] -- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] -- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] -- [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] -- [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] -- [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] -- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![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] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![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] +- [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 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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] +- [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] +- [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] +- [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] +- [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] +- [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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![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] ### 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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] -- [Lilypond UI](https://github.com/doches/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] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [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] +- [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] +- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] +- [Lilypond UI](https://github.com/doches/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] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [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] -- [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/owenthereal/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon] +- [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![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/owenthereal/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] -- [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] -- [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] -- [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] -- [tmpNote](https://github.com/buddax2/tmpNote) - Very simple macOS app to make temporary notes. ![swift_icon] +- [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] +- [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] +- [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] +- [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] -- [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] -- [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] -- [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] -- [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] -- [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] -- [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] -- [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] +- [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] +- [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] +- [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] +- [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] +- [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] +- [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] +- [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) - 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] -- [mpv](https://github.com/mpv-player/mpv) - Video player based on MPlayer/mplayer2. ![c_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] +- [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/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] +- [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_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] ### 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] -- [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] -- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] -- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] -- [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] -- [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] -- [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] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] -- [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] -- [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] +- [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] +- [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] +- [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Linked Ideas](https://github.com/fespinoza/LinkedIdeas) - macOS application to write down and connect ideas. ![swift_icon] +- [Mac Screenshot Tracker](https://github.com/instance01/mac-screenshot-tracker) - An open source, free and hackable screenshot tracker. Re-watch what you've been working on! ![python_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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [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] +- [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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] +- [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] +- [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] ### Screensaver -- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] -- [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![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] +- [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] +- [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![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] ### 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] -- [Swifty](https://github.com/swiftyapp/swifty) - Free and offline password manager. ![javascript_icon] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] +- [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] ### Sharing Files -- [Deluge](https://github.com/deluge-torrent/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] -- [mac2imgur](https://github.com/mileswd/mac2imgur) - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ![swift_icon] -- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - BitTorrent client in Qt. ![cpp_icon] +- [Deluge](https://github.com/deluge-torrent/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] +- [mac2imgur](https://github.com/mileswd/mac2imgur) - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ![swift_icon] +- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - BitTorrent client in Qt. ![cpp_icon] ### Social Networking -- [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] -- [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. ![swift_icon] +- [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] +- [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] +- [RedditOS](https://github.com/Dimillian/RedditOS) - A SwiftUI Reddit client for macOS. ![swift_icon] +- [Simpo](https://github.com/KeliCheng/Simpo) - macOS menubar app to post status quickly. ![swift_icon] ### 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] +- [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] -- [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] -- [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] -- [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/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![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] +- [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] +- [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] +- [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/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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/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] -- [Hyper](https://github.com/vercel/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] -- [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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_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] +- [Hyper](https://github.com/vercel/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] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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] -- [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/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon] +- [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/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] -- [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] -- [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] -- [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] -- [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] -- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] -- [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] -- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] -- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] -- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] -- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] -- [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] -- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] -- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] -- [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] -- [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] -- [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] -- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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] +- [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![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] +- [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] +- [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] +- [Duplicate Finder](https://github.com/powerwolf543/DuplicateFinder) - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. ![swift_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] +- [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![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] +- [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] +- [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] +- [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] +- [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [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] +- [Plain Pasta](https://github.com/hisaac/PlainPasta/) - Plaintextify your clipboard ![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] +- [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] +- [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![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] +- [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] +- [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] +- [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] +- [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_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 -- [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] +- [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] -- [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/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] -- [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] -- [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] +- [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/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] +- [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] +- [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] ### Wallpaper -- [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] -- [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] -- [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] -- [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] +- [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] +- [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] +- [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] +- [pyDailyChanger](https://github.com/IngoMeyer441/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] -- [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] -- [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) - Slate is a window management application similar to Divvy and SizeUp ![objective_c_icon] -- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon] -- [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] +- [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_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] +- [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) - Slate is a window management application similar to Divvy and SizeUp ![objective_c_icon] +- [Spectacle](https://github.com/eczarny/spectacle) - Spectacle allows you to organize your windows without using a mouse. ![objective_c_icon] +- [Yabai](https://github.com/koekeishiya/yabai) - A tiling window manager for macOS based on binary space partitioning. ![c_icon] ![objective_c_icon] ## Contributors @@ -773,4 +778,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 de34e22d80b135dfee6d43ca4247ae3adef6ee67 Mon Sep 17 00:00:00 2001 From: Caleb H Date: Wed, 14 Oct 2020 15:57:15 -0700 Subject: [PATCH 428/641] Added ColorSet - Fixes #295 (#601) * Add ColorSet to applications.json * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index de03689..b6cca8b 100644 --- a/applications.json +++ b/applications.json @@ -8134,6 +8134,25 @@ "categories" : [ "images" ] + }, + { + "short_description": "ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease.", + "categories": [ + "development", + "graphics" + ], + "repo_url": "https://github.com/DigiDNA/ColorSet", + "title": "ColorSet", + "icon_url": "https://imazing.com/img/colorset/colorset-icon-256x256.png", + "screenshots": [ + "https://raw.githubusercontent.com/DigiDNA/ColorSet/master/Assets/ColorSet.png" + ], + "official_site": "https://imazing.com/colorset", + "languages": [ + "swift", + "c_sharp", + "objective_c" + ] }, { "short_description": "Plaintextify your clipboard", From 9b259538ebee26534b8d3170d49f514e05d69e1c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 14 Oct 2020 23:01:37 +0000 Subject: [PATCH 429/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1db500e..93c69ab 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ You can see in which language an app is written. Currently there are following l ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] #### Git @@ -350,6 +351,7 @@ You can see in which language an app is written. Currently there are following l ### 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] +- [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] From 729c928004db17b37a23d1802e1cd432e4be084a Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 22 Oct 2020 11:59:44 +0300 Subject: [PATCH 430/641] Update main.swift (#610) --- .github/main.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/main.swift b/.github/main.swift index 063aa17..968538b 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -28,14 +28,6 @@ To receive all new or popular applications you can join our [telegram chanel](ht Hey friend! Help me out for a couple of :beers:! Patreon donate button -List of awesome open source applications is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial here - - -GitAds - -
This advert was placed by GitAds
- - ## Languages You can see in which language an app is written. Currently there are following languages: From 3dce2c87670008b6bf1f594198cc2b3db5db7bd8 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 22 Oct 2020 09:03:09 +0000 Subject: [PATCH 431/641] Generate README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 93c69ab..67eded5 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,6 @@ To receive all new or popular applications you can join our [telegram chanel](ht Hey friend! Help me out for a couple of :beers:! Patreon donate button -List of awesome open source applications is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial here - - -GitAds - -
This advert was placed by GitAds
- - ## Languages You can see in which language an app is written. Currently there are following languages: From 7acb29e66621ead7fd75294ff0c1f96a3c351660 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Sun, 29 Nov 2020 23:17:07 +0200 Subject: [PATCH 432/641] Add Boop (#603) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index b6cca8b..b5a07fe 100644 --- a/applications.json +++ b/applications.json @@ -7828,6 +7828,24 @@ "type_script" ] }, + { + "short_description": "A scriptable scratchpad for developers.", + "categories": [ + "other-development", + "utilities" + ], + "repo_url": "https://github.com/IvanMathy/Boop", + "title": "Boop", + "icon_url": "https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Boop/Assets.xcassets/AppIcon.appiconset/icon_512x512%402x.png", + "screenshots": [ + "https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Documentation/Images/UI.png", + ], + "official_site": "https://boop.okat.best", + "languages": [ + "swift", + "javascript" + ] + }, { "short_description": "Replacement for MacOS' volume, brightness and keyboard backlight HUDs.", "categories": [ From bacb4cc06b5594a6d1dd0fd5d9db69c954d835b5 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Sun, 29 Nov 2020 23:18:34 +0200 Subject: [PATCH 433/641] Add Pi Stats (#604) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index b5a07fe..daf49ca 100644 --- a/applications.json +++ b/applications.json @@ -3908,6 +3908,23 @@ "swift" ] }, + { + "short_description": "macOS app to visualize Pi-hole information.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/Bunn/PiStats", + "title": "Pi Stats", + "icon_url": "https://raw.githubusercontent.com/Bunn/PiStats/master/images/icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/Bunn/PiStats/master/images/screenshot.png" + ], + "official_site": "", + "languages": [ + "swift", + "objective_c" + ] + }, { "short_description": "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ", "categories": [ From ad3dcba2999be9f2ec3051cc3bf86897b7c536a5 Mon Sep 17 00:00:00 2001 From: Mattia Rossini Date: Sun, 29 Nov 2020 22:19:14 +0100 Subject: [PATCH 434/641] Add MinimalClock (#605) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index daf49ca..a94aac6 100644 --- a/applications.json +++ b/applications.json @@ -90,6 +90,22 @@ "rust" ] }, + { + "short_description": "Simple and elegant screensaver that displays the time.", + "categories": [ + "screensaver" + ], + "repo_url": "https://github.com/mattiarossini/MinimalClock", + "title": "MinimalClock", + "icon_url": "", + "screenshots": [ + "https://github.com/mattiarossini/MinimalClock/blob/master/Screenshot.gif" + ], + "official_site": "https://mattiarossini.github.io/MinimalClock/", + "languages": [ + "swift" + ] + }, { "short_description": "cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.", "categories": [ From bfcea6261eb8a9b26347ea2a3e472a35a26cb6d3 Mon Sep 17 00:00:00 2001 From: Yuki Shindo Date: Mon, 30 Nov 2020 06:19:49 +0900 Subject: [PATCH 435/641] Add JSON Editor (#606) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index a94aac6..eb301c5 100644 --- a/applications.json +++ b/applications.json @@ -2611,6 +2611,22 @@ "javascript" ] }, + { + "short_description": "Dead simple JSON editor using josdejong/jsoneditor", + "categories": [ + "json" + ], + "repo_url": "https://github.com/fand/json-editor-app", + "title": "JSON Editor", + "icon_url": "https://user-images.githubusercontent.com/1403842/73547507-70f89d00-4482-11ea-9559-545e5f82459a.png", + "screenshots": [ + "https://user-images.githubusercontent.com/1403842/73547401-2ecf5b80-4482-11ea-8b03-753c1621c116.png" + ], + "official_site": "", + "languages": [ + "typescript" + ] + }, { "short_description": "Tree-structured markdown editor for macOS, Windows, and Linux. ", "categories": [ From 1bc326288ad3be59737540bdf571e3845a18347e Mon Sep 17 00:00:00 2001 From: Jonas Drotleff Date: Sun, 29 Nov 2020 22:20:32 +0100 Subject: [PATCH 436/641] Add Bitwarden Menu (#607) Add an entry for [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar), a simple application for macOS that puts the Bitwarden Browser Extension right into your menu bar. --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index eb301c5..e27d538 100644 --- a/applications.json +++ b/applications.json @@ -6296,6 +6296,22 @@ "type_script" ] }, + { + "short_description": "Bitwarden Passwort Manager in your menu bar", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/jnsdrtlf/bitwarden-menubar", + "title": "Bitwarden Menu", + "icon_url": "https://github.com/jnsdrtlf/bitwarden-menubar/blob/main/Bitwarden/Assets.xcassets/AppIcon.appiconset/icon%40128.png", + "screenshots": [ + "https://raw.githubusercontent.com/jnsdrtlf/bitwarden-menubar/main/artwork/screenshot.png" + ], + "languages": [ + "type_script", + "swift" + ] + }, { "short_description": "Receive native push notifications on macOS, Windows and Linux. ", "categories": [ From 23f309c12ccf7faa7493c0b6ef4d3aeebe71efac Mon Sep 17 00:00:00 2001 From: Alex Howes Date: Sun, 29 Nov 2020 21:21:50 +0000 Subject: [PATCH 437/641] Add RocketChat (#608) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index e27d538..8bfda23 100644 --- a/applications.json +++ b/applications.json @@ -8237,6 +8237,22 @@ "objective_c" ] }, + { + "repo_url" : "https://github.com/RocketChat/Rocket.Chat.Electron", + "official_site" : "https://rocket.chat/", + "title" : "RocketChat", + "icon_url": "https://rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", + "screenshots" : [ + "https://rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" + ], + "short_description" : "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", + "languages" : [ + "javascript" + ], + "categories" : [ + "chat" + ] + }, { "short_description": "Plaintextify your clipboard", "categories": [ From e72ff2d21b526b323f34db59d131b06e3dcbb320 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 29 Nov 2020 23:38:13 +0200 Subject: [PATCH 438/641] Fix link issues (#624) * Update applications.json * Fix link issues 3599 301 https://github.com/dinhviethoa/dejalu redirects to https://github.com/dinhvh/dejalu 4044 301 https://github.com/jingweno/hacker-menu redirects to https://github.com/owenthereal/hacker-menu * Update applications.json * Update applications.json --- applications.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/applications.json b/applications.json index 8bfda23..c35bcb7 100644 --- a/applications.json +++ b/applications.json @@ -721,8 +721,8 @@ "categories": [ "browser" ], - "repo_url": "https://github.com/kaktus/kaktus", - "title": "Kaktus Browser", + "repo_url": "https://github.com/fathomecat/fathomecat", + "title": "fathomecat", "icon_url": "", "screenshots": [ "https://cldup.com/qsYAu0F-ja.png", @@ -1472,8 +1472,7 @@ "title": "Trailer", "icon_url": "", "screenshots": [ - "http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png", - "http://ptsochantaris.github.io/trailer/images/background-2400.png" + "http://ptsochantaris.github.io/trailer/images/ipadscreenshot-820-1.png" ], "official_site": "", "languages": [ @@ -2842,7 +2841,7 @@ "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" + "https://raw.githubusercontent.com/bow-swift/nef-plugin/master/assets/nef-xcode-preferences.png" ], "official_site": "https://nef.bow-swift.io/", "languages": [ @@ -7448,7 +7447,7 @@ ], "repo_url": "https://github.com/rxhanson/Rectangle", "title": "Rectangle", - "icon_url": "https://rectangleapp.com/images/appIconNoShadow512.png", + "icon_url": "", "screenshots": [ "https://rectangleapp.com/images/ScreenShot.png" ], @@ -7646,7 +7645,7 @@ "title": "PowerShell", "icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png", "screenshots": [], - "official_site": "https://docs.microsoft.com/en-us/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-7.1&viewFallbackFrom=powershell-6", "languages": [ "c_sharp" ] @@ -7675,9 +7674,7 @@ "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" + "https://raw.githubusercontent.com/johannesjo/super-productivity/master/screens/screen_standard.png" ], "official_site": "https://super-productivity.com", "languages": [ @@ -8024,7 +8021,7 @@ ], "repo_url": "https://github.com/leits/MeetingBar", "title": "MeetingBar", - "icon_url": "https://raw.githubusercontent.com/leits/MeetingBar/master/MeetingBar/Assets.xcassets/AppIcon.appiconset/icon512.png", + "icon_url": "", "screenshots": [ "https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png" ], From 1108c2e8626eeb7fc0a244be3e3a8f774b9fa2a9 Mon Sep 17 00:00:00 2001 From: Serhii Date: Sun, 29 Nov 2020 23:43:19 +0200 Subject: [PATCH 439/641] Update applications.json --- applications.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/applications.json b/applications.json index c35bcb7..824c663 100644 --- a/applications.json +++ b/applications.json @@ -8255,11 +8255,14 @@ "categories": [ "utilities" ], - "repo_url": "https://github.com/hisaac/PlainPasta/", + "repo_url": "https://github.com/hisaac/PlainPasta", "title": "Plain Pasta", - "icon_url": "https://raw.githubusercontent.com/hisaac/PlainPasta/master/Assets/app-icon-512%402x.png", - "screenshots": [], - "official_site": "https://hisaac.github.io/PlainPasta/", + "icon_url": "https://raw.githubusercontent.com/hisaac/PlainPasta/main/Assets/app-icon-512%402x.png", + "screenshots": [ + "https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/without-plain-pasta.gif", + "https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/with-plain-pasta.gif" + ], + "official_site": "https://hisaac.github.io/PlainPasta", "languages": [ "swift" ] From 7cd1540e9c2acb697b7f17c7f948523ce4dbbb3e Mon Sep 17 00:00:00 2001 From: Serhii Date: Sun, 29 Nov 2020 23:43:56 +0200 Subject: [PATCH 440/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 824c663..64aeb13 100644 --- a/applications.json +++ b/applications.json @@ -8262,7 +8262,7 @@ "https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/without-plain-pasta.gif", "https://raw.githubusercontent.com/hisaac/PlainPasta/main/docs/with-plain-pasta.gif" ], - "official_site": "https://hisaac.github.io/PlainPasta", + "official_site": "", "languages": [ "swift" ] From 6e7b24cf4bee66c45e5d621fcd6bd05285140197 Mon Sep 17 00:00:00 2001 From: Serhii Date: Mon, 30 Nov 2020 18:53:10 +0200 Subject: [PATCH 441/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 64aeb13..9ca0091 100644 --- a/applications.json +++ b/applications.json @@ -7900,7 +7900,7 @@ "title": "Boop", "icon_url": "https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Boop/Assets.xcassets/AppIcon.appiconset/icon_512x512%402x.png", "screenshots": [ - "https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Documentation/Images/UI.png", + "https://raw.githubusercontent.com/IvanMathy/Boop/main/Boop/Documentation/Images/UI.png" ], "official_site": "https://boop.okat.best", "languages": [ From 9cc612f67815ebc14c9e06a5608a6cf124f7f789 Mon Sep 17 00:00:00 2001 From: Serhii Date: Mon, 30 Nov 2020 19:06:56 +0200 Subject: [PATCH 442/641] Update applications.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 9ca0091..172297a 100644 --- a/applications.json +++ b/applications.json @@ -7285,7 +7285,7 @@ ] }, { - "short_description": "✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm or Hyper.", + "short_description": "Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.", "categories": [ "finder", "terminal" From 88c33fdde504ccd94fc05aa1dfd2535be10653e6 Mon Sep 17 00:00:00 2001 From: Serhii Date: Mon, 30 Nov 2020 19:12:05 +0200 Subject: [PATCH 443/641] Update applications.json --- applications.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applications.json b/applications.json index 172297a..f848001 100644 --- a/applications.json +++ b/applications.json @@ -3953,7 +3953,7 @@ "official_site": "", "languages": [ "swift", - "objective_c" + "objective_c" ] }, { @@ -6306,9 +6306,10 @@ "screenshots": [ "https://raw.githubusercontent.com/jnsdrtlf/bitwarden-menubar/main/artwork/screenshot.png" ], + "official_site": "", "languages": [ "type_script", - "swift" + "swift" ] }, { @@ -8236,7 +8237,7 @@ }, { "repo_url" : "https://github.com/RocketChat/Rocket.Chat.Electron", - "official_site" : "https://rocket.chat/", + "official_site": "https://rocket.chat/", "title" : "RocketChat", "icon_url": "https://rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", "screenshots" : [ @@ -8269,7 +8270,7 @@ }, { "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", - "official_site" : "", + "official_site": "", "title" : "Duplicate Finder", "icon_url": "", "screenshots" : [ From 10aae69035603676efbd24f0d4544f6ba6258a19 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Mon, 30 Nov 2020 17:15:28 +0000 Subject: [PATCH 444/641] Generate README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67eded5..93c4ec3 100644 --- a/README.md +++ b/README.md @@ -136,10 +136,10 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] +- [fathomecat](https://github.com/fathomecat/fathomecat) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![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] @@ -152,6 +152,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] +- [RocketChat](https://github.com/RocketChat/Rocket.Chat.Electron) - Free open source chat system for teams. An alternative to Slack that can also be self hosted. ![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] @@ -212,6 +213,7 @@ You can see in which language an app is written. Currently there are following l - [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 +- [Boop](https://github.com/IvanMathy/Boop) - A scriptable scratchpad for developers. ![swift_icon] ![javascript_icon] - [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] @@ -289,6 +291,7 @@ 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 Editor](https://github.com/fand/json-editor-app) - Dead simple JSON editor using josdejong/jsoneditor ![typescript_icon] - [JSON-Splora](https://github.com/wellsjo/JSON-Splora) - GUI for editing, visualizing, and manipulating JSON data. ![javascript_icon] #### Markdown @@ -327,7 +330,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] +- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty. ![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] @@ -420,6 +423,7 @@ You can see in which language an app is written. Currently there are following l - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![swift_icon] - [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon] +- [Pi Stats](https://github.com/Bunn/PiStats) - macOS app to visualize Pi-hole information. ![swift_icon] ![objective_c_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] @@ -553,6 +557,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] - [Life Saver](https://github.com/amiantos/lifesaver) - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit ![swift_icon] +- [MinimalClock](https://github.com/mattiarossini/MinimalClock) - Simple and elegant screensaver that displays the time. ![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] @@ -619,7 +624,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] - [Hyper](https://github.com/vercel/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] +- [OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal) - Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty. ![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] - [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] @@ -639,6 +644,8 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar) - Bitwarden Passwort Manager in your menu bar ![type_script_icon] ![swift_icon] +- [Boop](https://github.com/IvanMathy/Boop) - A scriptable scratchpad for developers. ![swift_icon] ![javascript_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] @@ -675,7 +682,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] -- [Plain Pasta](https://github.com/hisaac/PlainPasta/) - Plaintextify your clipboard ![swift_icon] +- [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] From 37fe3d9ae9c3931c99ae632cf78d75441c269da9 Mon Sep 17 00:00:00 2001 From: kaconk17 <32590692+kaconk17@users.noreply.github.com> Date: Wed, 30 Dec 2020 16:05:06 +0700 Subject: [PATCH 445/641] Add XDM (#611) * Add XDM * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index f848001..16f9583 100644 --- a/applications.json +++ b/applications.json @@ -8267,6 +8267,20 @@ "languages": [ "swift" ] + }, + { + "short_description": "a powerful tool to increase download speeds up to 500%", + "categories": [ + "downloader" + ], + "repo_url": "https://github.com/subhra74/xdm", + "title": "Extream Download Manager", + "icon_url": "https://github.com/subhra74/xdm/blob/master/app/src/main/resources/icons/xhdpi/icon.png", + "screenshots": [], + "official_site": "https://subhra74.github.io/xdm", + "languages": [ + "java" + ] }, { "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", From a51ee89f0714998c21292b66db6479cc3eb246a6 Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Wed, 30 Dec 2020 10:08:16 +0100 Subject: [PATCH 446/641] Added osagitfilter (#612) --- applications.json | 16 ++++++++++++++++ icons/applescript-16.png | Bin 0 -> 34769 bytes icons/applescript.png | Bin 0 -> 34769 bytes icons/shell-16.png | Bin 0 -> 204204 bytes icons/shell.png | Bin 0 -> 204204 bytes 5 files changed, 16 insertions(+) create mode 100644 icons/applescript-16.png create mode 100644 icons/applescript.png create mode 100644 icons/shell-16.png create mode 100644 icons/shell.png diff --git a/applications.json b/applications.json index 16f9583..8e13161 100644 --- a/applications.json +++ b/applications.json @@ -8298,6 +8298,22 @@ "finder", "utilities" ] + }, + { + "repo_url" : "https://github.com/doekman/osagitfilter", + "official_site" : "", + "title" : "osagitfilter", + "icon_url": "", + "screenshots" : [ + ], + "short_description" : "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", + "languages" : [ + "shell", + "applescript", + ], + "categories" : [ + "git" + ] } ] } diff --git a/icons/applescript-16.png b/icons/applescript-16.png new file mode 100644 index 0000000000000000000000000000000000000000..5e257c7565f829095ba93fc832ab4a5eb64a6daa GIT binary patch literal 34769 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

1d}LR6vxl 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

1d}LR6vxl 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%0Ah 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ęp*kDPdjKz*&W6o29T5EX^z-MS&QC)zn~h(3N6nJcnylV0 zp4BySqlKDG6&}WhY3}c80KPBXp&Q>h>=5q#6?HDA!8D$~{i}VQgGEasw?p0HMH;NlnOdX6~cb&vfC=P6&?zk zjq`?Yukuz+pJ4;Q+I$?svX@b)Y%Z;LH|?d@H#E&4S$QM+rKhu7l2b1SAjC+fk z7mqLA*|_1;f&7wH68kv8x^DR9M){ZgZHs2?kOcc&0?#?>p zk*IoDe@=DCB6u5+Ejx3$xi#}mU{uJG@dy@<0*L$bA3gL7=@@cwHzUK8-^kec9`Gk~ zTqcqR`fo)s>0L=xbYFf_mF_lKMZo(ezUE~w0zD)j%~wF1K(;3XoFCLEbi2Ekf4@9wP=uyqc030^HlfoMT9i;HAqs{8;`KEfHnOp3Q{+p+`t#}L7 zITtq`S~Xx_CQcn2v2d7gpJu@Rye-D2)vto?pYy^+dzz7hi=3-~GR}Kf^NvsOx(QXw zplrp1bKPHg{1YCSU{;!-K#t)(J%1IHOU;U>{n6LsT=3BPYhPRd+lO7+;Jt$Uxy9e$ zKkC?9{g%rG2VBOBw)v)0HZgWMBOkss-L~cCpr9_azMR0FML@uhEBF-b3a3 z?s$UoktW=`&e!rp5vDR$*u}d6v&HG{3`TkoafursF;+GjEGG zemJc>k|)fG76P*AS8r~C>`IR+G_xs`McwLENuHsW*q*5 zt?}GCdBD4PuByptz^8N%=x-;+Ta_+{D*JEQ7`7@^m@4?AkBkrSM)GA+^>&Z*3aV@j z72COP-4XE$AAb*3l~1}{2a@B1`8q}j_ZI7jhcuhf?jE*JeQk-Uo+tYG*jfhDG&S}g z@(WSG0<)+wd|!gDkbkv4!!eMzpZY2ubbW@AeQ$Q-ax=o{k<8%sOp#g+u|cLt%ZR00 z=<+K(A|HOK%4+=!usj3QNX*Pk}eznutDdn9%5dKkwuco7>{My=rNVu_MgW_vIx z6nJyj4Mc}wHI-A=Sdol_5&LuKFwW~r->rRlDd_LDV75n6S)-{pJIbo5NHEo>GV+yk z3mJx-11~X@J8L|Iu-tW-r`?MD9+K{3S5qz+^k#I#;exg@N`9|}K@t(WFyP&d7<6By zaxMdrH(#9GXL)oS0e(Z|UydzI%B|dhm3{hwogM7++r~lE#h!&mqPQ??5t6-iQ15Gt!? z@gFuNrJb4VOXf9+U`?juo54jBwvy}tvCBc1ye{ijz@0th{aN}*+12_?@y69pC4bv` zKNqllS}{gS6|?g3_HW6T)@p~HiY>?w!#reJWJ?gQgP%rKay!`P!%Gu*qLNG9w$TT0 zZ?;Fn#ix5MdfIum*{1cvECl$ase8~R9x!^RKnJPZ?R5LnOw7L}mzU4axHK)nHVJR= z+ZP=wP)7Mm!VPn*(EaA2aA3*jxJx}3=o~qDs1i^vJY#AgCjW8Q8~vM?x>>($oadn+ zhfKC^0vfI=RdCOUe%!P@=>V|{cZH)*<)3W@q!i0Fb#t#Z>WqR zxfS~;?-aCg?;2Q$p5cr0`Hw3;R l@C||g*9c5z|Fj~N*JpGDfLvyJg<%}Cu| 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%0Ah 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ęp*kDPdjKz*&W6o29T5EX^z-MS&QC)zn~h(3N6nJcnylV0 zp4BySqlKDG6&}WhY3}c80KPBXp&Q>h>=5q#6?HDA!8D$~{i}VQgGEasw?p0HMH;NlnOdX6~cb&vfC=P6&?zk zjq`?Yukuz+pJ4;Q+I$?svX@b)Y%Z;LH|?d@H#E&4S$QM+rKhu7l2b1SAjC+fk z7mqLA*|_1;f&7wH68kv8x^DR9M){ZgZHs2?kOcc&0?#?>p zk*IoDe@=DCB6u5+Ejx3$xi#}mU{uJG@dy@<0*L$bA3gL7=@@cwHzUK8-^kec9`Gk~ zTqcqR`fo)s>0L=xbYFf_mF_lKMZo(ezUE~w0zD)j%~wF1K(;3XoFCLEbi2Ekf4@9wP=uyqc030^HlfoMT9i;HAqs{8;`KEfHnOp3Q{+p+`t#}L7 zITtq`S~Xx_CQcn2v2d7gpJu@Rye-D2)vto?pYy^+dzz7hi=3-~GR}Kf^NvsOx(QXw zplrp1bKPHg{1YCSU{;!-K#t)(J%1IHOU;U>{n6LsT=3BPYhPRd+lO7+;Jt$Uxy9e$ zKkC?9{g%rG2VBOBw)v)0HZgWMBOkss-L~cCpr9_azMR0FML@uhEBF-b3a3 z?s$UoktW=`&e!rp5vDR$*u}d6v&HG{3`TkoafursF;+GjEGG zemJc>k|)fG76P*AS8r~C>`IR+G_xs`McwLENuHsW*q*5 zt?}GCdBD4PuByptz^8N%=x-;+Ta_+{D*JEQ7`7@^m@4?AkBkrSM)GA+^>&Z*3aV@j z72COP-4XE$AAb*3l~1}{2a@B1`8q}j_ZI7jhcuhf?jE*JeQk-Uo+tYG*jfhDG&S}g z@(WSG0<)+wd|!gDkbkv4!!eMzpZY2ubbW@AeQ$Q-ax=o{k<8%sOp#g+u|cLt%ZR00 z=<+K(A|HOK%4+=!usj3QNX*Pk}eznutDdn9%5dKkwuco7>{My=rNVu_MgW_vIx z6nJyj4Mc}wHI-A=Sdol_5&LuKFwW~r->rRlDd_LDV75n6S)-{pJIbo5NHEo>GV+yk z3mJx-11~X@J8L|Iu-tW-r`?MD9+K{3S5qz+^k#I#;exg@N`9|}K@t(WFyP&d7<6By zaxMdrH(#9GXL)oS0e(Z|UydzI%B|dhm3{hwogM7++r~lE#h!&mqPQ??5t6-iQ15Gt!? z@gFuNrJb4VOXf9+U`?juo54jBwvy}tvCBc1ye{ijz@0th{aN}*+12_?@y69pC4bv` zKNqllS}{gS6|?g3_HW6T)@p~HiY>?w!#reJWJ?gQgP%rKay!`P!%Gu*qLNG9w$TT0 zZ?;Fn#ix5MdfIum*{1cvECl$ase8~R9x!^RKnJPZ?R5LnOw7L}mzU4axHK)nHVJR= z+ZP=wP)7Mm!VPn*(EaA2aA3*jxJx}3=o~qDs1i^vJY#AgCjW8Q8~vM?x>>($oadn+ zhfKC^0vfI=RdCOUe%!P@=>V|{cZH)*<)3W@q!i0Fb#t#Z>WqR zxfS~;?-aCg?;2Q$p5cr0`Hw3;R l@C||g*9c5z|Fj~N*JpGDfLvyJ Date: Wed, 30 Dec 2020 10:10:06 +0100 Subject: [PATCH 447/641] add Chromium browser (#613) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 8e13161..44dd0a0 100644 --- a/applications.json +++ b/applications.json @@ -8299,6 +8299,22 @@ "utilities" ] }, + { + "short_description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", + "categories": [ + "browser" + ], + "repo_url": "https://chromium.googlesource.com/chromium/src/", + "title": "Chromium", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.chromium.org/", + "languages": [ + "javascript", + "cpp", + "c" + ] + }, { "repo_url" : "https://github.com/doekman/osagitfilter", "official_site" : "", From c9181979460b3e122acc1ee2a91b4fbc6a9c4516 Mon Sep 17 00:00:00 2001 From: Florian Fittschen Date: Wed, 30 Dec 2020 10:17:09 +0100 Subject: [PATCH 448/641] Add Is It Private (#614) * Add Is It Private * 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 44dd0a0..83e0c8c 100644 --- a/applications.json +++ b/applications.json @@ -8184,6 +8184,22 @@ "objective_c" ] }, + { + "short_description": "A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled.", + "categories": [ + "extensions" + ], + "repo_url": "https://github.com/ffittschen/IsItPrivate", + "title": "Is It Private?", + "icon_url": "https://github.com/ffittschen/IsItPrivate/raw/master/Assets/AppIcon.png", + "screenshots": [ + "https://github.com/ffittschen/IsItPrivate/raw/master/Assets/Screenshot.png" + ], + "official_site": "https://florian.codes/projects/is-it-private/", + "languages": [ + "swift" + ] + }, { "short_description": "An ultra-light MacOS utility that helps hide menu bar icons", "categories": [ From 79add2bcfeaf078e2f66dd16f8c76dd2bdf38e06 Mon Sep 17 00:00:00 2001 From: Joel Taylor Date: Wed, 30 Dec 2020 01:20:56 -0800 Subject: [PATCH 449/641] Correct link issues (#615) Co-authored-by: Serhii Londar --- README.md | 1 + applications.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c4ec3..ad6fa4e 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Fathomecat](https://github.com/fathomecat/fathomecat) - 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] diff --git a/applications.json b/applications.json index 83e0c8c..aea3150 100644 --- a/applications.json +++ b/applications.json @@ -722,7 +722,7 @@ "browser" ], "repo_url": "https://github.com/fathomecat/fathomecat", - "title": "fathomecat", + "title": "Fathomecat", "icon_url": "", "screenshots": [ "https://cldup.com/qsYAu0F-ja.png", From e8d495fc1553fe65842dc1cc57364c2639c437df Mon Sep 17 00:00:00 2001 From: Pedro Parrilla Date: Wed, 30 Dec 2020 10:22:33 +0100 Subject: [PATCH 450/641] Added MonitorControl closes #616 (#617) Added MonitorControl to applications.json. This app can ontrol your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. Co-authored-by: Serhii Londar --- applications.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index aea3150..814d5b8 100644 --- a/applications.json +++ b/applications.json @@ -8315,6 +8315,24 @@ "utilities" ] }, + { + "repo_url" : "https://github.com/MonitorControl/MonitorControl", + "official_site" : "https://github.com/MonitorControl/MonitorControl", + "title" : "MonitorControl", + "icon_url": "", + "screenshots" : [ + "https://github.com/MonitorControl/MonitorControl/tree/master/.github" + ], + "short_description" : "Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.", + "languages" : [ + "swift", + "objective_c" + ], + "categories" : [ + "audio", + "utilities" + ] + }, { "short_description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "categories": [ @@ -8336,8 +8354,7 @@ "official_site" : "", "title" : "osagitfilter", "icon_url": "", - "screenshots" : [ - ], + "screenshots" : [], "short_description" : "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", "languages" : [ "shell", From bae065c9018ba789d2a3efc979c9c6f0c4e16eb3 Mon Sep 17 00:00:00 2001 From: Yana Agun Siswanto Date: Wed, 30 Dec 2020 16:49:15 +0700 Subject: [PATCH 451/641] application.json: Add Redis Desktop Manager (#619) Co-authored-by: Serhii Londar --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 814d5b8..73668f8 100644 --- a/applications.json +++ b/applications.json @@ -8315,6 +8315,22 @@ "utilities" ] }, + { + "short_description": "Cross-platform open source database management tool for Redis ®", + "categories": [ + "database" + ], + "repo_url": "https://github.com/uglide/RedisDesktopManager", + "title": "Redis Desktop Manager", + "icon_url": "https://rdm.dev//static/css/favicon.png?v=2020", + "screenshots": [ + "https://rdm.dev/static/img/features/all.png?v=20202" + ], + "official_site": "", + "languages": [ + "cpp" + ], + }, { "repo_url" : "https://github.com/MonitorControl/MonitorControl", "official_site" : "https://github.com/MonitorControl/MonitorControl", @@ -8333,7 +8349,7 @@ "utilities" ] }, - { + { "short_description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "categories": [ "browser" From 7b03d0d785b14bc04a707934884450744a8c33d7 Mon Sep 17 00:00:00 2001 From: Tony Dinh Date: Wed, 30 Dec 2020 16:50:25 +0700 Subject: [PATCH 452/641] Add DevUtils.app (#620) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 73668f8..232dbc4 100644 --- a/applications.json +++ b/applications.json @@ -8315,6 +8315,23 @@ "utilities" ] }, + { + "repo_url" : "https://github.com/DevUtilsApp/DevUtils-app", + "official_site" : "https://devutils.app", + "title" : "DevUtils.app", + "icon_url": "https://devutils.app/favicon.png", + "screenshots" : [ + "https://devutils.app/screenshot-dark.png" + ], + "short_description" : "Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...", + "languages" : [ + "swift" + ], + "categories" : [ + "utilities", + "productivity" + ] + }, { "short_description": "Cross-platform open source database management tool for Redis ®", "categories": [ From d8d3dfdd911069466a5c6ebafef7650676c1799f Mon Sep 17 00:00:00 2001 From: Hayri Bakici Date: Wed, 30 Dec 2020 10:51:32 +0100 Subject: [PATCH 453/641] Zettlr Markdown Editor (#628) * adds yabai to the application-list * Adds Zettlr Markdown Editor Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 232dbc4..a88f5b1 100644 --- a/applications.json +++ b/applications.json @@ -2688,6 +2688,23 @@ "swift" ] }, + { + "short_description": "A Markdown Editor for the 21st century.", + "categories": [ + "markdown" + ], + "repo_url": "https://github.com/Zettlr/Zettlr", + "title": "Zettlr", + "icon_url": "https://raw.githubusercontent.com/Zettlr/Zettlr/master/resources/icons/png/512x512.png", + "screenshots": [ + "https://raw.githubusercontent.com/Zettlr/Zettlr/develop/resources/screenshots/zettlr_view.png" + ], + "official_site": "https://www.zettlr.com/", + "languages": [ + "javascript", + "type_script" + ] + }, { "short_description": "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ", "categories": [ @@ -8284,7 +8301,7 @@ "swift" ] }, - { + { "short_description": "a powerful tool to increase download speeds up to 500%", "categories": [ "downloader" From 33183acf23d4c47e6e45d848a58316103f97c196 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 30 Dec 2020 12:08:23 +0200 Subject: [PATCH 454/641] Fix link issues --- applications.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/applications.json b/applications.json index a88f5b1..ae09faa 100644 --- a/applications.json +++ b/applications.json @@ -1059,9 +1059,7 @@ "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" - ], + "screenshots": [], "official_site": "", "languages": [ "type_script" @@ -8208,9 +8206,9 @@ ], "repo_url": "https://github.com/ffittschen/IsItPrivate", "title": "Is It Private?", - "icon_url": "https://github.com/ffittschen/IsItPrivate/raw/master/Assets/AppIcon.png", + "icon_url": "https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/AppIcon.png", "screenshots": [ - "https://github.com/ffittschen/IsItPrivate/raw/master/Assets/Screenshot.png" + "https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/Screenshot.png" ], "official_site": "https://florian.codes/projects/is-it-private/", "languages": [ @@ -8310,7 +8308,7 @@ "title": "Extream Download Manager", "icon_url": "https://github.com/subhra74/xdm/blob/master/app/src/main/resources/icons/xhdpi/icon.png", "screenshots": [], - "official_site": "https://subhra74.github.io/xdm", + "official_site": "https://subhra74.github.io/xdm/", "languages": [ "java" ] @@ -8367,7 +8365,7 @@ }, { "repo_url" : "https://github.com/MonitorControl/MonitorControl", - "official_site" : "https://github.com/MonitorControl/MonitorControl", + "official_site" : "", "title" : "MonitorControl", "icon_url": "", "screenshots" : [ From 6e58f0a90ff4221895f4993ecd45981aecd8f4fb Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Wed, 30 Dec 2020 10:11:32 +0000 Subject: [PATCH 455/641] Generate README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad6fa4e..ce218c2 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. ![swift_icon] ![objective_c_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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![swift_icon] @@ -134,13 +135,13 @@ 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/brave-browser) - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ![javascript_icon] +- [Chromium](https://chromium.googlesource.com/chromium/src/) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. ![javascript_icon] ![cpp_icon] ![c_icon] +- [Fathomecat](https://github.com/fathomecat/fathomecat) - Experimental web browser with minimalistic design. 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] -- [Fathomecat](https://github.com/fathomecat/fathomecat) - 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] -- [fathomecat](https://github.com/fathomecat/fathomecat) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![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] @@ -177,6 +178,7 @@ You can see in which language an app is written. Currently there are following l - [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 Desktop Manager](https://github.com/uglide/RedisDesktopManager) - Cross-platform open source database management tool for Redis ® ![cpp_icon] - [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 Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_icon] @@ -206,6 +208,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [osagitfilter](https://github.com/doekman/osagitfilter) - Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files. ![shell_icon] ![applescript_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] @@ -280,6 +283,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] +- [Extream Download Manager](https://github.com/subhra74/xdm) - a powerful tool to increase download speeds up to 500% ![java_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] @@ -301,6 +305,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![type_script_icon] #### TeX - [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon] @@ -315,6 +320,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] +- [Is It Private?](https://github.com/ffittschen/IsItPrivate) - A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled. ![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] @@ -513,6 +519,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] - [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] - [KeyHolder](https://github.com/Clipy/KeyHolder) - Record shortcuts in macOS, like Alfred.app. ![swift_icon] @@ -654,6 +661,7 @@ You can see in which language an app is written. Currently there are following l - [CoreLocationCLI](https://github.com/fulldecent/corelocationcli) - Get the physical location of your device and prints it to standard output ![swift_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] +- [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] - [Duplicate Finder](https://github.com/powerwolf543/DuplicateFinder) - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. ![swift_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] @@ -673,6 +681,7 @@ You can see in which language an app is written. Currently there are following l - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [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] +- [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. ![swift_icon] ![objective_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] From 3b8aa827cf0458acd26464eae1393416128bc0ba Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Wed, 30 Dec 2020 12:22:02 +0200 Subject: [PATCH 456/641] Add MVP (#630) * Add MVP * Update applications.json --- applications.json | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/applications.json b/applications.json index ae09faa..44ee175 100644 --- a/applications.json +++ b/applications.json @@ -6812,20 +6812,6 @@ "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": [ @@ -8411,6 +8397,25 @@ "categories" : [ "git" ] - } + }, + { + "repo_url" : "https://github.com/mpv-player/mpv", + "official_site" : "https://mpv.io", + "title" : "MPV", + "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", + "screenshots" : [ + "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" + ], + "short_description" : "Lightweight, highly configurable media player.", + "languages" : [ + "c"" + ], + "categories" : [ + "audio", + "player", + "music", + "video" + ] + } ] } From 8ad804697c75f0b78b586effa8cf403fbd680b2c Mon Sep 17 00:00:00 2001 From: Herb Bowie Date: Thu, 11 Mar 2021 04:28:16 -0800 Subject: [PATCH 457/641] Added Notenik (#632) * Added Notenik * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 44ee175..a30f665 100644 --- a/applications.json +++ b/applications.json @@ -8408,7 +8408,7 @@ ], "short_description" : "Lightweight, highly configurable media player.", "languages" : [ - "c"" + "c" ], "categories" : [ "audio", @@ -8417,5 +8417,22 @@ "video" ] } + { + "short_description": "Note-taking app with many organizational options.", + "categories": [ + "markdown", + "notes" + ], + "repo_url": "https://github.com/hbowie/notenik-swift", + "title": "Notenik", + "icon_url": "https://notenik.net/images/notenik.png", + "screenshots": [ + "https://notenik.net/images/notenik-list-and-display.jpg" + ], + "official_site": "https://notenik.net", + "languages": [ + "swift" + ] + } ] } From d2ee43c339bcaa950e88bf32ff4dfe414a840d02 Mon Sep 17 00:00:00 2001 From: Alex Mazanov Date: Thu, 11 Mar 2021 07:28:47 -0500 Subject: [PATCH 458/641] Adding SwiftBar (#634) --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index a30f665..031067c 100644 --- a/applications.json +++ b/applications.json @@ -3971,6 +3971,20 @@ "objective_c" ] }, + { + "short_description": "Powerful macOS menu bar customization tool.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/swiftbar/SwiftBar", + "title": "SwiftBar", + "icon_url": "https://swiftbar.app/images/icon.png", + "screenshots": [], + "official_site": "https://swiftbar.app", + "languages": [ + "swift" + ] + }, { "short_description": "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ", "categories": [ From 5d241e7c88d8946f0e357dab8f6947dd63416e57 Mon Sep 17 00:00:00 2001 From: Daniil M Date: Thu, 11 Mar 2021 19:29:31 +0700 Subject: [PATCH 459/641] Add Market Bar (#636) Co-authored-by: Daniil Manin --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index 031067c..d0e9d05 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,19 @@ { "applications": [ + { + "short_description": "Tiny stocks watcher for the menu bar.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/manindaniil/market-bar", + "title": "Market Bar", + "icon_url": "", + "screenshots": [], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.", "categories": [ From 23aa877eddec02e1dfe7c2ba6c4c7669120a0114 Mon Sep 17 00:00:00 2001 From: Kanz <87kangsw@gmail.com> Date: Thu, 11 Mar 2021 21:33:19 +0900 Subject: [PATCH 460/641] Add ThenGenerator (#639) * Add ThenGenerator * add screenshot Co-authored-by: Serhii Londar --- applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index d0e9d05..ee42cba 100644 --- a/applications.json +++ b/applications.json @@ -8444,7 +8444,25 @@ "music", "video" ] - } + }, + { + "repo_url" : "https://github.com/87kangsw/ThenGenerator", + "official_site" : "", + "title" : "ThenGenerator", + "icon_url": "https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/icon_512x512.png", + "screenshots" : [ + "https://github.com/87kangsw/ThenGenerator/raw/main/.github/images/property.png" + ], + "short_description" : "Xcode Source Editor Extension for 'Then'", + "languages" : [ + "swift" + ], + "categories" : [ + "extensions", + "productivity", + "utilities" + ] + }, { "short_description": "Note-taking app with many organizational options.", "categories": [ From 8e31e202e512ac521542430a62f8af1e5772d1a5 Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Thu, 11 Mar 2021 05:34:58 -0700 Subject: [PATCH 461/641] Add Xcodes.app (#640) * Fix MPV formatting * Add Xcodes.app Co-authored-by: Serhii Londar --- applications.json | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index ee42cba..2802c5f 100644 --- a/applications.json +++ b/applications.json @@ -8426,7 +8426,42 @@ "git" ] }, - { + { + "repo_url" : "https://github.com/mpv-player/mpv", + "official_site" : "https://mpv.io", + "title" : "MPV", + "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", + "screenshots" : [ + "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" + ], + "short_description" : "Lightweight, highly configurable media player.", + "languages" : [ + "c" + ], + "categories" : [ + "audio", + "player", + "music", + "video" + ] + }, + { + "repo_url": "https://github.com/RobotsAndPencils/XcodesApp", + "official_site": "https://github.com/RobotsAndPencils/XcodesApp", + "title": "Xcodes.app", + "short_description": "The easiest way to install and switch between multiple versions of Xcode.", + "icon_url": "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/screenshot.png" + ], + "categories": [ + "ios--macos" + ], + "languages": [ + "swift" + ] + }, + { "repo_url" : "https://github.com/mpv-player/mpv", "official_site" : "https://mpv.io", "title" : "MPV", @@ -8440,8 +8475,8 @@ ], "categories" : [ "audio", - "player", - "music", + "player", + "music", "video" ] }, From 14f654359a4360dc83d48b4814193cdddfb7e842 Mon Sep 17 00:00:00 2001 From: paragonnov Date: Thu, 11 Mar 2021 21:36:20 +0900 Subject: [PATCH 462/641] Add Stats (#642) Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 2802c5f..2a0d00e 100644 --- a/applications.json +++ b/applications.json @@ -8480,6 +8480,24 @@ "video" ] }, + { + "short_description": "macOS system monitor in your menu bar", + "categories": [ + "system", + "utilities", + "menubar" + ], + "repo_url": "https://github.com/exelban/stats", + "title": "Stats", + "icon_url": "https://raw.githubusercontent.com/exelban/stats/master/Stats/Supporting%20Files/Assets.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://camo.githubusercontent.com/0e25eeb8b466356b0bcd847d064da3084baa5aed9bf53fab3bad2f0f0fbd1ee9/68747470733a2f2f7365726869792e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f4769746875625f7265706f2f73746174732f706f7075707325334676322e332e322e706e673f7633" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "repo_url" : "https://github.com/87kangsw/ThenGenerator", "official_site" : "", From ef0eaeee999ec8c20c1ca62128922d86e817f01a Mon Sep 17 00:00:00 2001 From: Shaswat Saxena Date: Thu, 11 Mar 2021 21:38:08 +0530 Subject: [PATCH 463/641] Fix spelling mistake (#646) Corrected parcent to percent in PercentCalculator --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce218c2..e5168b1 100644 --- a/README.md +++ b/README.md @@ -691,7 +691,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates percents. ![swift_icon] - [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] @@ -789,4 +789,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 8b813f10f3cfb0e9d62f69e8270541e2135b7b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pomyka=C5=82a?= Date: Thu, 11 Mar 2021 17:09:03 +0100 Subject: [PATCH 464/641] Add SimpleLocalize (#648) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 2a0d00e..2163038 100644 --- a/applications.json +++ b/applications.json @@ -197,6 +197,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "Open source tool for managing i18n keys in software projects.", + "categories": [ + "web-development" + ], + "repo_url": "https://github.com/simplelocalize/simplelocalize-cli", + "title": "SimpleLocalize CLI", + "icon_url": "", + "screenshots": [ + + ], + "official_site": "https://simplelocalize.io", + "languages": [ + "swift" + ] }, { "short_description": "Clementine is a modern music player and library organizer for Windows, Linux and macOS. ", From bfe14379e68805c5d9afe92d7b627b6ef2e54ebf Mon Sep 17 00:00:00 2001 From: Helena Schobs Date: Thu, 11 Mar 2021 17:10:16 +0100 Subject: [PATCH 465/641] baRSS menu bar news reader (#650) * fix invalid json format * add app baRSS Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 2163038..7ab6988 100644 --- a/applications.json +++ b/applications.json @@ -8496,6 +8496,24 @@ "video" ] }, + { + "short_description" : "RSS & Atom feed reader that lives in the system status bar.", + "categories" : [ + "menubar", + "news", + "utilities" + ], + "repo_url" : "https://github.com/relikd/barss", + "title" : "baRSS – Menu Bar RSS Reader", + "icon_url": "https://raw.githubusercontent.com/relikd/baRSS/main/baRSS/Artwork/application-icon.svg", + "screenshots" : [ + "https://raw.githubusercontent.com/relikd/baRSS/main/screenshot.png" + ], + "official_site" : "", + "languages" : [ + "objective_c" + ], + }, { "short_description": "macOS system monitor in your menu bar", "categories": [ From ae7027174616f57a9f05e717cddbe1317975e548 Mon Sep 17 00:00:00 2001 From: b3z Date: Thu, 11 Mar 2021 17:13:25 +0100 Subject: [PATCH 466/641] Add reventlou (#645) Co-authored-by: Serhii Londar --- applications.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 7ab6988..344866f 100644 --- a/applications.json +++ b/applications.json @@ -8496,7 +8496,28 @@ "video" ] }, - { + { + "repo_url" : "https://github.com/b3z/reventlou", + "official_site" : "", + "title" : "reventlou", + "icon_url": "", + "screenshots" : [ + "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" + ], + "short_description" : "Personal database as an information management system.", + "languages" : [ + "type_script" + ], + "categories" : [ + "database", + "productivity", + "text" + ], + "languages": [ + "swift" + ] + }, + { "short_description" : "RSS & Atom feed reader that lives in the system status bar.", "categories" : [ "menubar", @@ -8512,7 +8533,7 @@ "official_site" : "", "languages" : [ "objective_c" - ], + ] }, { "short_description": "macOS system monitor in your menu bar", From dbd1bd608fb14541a24b21719a1cda7605b2c139 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 11 Mar 2021 18:23:02 +0200 Subject: [PATCH 467/641] Update applications.json --- applications.json | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/applications.json b/applications.json index 344866f..90d97c8 100644 --- a/applications.json +++ b/applications.json @@ -1467,8 +1467,7 @@ "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.png" + "https://raw.githubusercontent.com/jamieweavis/streaker/main/.github/screenshot.png" ], "official_site": "", "languages": [ @@ -1532,7 +1531,7 @@ "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" + "https://raw.githubusercontent.com/MitMaro/git-interactive-rebase-tool/master/docs/assets/images/girt-demo.gif" ], "official_site": "https://gitrebasetool.mitmaro.ca/", "languages": [ @@ -1904,7 +1903,7 @@ "categories": [ "ios--macos" ], - "repo_url": "https://github.com/ralcr/Localizable.strings", + "repo_url": "https://github.com/cristibaluta/Localizable.strings", "title": "Localizable.strings", "icon_url": "", "screenshots": [], @@ -5006,7 +5005,6 @@ "title": "PDF Archiver", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/PDF-Archiver/PDF-Archiver/master/assets/example.gif" ], "official_site": "", "languages": [ @@ -7607,7 +7605,7 @@ "title": "Cog", "icon_url": "", "screenshots": [], - "official_site": "http://cogx.org/", + "official_site": "https://cogx.org/", "languages": [ "objective_c" ] @@ -7912,7 +7910,7 @@ "https://user-images.githubusercontent.com/12229032/78544215-6b6b5a80-7817-11ea-8b80-12bbbfc16053.jpg", "https://user-images.githubusercontent.com/12229032/78544289-84740b80-7817-11ea-9092-e76fcb027702.jpg" ], - "official_site": "https://grayscalemode.com", + "official_site": "", "languages": [ "swift" ] @@ -8463,7 +8461,7 @@ }, { "repo_url": "https://github.com/RobotsAndPencils/XcodesApp", - "official_site": "https://github.com/RobotsAndPencils/XcodesApp", + "official_site": "", "title": "Xcodes.app", "short_description": "The easiest way to install and switch between multiple versions of Xcode.", "icon_url": "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/icon.png", @@ -8477,25 +8475,6 @@ "swift" ] }, - { - "repo_url" : "https://github.com/mpv-player/mpv", - "official_site" : "https://mpv.io", - "title" : "MPV", - "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", - "screenshots" : [ - "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" - ], - "short_description" : "Lightweight, highly configurable media player.", - "languages" : [ - "c" - ], - "categories" : [ - "audio", - "player", - "music", - "video" - ] - }, { "repo_url" : "https://github.com/b3z/reventlou", "official_site" : "", @@ -8559,7 +8538,7 @@ "title" : "ThenGenerator", "icon_url": "https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/icon_512x512.png", "screenshots" : [ - "https://github.com/87kangsw/ThenGenerator/raw/main/.github/images/property.png" + "https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/property.png" ], "short_description" : "Xcode Source Editor Extension for 'Then'", "languages" : [ From 0451ac0306e2159a6be8e46882989ade25c50f56 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 11 Mar 2021 16:26:32 +0000 Subject: [PATCH 468/641] Generate README --- README.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5168b1..9e3aa1a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_icon] - [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. ![swift_icon] ![objective_c_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] @@ -184,6 +185,7 @@ You can see in which language an app is written. Currently there are following l - [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] @@ -234,6 +236,7 @@ You can see in which language an app is written. Currently there are following l - [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/vercel/now-desktop) - Create deployments right from the tray menu. ![javascript_icon] +- [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli) - Open source tool for managing i18n keys in software projects. ![swift_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/trulyronak/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon] - [ndm](https://github.com/720kb/ndm) - Npm desktop GUI. ![javascript_icon] @@ -262,7 +265,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] +- [Localizable.strings](https://github.com/cristibaluta/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/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] @@ -276,6 +279,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Xcodes.app](https://github.com/RobotsAndPencils/XcodesApp) - The easiest way to install and switch between multiple versions of Xcode. ![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] @@ -303,6 +307,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] - [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] +- [Notenik](https://github.com/hbowie/notenik-swift) - Note-taking app with many organizational options. ![swift_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] - [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![type_script_icon] @@ -317,6 +322,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ### Extensions - [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon] @@ -327,6 +333,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Swimat](https://github.com/Jintin/Swimat) - Swimat is an Xcode plug-in to format your Swift code. ![swift_icon] +- [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![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] @@ -422,6 +429,7 @@ You can see in which language an app is written. Currently there are following l - [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] - [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] +- [Market Bar](https://github.com/manindaniil/market-bar) - Tiny stocks watcher for the menu bar. ![swift_icon] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] @@ -436,6 +444,9 @@ 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] - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] +- [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_icon] +- [SwiftBar](https://github.com/swiftbar/SwiftBar) - Powerful macOS menu bar customization tool. ![swift_icon] +- [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_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] @@ -445,6 +456,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] - [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] - [Lilypond UI](https://github.com/doches/lilypond-ui) - Create beautiful musical scores with LilyPond. ![javascript_icon] +- [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] @@ -458,6 +470,7 @@ You can see in which language an app is written. Currently there are following l - [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![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] +- [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_icon] - [hacker-menu](https://github.com/owenthereal/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon] ### Notes @@ -467,6 +480,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Notenik](https://github.com/hbowie/notenik-swift) - Note-taking app with many organizational options. ![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] @@ -500,10 +514,10 @@ You can see in which language an app is written. Currently there are following l ### Player - [IINA](https://github.com/iina/iina) - The modern video player for macOS. ![swift_icon] +- [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_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] @@ -545,6 +559,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![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-open-source/toggldesktop) - Toggl Desktop app for Windows, Mac and Linux. ![cpp_icon] @@ -556,6 +571,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_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] @@ -620,6 +636,7 @@ You can see in which language an app is written. Currently there are following l - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] - [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] +- [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] @@ -691,7 +708,7 @@ You can see in which language an app is written. Currently there are following l - [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 percents. ![swift_icon] +- [PercentCalculator](https://github.com/cemolcay/PercentCalculator) - A menu bar application that calculates parcents. ![swift_icon] - [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] @@ -699,11 +716,14 @@ You can see in which language an app is written. Currently there are following l - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] - [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] - [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] +- [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![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] - [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] +- [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_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] +- [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_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] @@ -730,6 +750,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![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] @@ -789,4 +810,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 550445800f353a858fa6d924c43bed921e30beb5 Mon Sep 17 00:00:00 2001 From: Helena Schobs Date: Fri, 12 Mar 2021 09:44:19 +0100 Subject: [PATCH 469/641] Maintenance PR. Fixes broken json syntax and uniforms whitespace (#652) * uniform whitespace * link redirects --- applications.json | 482 +++++++++++++++++++++++----------------------- 1 file changed, 236 insertions(+), 246 deletions(-) diff --git a/applications.json b/applications.json index 90d97c8..579862c 100644 --- a/applications.json +++ b/applications.json @@ -1,38 +1,38 @@ - { +{ "applications": [ - { - "short_description": "Tiny stocks watcher for the menu bar.", - "categories": [ - "menubar" - ], - "repo_url": "https://github.com/manindaniil/market-bar", - "title": "Market Bar", - "icon_url": "", - "screenshots": [], - "official_site": "", - "languages": [ - "swift" - ] - }, - { - "short_description": "Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.", - "categories": [ - "ide", - "development" - ], - "repo_url": "https://github.com/apache/netbeans", - "title": "Apache Netbeans", - "icon_url": "http://netbeans.apache.org/images/apache-netbeans.svg", - "screenshots": [ - "https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0", - "https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0" - ], - "official_site": "http://netbeans.apache.org", - "languages": [ - "java" - ] - }, - { + { + "short_description": "Tiny stocks watcher for the menu bar.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/manindaniil/market-bar", + "title": "Market Bar", + "icon_url": "", + "screenshots": [], + "official_site": "", + "languages": [ + "swift" + ] + }, + { + "short_description": "Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more.", + "categories": [ + "ide", + "development" + ], + "repo_url": "https://github.com/apache/netbeans", + "title": "Apache Netbeans", + "icon_url": "http://netbeans.apache.org/images/apache-netbeans.svg", + "screenshots": [ + "https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0", + "https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0" + ], + "official_site": "http://netbeans.apache.org", + "languages": [ + "java" + ] + }, + { "short_description": "PlayStatus is a macOS app that allows the control of Spotify and iTunes music playback from the menu bar.", "categories": [ "audio", @@ -44,7 +44,7 @@ "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" + "https://user-images.githubusercontent.com/45484873/60389024-ece0d000-9ac2-11e9-8dbc-2376e905887f.gif" ], "official_site": "", "languages": [ @@ -52,23 +52,23 @@ ] }, { - "short_description": "Ultra TabSaver is an open-source Tab Manager for Safari", - "categories": [ - "extensions", - "productivity", - "utilities" - ], - "repo_url": "https://github.com/Swift-open-source/UltraTabSaver", - "title": "Ultra TabSaver", - "icon_url": "", - "screenshots": [ - "https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif" - ], - "official_site": "", - "languages": [ - "swift" - ] - }, + "short_description": "Ultra TabSaver is an open-source Tab Manager for Safari", + "categories": [ + "extensions", + "productivity", + "utilities" + ], + "repo_url": "https://github.com/Swift-open-source/UltraTabSaver", + "title": "Ultra TabSaver", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/Swift-open-source/UltraTabSaver/main/Ultra-TabSaver.gif" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Music Bar is macOS application that places music controls right in your menu bar.", "categories": [ @@ -81,7 +81,7 @@ "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" + "https://musa11971.github.io/Music-Bar/images/app-ogp-img.png" ], "official_site": "https://musa11971.github.io/Music-Bar/", "languages": [ @@ -104,7 +104,7 @@ "rust" ] }, - { + { "short_description": "Simple and elegant screensaver that displays the time.", "categories": [ "screensaver" @@ -198,7 +198,7 @@ "swift" ] }, - { + { "short_description": "Open source tool for managing i18n keys in software projects.", "categories": [ "web-development" @@ -206,15 +206,13 @@ "repo_url": "https://github.com/simplelocalize/simplelocalize-cli", "title": "SimpleLocalize CLI", "icon_url": "", - "screenshots": [ - - ], + "screenshots": [], "official_site": "https://simplelocalize.io", "languages": [ "swift" ] }, - { + { "short_description": "Clementine is a modern music player and library organizer for Windows, Linux and macOS. ", "categories": [ "audio" @@ -352,7 +350,8 @@ "repo_url": "https://github.com/alberti42/iTunes-Volume-Control", "title": "iTunes-Volume-Control", "icon_url": "", - "screenshots": [ "https://camo.githubusercontent.com/0e72c553e7a1078295948921350e923e03f9a8f4/68747470733a2f2f7261772e6769746875622e636f6d2f616c626572746934322f6954756e65732d566f6c756d652d436f6e74726f6c2f6d61737465722f6954756e6573253230566f6c756d65253230436f6e74726f6c2f496d616765732f73637265656e73686f742e706e67" + "screenshots": [ + "https://camo.githubusercontent.com/0e72c553e7a1078295948921350e923e03f9a8f4/68747470733a2f2f7261772e6769746875622e636f6d2f616c626572746934322f6954756e65732d566f6c756d652d436f6e74726f6c2f6d61737465722f6954756e6573253230566f6c756d65253230436f6e74726f6c2f496d616765732f73637265656e73686f742e706e67" ], "official_site": "", "languages": [ @@ -400,14 +399,14 @@ "title" : "macOSLucidaGrande", "icon_url": "", "screenshots" : [ - "https://raw.githubusercontent.com/LumingYin/macOSLucidaGrande/master/Screenshot/Screenshot.png" + "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" + "objective_c" ], "categories" : [ - "system" + "system" ] }, { @@ -632,8 +631,7 @@ "repo_url": "https://github.com/zenangst/Syncalicious", "title": "Syncalicious", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -848,14 +846,14 @@ "title" : "StickyNotes", "icon_url": "", "screenshots" : [ - "https://raw.githubusercontent.com/LumingYin/StickyNotes/master/images/screenshot.jpg" + "https://raw.githubusercontent.com/LumingYin/StickyNotes/master/images/screenshot.jpg" ], "short_description" : "A Windows 10-esque Sticky Notes app implemented in AppKit.", "languages" : [ - "swift" + "swift" ], "categories" : [ - "productivity" + "productivity" ] }, { @@ -1103,8 +1101,7 @@ "repo_url": "https://github.com/geraldoramos/crypto-bar", "title": "Crypto Bar", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "javascript" @@ -1250,8 +1247,7 @@ "repo_url": "https://github.com/Sequel-Ace/Sequel-Ace", "title": "Sequel Ace", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "https://sequel-ace.com/", "languages": [ "objective_c" @@ -2208,20 +2204,20 @@ ] }, { - "short_description": "Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ", - "categories": [ - "json-parsing" - ], - "repo_url": "https://github.com/chanonly123/Json-Model-Generator", - "title": "JSON to Model class", - "icon_url": "", - "screenshots": [ - "https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.jpg" - ], - "official_site": "", - "languages": [ - "swift" - ] + "short_description": "Template based highly customizable macOS app to generate classes from JSON string, supports many languages. ", + "categories": [ + "json-parsing" + ], + "repo_url": "https://github.com/chanonly123/Json-Model-Generator", + "title": "JSON to Model class", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/chanonly123/Json-Model-Generator/master/demo1.jpg" + ], + "official_site": "", + "languages": [ + "swift" + ] }, { "short_description": "Simple macOS app for uploading files to Amazon Web Services. ", @@ -2724,7 +2720,7 @@ "title": "Zettlr", "icon_url": "https://raw.githubusercontent.com/Zettlr/Zettlr/master/resources/icons/png/512x512.png", "screenshots": [ - "https://raw.githubusercontent.com/Zettlr/Zettlr/develop/resources/screenshots/zettlr_view.png" + "https://raw.githubusercontent.com/Zettlr/Zettlr/develop/resources/screenshots/zettlr_view.png" ], "official_site": "https://www.zettlr.com/", "languages": [ @@ -2933,8 +2929,7 @@ "repo_url": "https://github.com/hluk/CopyQ", "title": "CopyQ", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "cpp" @@ -3321,7 +3316,7 @@ "type_script" ] }, - { + { "short_description": "ubiquitous text editor", "categories": [ "ide" @@ -3330,12 +3325,12 @@ "title": "Vim", "icon_url": "", "screenshots": [ - "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Vim-search-copen-quickfix.png/640px-Vim-search-copen-quickfix.png" + "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Vim-search-copen-quickfix.png/640px-Vim-search-copen-quickfix.png" ], "official_site": "https://www.vim.org/", "languages": [ "C", - "Vim script" + "Vim script" ] }, { @@ -3622,12 +3617,12 @@ "categories": [ "keyboard" ], - "repo_url": "https://github.com/utatti/kawa", + "repo_url": "https://github.com/hatashiro/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" + "https://raw.githubusercontent.com/hatashiro/kawa/master/resource/png/logo.png" ], "official_site": "", "languages": [ @@ -3776,12 +3771,12 @@ ] }, { - "short_description": "Put the output from any script or program in your macOS Menu Bar. ", + "short_description": "Put the output from any script or program into your macOS Menu Bar. ", "categories": [ "menubar" ], - "repo_url": "https://github.com/matryer/bitbar", - "title": "BitBar", + "repo_url": "https://github.com/matryer/xbar", + "title": "xbar", "icon_url": "", "screenshots": [], "official_site": "", @@ -3997,10 +3992,10 @@ "official_site": "", "languages": [ "swift", - "objective_c" + "objective_c" ] }, - { + { "short_description": "Powerful macOS menu bar customization tool.", "categories": [ "menubar" @@ -4405,7 +4400,7 @@ "title": "QOwnNotes", "icon_url": "https://raw.githubusercontent.com/pbek/QOwnNotes/develop/icons/icon.png", "screenshots": [ - "https://www.qownnotes.org/screenshots/screenshot.png" + "https://www.qownnotes.org/screenshots/screenshot.png" ], "official_site": "https://www.qownnotes.org/", "languages": [ @@ -5004,8 +4999,7 @@ "repo_url": "https://github.com/PDF-Archiver/PDF-Archiver", "title": "PDF Archiver", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -5546,21 +5540,21 @@ "swift" ] }, - { - "short_description": "A SwiftUI Reddit client for macOS. ", - "categories": [ - "social-networking" - ], - "repo_url": "https://github.com/Dimillian/RedditOS", - "title": "RedditOS", - "icon_url": "", - "screenshots": [ - "https://raw.githubusercontent.com/Dimillian/RedditOS/master/Images/image1.png" - ], - "official_site": "", - "languages": [ - "swift" - ] + { + "short_description": "A SwiftUI Reddit client for macOS. ", + "categories": [ + "social-networking" + ], + "repo_url": "https://github.com/Dimillian/RedditOS", + "title": "RedditOS", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/Dimillian/RedditOS/master/Images/image1.png" + ], + "official_site": "", + "languages": [ + "swift" + ] }, { "short_description": "Perpetual artwork streaming app. ", @@ -6209,8 +6203,7 @@ "repo_url": "https://github.com/alin23/lunar", "title": "Lunar", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -6366,7 +6359,7 @@ "official_site": "", "languages": [ "type_script", - "swift" + "swift" ] }, { @@ -7180,21 +7173,21 @@ ] }, { - "short_description": "A tiling window manager for macOS based on binary space partitioning.", - "categories": [ - "window-management" - ], - "repo_url": "https://github.com/koekeishiya/yabai", - "title": "Yabai", - "icon_url": "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/banner/banner.svg?sanitize=true", - "screenshots": [ - "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/screenshot.png" - ], - "official_site": "", - "languages": [ - "c", - "objective_c" - ] + "short_description": "A tiling window manager for macOS based on binary space partitioning.", + "categories": [ + "window-management" + ], + "repo_url": "https://github.com/koekeishiya/yabai", + "title": "Yabai", + "icon_url": "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/banner/banner.svg?sanitize=true", + "screenshots": [ + "https://raw.githubusercontent.com/koekeishiya/yabai/master/assets/screenshot.png" + ], + "official_site": "", + "languages": [ + "c", + "objective_c" + ] }, { "short_description": "Teach your kids the alphabet and how to type.", @@ -7318,14 +7311,14 @@ "title" : "Clear Clipboard Text Format", "icon_url": "", "screenshots" : [ - "https://raw.githubusercontent.com/LumingYin/ClipboardClear/master/screenshot.jpg" + "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" + "objective_c" ], "categories" : [ - "utilities" + "utilities" ] }, { @@ -7469,20 +7462,20 @@ ] }, { - "repo_url" : "https://github.com/LumingYin/SpeedReader", - "official_site" : "https://apps.apple.com/app/speed-reader/id1258448209", - "title" : "Speed Reader", - "icon_url": "", - "screenshots" : [ - "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif" - ], - "short_description" : "Read faster with the power of silencing vocalization with SpeedReader.", - "languages" : [ - "swift" - ], - "categories" : [ - "productivity" - ] + "repo_url" : "https://github.com/LumingYin/SpeedReader", + "official_site" : "https://apps.apple.com/app/speed-reader/id1258448209", + "title" : "Speed Reader", + "icon_url": "", + "screenshots" : [ + "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif" + ], + "short_description" : "Read faster with the power of silencing vocalization with SpeedReader.", + "languages" : [ + "swift" + ], + "categories" : [ + "productivity" + ] }, { "short_description": "Rectangle is a window manager heavily based on Spectacle, written in Swift.", @@ -7532,7 +7525,7 @@ "c" ] }, - { + { "short_description": "Create beautiful musical scores with LilyPond.", "categories": [ "music" @@ -7564,8 +7557,8 @@ "swift", "javascript" ] - }, - { + }, + { "short_description": "Automatically mute the sound when headphones disconnect / Mac awake from sleep.", "categories": [ "audio" @@ -7596,7 +7589,7 @@ "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" @@ -7641,7 +7634,7 @@ { "short_description": "Pomodoro Technique Timer for macOS with Touch Bar support.", "categories": [ - "productivity" + "productivity" ], "repo_url": "https://github.com/ivoronin/TomatoBar", "title": "TomatoBar", @@ -7752,8 +7745,7 @@ "repo_url": "https://github.com/varol/Calculeta", "title": "Calculeta", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -7768,8 +7760,8 @@ "title": "Strategr", "icon_url": "https://khrykin.github.io/StrategrDesktop/assets/resources/Strategr.png", "screenshots": [ - "https://camo.githubusercontent.com/0aab0a8a9be68c3f98628a5c7dc2a09da176ea7a/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f6d61696e5f6f726967696e616c2e706e67", - "https://camo.githubusercontent.com/1e9cc6df1bafd86c7f619cca3d4b3c30f9917398/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f626c61636b5f6d61696e2e706e67" + "https://camo.githubusercontent.com/0aab0a8a9be68c3f98628a5c7dc2a09da176ea7a/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f6d61696e5f6f726967696e616c2e706e67", + "https://camo.githubusercontent.com/1e9cc6df1bafd86c7f619cca3d4b3c30f9917398/68747470733a2f2f6b6872796b696e2e6769746875622e696f2f73747261746567722f7265736f75726365732f6d61635f626c61636b5f6d61696e2e706e67" ], "official_site": "https://khrykin.github.io/StrategrDesktop/", "languages": [ @@ -7802,7 +7794,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/Screens/Registrazione%20schermo%202019-11-26%20alle%2001.14.21.mov" + "https://raw.githubusercontent.com/AlexPerathoner/Sessions/master/Screens/Registrazione%20schermo%202019-11-26%20alle%2001.14.21.mov" ], "official_site": "", "languages": [ @@ -7819,7 +7811,7 @@ "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" + "https://user-images.githubusercontent.com/170270/74323375-0287d900-4db8-11ea-8b26-5566565fa8a1.jpg" ], "official_site": "https://sindresorhus.com/plash", "languages": [ @@ -7836,10 +7828,10 @@ "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" + "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": [ @@ -7855,7 +7847,7 @@ "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" + "https://raw.githubusercontent.com/dnote/dnote/master/assets/cli.gif" ], "official_site": "https://www.getdnote.com/", "languages": [ @@ -7874,7 +7866,7 @@ "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" + "https://github.com/DaFuqtor/MiddleClick-Catalina/blob/master/demo.png" ], "official_site": "", "languages": [ @@ -7887,14 +7879,14 @@ "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/preview.gif" + "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/screenshots/preview.gif" ], "short_description" : "Pomodoro Cycle for macOS", "languages" : [ - "type_script" + "type_script" ], "categories" : [ - "productivity" + "productivity" ] }, { @@ -8067,7 +8059,7 @@ "title": "MeetingBar", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png" + "https://raw.githubusercontent.com/leits/MeetingBar/master/screenshot.png" ], "official_site": "", "languages": [ @@ -8099,7 +8091,7 @@ "title": "Scope", "icon_url": "https://raw.githubusercontent.com/billthefarmer/audiotools/master/Scope/swift/Scope.png", "screenshots": [ - "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/audiotools/Scope-swift.png" + "https://raw.githubusercontent.com/billthefarmer/billthefarmer.github.io/master/images/audiotools/Scope-swift.png" ], "official_site": "https://billthefarmer.github.io/audiotools/", "languages": [ @@ -8149,31 +8141,31 @@ "title": "GitBlamePR", "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", "screenshots": [ - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif" + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", + "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif" ], "official_site": "", "languages": [ "swift" ] }, - { + { "repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper", "official_site" : "", "title" : "macOS GateKeeper Helper", "icon_url": "", "screenshots" : [ - "https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png" + "https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png" ], "short_description" : "Simple macOS GateKeeper script. It helps you to control your GateKeeper.", "languages" : [ - "shell" + "shell" ], "categories" : [ - "system", - "utilities", - "security", - "terminal" + "system", + "utilities", + "security", + "terminal" ] }, { @@ -8193,21 +8185,21 @@ "utilities" ] }, - { + { "repo_url" : "https://github.com/bhj/karaoke-forever", "official_site" : "https://www.karaoke-forever.com", "title" : "Karaoke Forever", "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", "screenshots" : [ - "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" + "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" ], "short_description" : "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", "languages" : [ - "javascript" + "javascript" ], "categories" : [ - "audio", - "music" + "audio", + "music" ] }, { @@ -8220,14 +8212,14 @@ "title": "Itsycal", "icon_url": "", "screenshots": [ - "https://www.mowglii.com/itsycal/itsycalbanner2@2x.png" + "https://www.mowglii.com/itsycal/itsycalbanner2@2x.png" ], "official_site": "https://www.mowglii.com/itsycal/", "languages": [ "objective_c" ] - }, - { + }, + { "short_description": "A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled.", "categories": [ "extensions" @@ -8236,14 +8228,14 @@ "title": "Is It Private?", "icon_url": "https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/AppIcon.png", "screenshots": [ - "https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/Screenshot.png" + "https://raw.githubusercontent.com/ffittschen/IsItPrivate/master/Assets/Screenshot.png" ], "official_site": "https://florian.codes/projects/is-it-private/", "languages": [ "swift" ] - }, - { + }, + { "short_description": "An ultra-light MacOS utility that helps hide menu bar icons", "categories": [ "menubar" @@ -8252,7 +8244,7 @@ "title": "Hidden Bar", "icon_url": "https://github.com/dwarvesf/hidden/blob/master/hidden/Assets.xcassets/AppIcon.appiconset/1024x1024.png?raw=true", "screenshots": [ - "https://github.com/dwarvesf/hidden/blob/develop/img/tutorial.gif" + "https://github.com/dwarvesf/hidden/blob/develop/img/tutorial.gif" ], "official_site": "", "languages": [ @@ -8265,34 +8257,34 @@ "title" : "Seashore", "icon_url": "", "screenshots" : [ - "https://raw.githubusercontent.com/robaho/seashore/master/doc/ss1.png" + "https://raw.githubusercontent.com/robaho/seashore/master/doc/ss1.png" ], "short_description" : "Easy to use macOS image editing application for the rest of us.", "languages" : [ - "objective_c" + "objective_c" ], "categories" : [ - "images" + "images" ] }, - { + { "short_description": "ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease.", "categories": [ "development", - "graphics" + "graphics" ], "repo_url": "https://github.com/DigiDNA/ColorSet", "title": "ColorSet", "icon_url": "https://imazing.com/img/colorset/colorset-icon-256x256.png", "screenshots": [ - "https://raw.githubusercontent.com/DigiDNA/ColorSet/master/Assets/ColorSet.png" + "https://raw.githubusercontent.com/DigiDNA/ColorSet/master/Assets/ColorSet.png" ], "official_site": "https://imazing.com/colorset", "languages": [ "swift", - "c_sharp", - "objective_c" - ] + "c_sharp", + "objective_c" + ] }, { "repo_url" : "https://github.com/RocketChat/Rocket.Chat.Electron", @@ -8300,14 +8292,14 @@ "title" : "RocketChat", "icon_url": "https://rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", "screenshots" : [ - "https://rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" + "https://rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" ], "short_description" : "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", "languages" : [ - "javascript" + "javascript" ], "categories" : [ - "chat" + "chat" ] }, { @@ -8325,9 +8317,9 @@ "official_site": "", "languages": [ "swift" - ] + ] }, - { + { "short_description": "a powerful tool to increase download speeds up to 500%", "categories": [ "downloader" @@ -8339,7 +8331,7 @@ "official_site": "https://subhra74.github.io/xdm/", "languages": [ "java" - ] + ] }, { "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", @@ -8347,15 +8339,15 @@ "title" : "Duplicate Finder", "icon_url": "", "screenshots" : [ - "https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png" + "https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png" ], "short_description" : "It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.", "languages" : [ - "swift" + "swift" ], "categories" : [ - "finder", - "utilities" + "finder", + "utilities" ] }, { @@ -8364,16 +8356,16 @@ "title" : "DevUtils.app", "icon_url": "https://devutils.app/favicon.png", "screenshots" : [ - "https://devutils.app/screenshot-dark.png" + "https://devutils.app/screenshot-dark.png" ], "short_description" : "Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...", "languages" : [ - "swift" + "swift" ], "categories" : [ - "utilities", - "productivity" - ] + "utilities", + "productivity" + ] }, { "short_description": "Cross-platform open source database management tool for Redis ®", @@ -8389,27 +8381,27 @@ "official_site": "", "languages": [ "cpp" - ], + ] }, - { + { "repo_url" : "https://github.com/MonitorControl/MonitorControl", "official_site" : "", "title" : "MonitorControl", "icon_url": "", "screenshots" : [ - "https://github.com/MonitorControl/MonitorControl/tree/master/.github" + "https://github.com/MonitorControl/MonitorControl/tree/master/.github" ], "short_description" : "Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.", "languages" : [ - "swift", - "objective_c" + "swift", + "objective_c" ], "categories" : [ - "audio", - "utilities" + "audio", + "utilities" ] }, - { + { "short_description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", "categories": [ "browser" @@ -8434,10 +8426,10 @@ "short_description" : "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", "languages" : [ "shell", - "applescript", + "applescript" ], "categories" : [ - "git" + "git" ] }, { @@ -8466,7 +8458,7 @@ "short_description": "The easiest way to install and switch between multiple versions of Xcode.", "icon_url": "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/icon.png", "screenshots": [ - "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/screenshot.png" + "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/screenshot.png" ], "categories": [ "ios--macos" @@ -8475,28 +8467,26 @@ "swift" ] }, - { + { "repo_url" : "https://github.com/b3z/reventlou", "official_site" : "", "title" : "reventlou", "icon_url": "", "screenshots" : [ - "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" - ], - "short_description" : "Personal database as an information management system.", - "languages" : [ - "type_script" + "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" ], + "short_description" : "Personal database as an information management system.", "categories" : [ - "database", - "productivity", - "text" - ], - "languages": [ + "database", + "productivity", + "text" + ], + "languages": [ + "type_script", "swift" ] - }, - { + }, + { "short_description" : "RSS & Atom feed reader that lives in the system status bar.", "categories" : [ "menubar", @@ -8532,7 +8522,7 @@ "swift" ] }, - { + { "repo_url" : "https://github.com/87kangsw/ThenGenerator", "official_site" : "", "title" : "ThenGenerator", @@ -8550,7 +8540,7 @@ "utilities" ] }, - { + { "short_description": "Note-taking app with many organizational options.", "categories": [ "markdown", @@ -8560,7 +8550,7 @@ "title": "Notenik", "icon_url": "https://notenik.net/images/notenik.png", "screenshots": [ - "https://notenik.net/images/notenik-list-and-display.jpg" + "https://notenik.net/images/notenik-list-and-display.jpg" ], "official_site": "https://notenik.net", "languages": [ From 43737ca5ca26c1f8de3d36925c9a10bf83e1521c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 12 Mar 2021 08:47:30 +0000 Subject: [PATCH 470/641] Generate README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9e3aa1a..228fdb6 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ You can see in which language an app is written. Currently there are following l - [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] @@ -322,7 +322,7 @@ You can see in which language an app is written. Currently there are following l - [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] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![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] @@ -402,7 +402,7 @@ 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/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] +- [Kawa](https://github.com/hatashiro/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] @@ -420,7 +420,6 @@ You can see in which language an app is written. Currently there are following l ### 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 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] @@ -449,6 +448,7 @@ You can see in which language an app is written. Currently there are following l - [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_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] +- [xbar](https://github.com/matryer/xbar) - Put the output from any script or program into your macOS Menu Bar. ![objective_c_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] @@ -571,7 +571,7 @@ You can see in which language an app is written. Currently there are following l - [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] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![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 c83663d01e4d0506264c5148a5970c2227f43dab Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Jun 2021 19:06:40 +0700 Subject: [PATCH 471/641] Add Plug (#655) * Add Plug * Update applications.json --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 579862c..61fc348 100644 --- a/applications.json +++ b/applications.json @@ -8556,6 +8556,25 @@ "languages": [ "swift" ] + }, + { + "short_description": "Discover and listen to music from Hype Machine.", + "categories": [ + "music", + "audio", + "player", + "streaming" + ], + "repo_url": "https://github.com/wulkano/Plug", + "title": "Plug", + "icon_url": "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" + ], + "official_site": "https://plugformac.com", + "languages": [ + "swift" + ] } ] } From 0afb93d86df4756a4e1faee1a5a160e59ee14562 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 13 Sep 2021 11:47:23 +0200 Subject: [PATCH 472/641] Remove numi (#679) --- applications.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/applications.json b/applications.json index 61fc348..95735e5 100644 --- a/applications.json +++ b/applications.json @@ -7659,20 +7659,6 @@ "swift" ] }, - { - "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" - ] - }, { "short_description": "PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools.", "categories": [ From 593be5ce18444d85e77d42da515cc58f0075e6a8 Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Mon, 13 Sep 2021 11:48:33 +0200 Subject: [PATCH 473/641] Fixed two 16x16 pixel icons (#658) --- icons/applescript-16.png | Bin 34769 -> 761 bytes icons/shell-16.png | Bin 204204 -> 473 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/applescript-16.png b/icons/applescript-16.png index 5e257c7565f829095ba93fc832ab4a5eb64a6daa..b8f110b2c08596afb986d25cd3f55ffad2054ab2 100644 GIT binary patch delta 752 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

1d}LR6vxl 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 s$*KJZzV*H5wy;|8g<%}Cu| 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%0Ah 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ęp*kDPdjKz*&W6o29T5EX^z-MS&QC)zn~h(3N6nJcnylV0 zp4BySqlKDG6&}WhY3}c80KPBXp&Q>h>=5q#6?HDA!8D$~{i}VQgGEasw?p0HMH;NlnOdX6~cb&vfC=P6&?zk zjq`?Yukuz+pJ4;Q+I$?svX@b)Y%Z;LH|?d@H#E&4S$QM+rKhu7l2b1SAjC+fk z7mqLA*|_1;f&7wH68kv8x^DR9M){ZgZHs2?kOcc&0?#?>p zk*IoDe@=DCB6u5+Ejx3$xi#}mU{uJG@dy@<0*L$bA3gL7=@@cwHzUK8-^kec9`Gk~ zTqcqR`fo)s>0L=xbYFf_mF_lKMZo(ezUE~w0zD)j%~wF1K(;3XoFCLEbi2Ekf4@9wP=uyqc030^HlfoMT9i;HAqs{8;`KEfHnOp3Q{+p+`t#}L7 zITtq`S~Xx_CQcn2v2d7gpJu@Rye-D2)vto?pYy^+dzz7hi=3-~GR}Kf^NvsOx(QXw zplrp1bKPHg{1YCSU{;!-K#t)(J%1IHOU;U>{n6LsT=3BPYhPRd+lO7+;Jt$Uxy9e$ zKkC?9{g%rG2VBOBw)v)0HZgWMBOkss-L~cCpr9_azMR0FML@uhEBF-b3a3 z?s$UoktW=`&e!rp5vDR$*u}d6v&HG{3`TkoafursF;+GjEGG zemJc>k|)fG76P*AS8r~C>`IR+G_xs`McwLENuHsW*q*5 zt?}GCdBD4PuByptz^8N%=x-;+Ta_+{D*JEQ7`7@^m@4?AkBkrSM)GA+^>&Z*3aV@j z72COP-4XE$AAb*3l~1}{2a@B1`8q}j_ZI7jhcuhf?jE*JeQk-Uo+tYG*jfhDG&S}g z@(WSG0<)+wd|!gDkbkv4!!eMzpZY2ubbW@AeQ$Q-ax=o{k<8%sOp#g+u|cLt%ZR00 z=<+K(A|HOK%4+=!usj3QNX*Pk}eznutDdn9%5dKkwuco7>{My=rNVu_MgW_vIx z6nJyj4Mc}wHI-A=Sdol_5&LuKFwW~r->rRlDd_LDV75n6S)-{pJIbo5NHEo>GV+yk z3mJx-11~X@J8L|Iu-tW-r`?MD9+K{3S5qz+^k#I#;exg@N`9|}K@t(WFyP&d7<6By zaxMdrH(#9GXL)oS0e(Z|UydzI%B|dhm3{hwogM7++r~lE#h!&mqPQ??5t6-iQ15Gt!? z@gFuNrJb4VOXf9+U`?juo54jBwvy}tvCBc1ye{ijz@0th{aN}*+12_?@y69pC4bv` zKNqllS}{gS6|?g3_HW6T)@p~HiY>?w!#reJWJ?gQgP%rKay!`P!%Gu*qLNG9w$TT0 zZ?;Fn#ix5MdfIum*{1cvECl$ase8~R9x!^RKnJPZ?R5LnOw7L}mzU4axHK)nHVJR= z+ZP=wP)7Mm!VPn*(EaA2aA3*jxJx}3=o~qDs1i^vJY#AgCjW8Q8~vM?x>>($oadn+ zhfKC^0vfI=RdCOUe%!P@=>V|{cZH)*<)3W@q!i0Fb#t#Z>WqR zxfS~;?-aCg?;2Q$p5cr0`Hw3;R l@C||g*9c5z|Fj~N*JpGDfLvyJ Date: Wed, 15 Sep 2021 18:47:46 +0530 Subject: [PATCH 474/641] Added AltTab to the applications.json (#660) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 95735e5..64c2684 100644 --- a/applications.json +++ b/applications.json @@ -7189,6 +7189,25 @@ "objective_c" ] }, + { + "short_description": "AltTab brings the power of Windows alt-tab to macOS.", + "categories": [ + "window-management" + ], + "repo_url": "https://github.com/lwouis/alt-tab-macos", + "title": "AltTab", + "icon_url": "https://raw.githubusercontent.com/lwouis/alt-tab-macos/44ac1e1012c677572397c1ab12955b9c54b6a175/resources/icons/app/app.svg", + "screenshots": [ + "https://alt-tab-macos.netlify.app/public/demo/1-row.jpg", + "https://alt-tab-macos.netlify.app/public/demo/2-rows.jpg", + "https://alt-tab-macos.netlify.app/public/demo/windows-theme.jpg" + ], + "official_site": "https://alt-tab-macos.netlify.app/", + "languages": [ + "swift", + "shell" + ] + }, { "short_description": "Teach your kids the alphabet and how to type.", "categories": [ From 0e6d3d5eba16ff35efbfc21d62a20507dd4382b0 Mon Sep 17 00:00:00 2001 From: Asif Youssuff Date: Wed, 15 Sep 2021 09:20:43 -0400 Subject: [PATCH 475/641] Added Firefox (#665) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 64c2684..0db5415 100644 --- a/applications.json +++ b/applications.json @@ -762,6 +762,23 @@ "javascript" ] }, + { + "short_description": "Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ", + "categories": [ + "browser" + ], + "repo_url": "https://hg.mozilla.org/mozilla-central/", + "title": "Firefox", + "icon_url": "", + "screenshots": [ + ], + "official_site": "https://www.mozilla.org/firefox/browsers/", + "languages": [ + "javascript", + "rust", + "cpp" + ] + }, { "short_description": "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ", "categories": [ From 1b8577219bfe9e06d870231ae8d3fcec72901050 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 15 Sep 2021 14:21:35 +0100 Subject: [PATCH 476/641] Adds Unix Epoch Flip Clock under Screensavers (#664) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 0db5415..3b30765 100644 --- a/applications.json +++ b/applications.json @@ -8597,6 +8597,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "Unix epoch timestamp flip clock screensaver.", + "categories": [ + "screensaver" + ], + "repo_url": "https://github.com/chrstphrknwtn/epoch-flip-clock-screensaver", + "title": "Epoch Flip Clock Screensaver", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/chrstphrknwtn/epoch-flip-clock/master/epochFlipClock.png" + ], + "official_site": "", + "languages": [ + "objective_c" + ] } ] } From 0ddfb96db2a9aab3469c0ef0b6e23081fdd0dc7a Mon Sep 17 00:00:00 2001 From: Micah Robinson <61956311+Ban-Ironic-Ohms@users.noreply.github.com> Date: Wed, 15 Sep 2021 06:23:29 -0700 Subject: [PATCH 477/641] Added Condution (#663) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 3b30765..e1519f7 100644 --- a/applications.json +++ b/applications.json @@ -8613,6 +8613,22 @@ "languages": [ "objective_c" ] + } + { + "short_description": "Create tasks, manage due dates, and filter with powerful perspectives.", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/Shabang-Systems/Condution", + "title": "Condution", + "icon_url": "https://www.condution.com/static/media/logo.457b66ae.png", + "screenshots": [ + "https://www.condution.com/static/media/demo.528a92c2.png" + ], + "official_site": "https://www.condution.com", + "languages": [ + "JavaScript" + ] } ] } From 48ccb57fd1de6b80cb79818178198689ea3b147c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Wed, 15 Sep 2021 19:31:42 +0200 Subject: [PATCH 478/641] add Ueli.app (#656) * Ueli added * typo * Update applications.json * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index e1519f7..6118a7d 100644 --- a/applications.json +++ b/applications.json @@ -8579,6 +8579,21 @@ "swift" ] }, + { + "short_description": "A keystroke launcher for macOS (and Windows) like Spotlight or Alfred.", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/oliverschwendener/ueli", + "title": "Ueli", + "icon_url": "https://github.com/oliverschwendener/ueli/raw/dev/img/icons/mac/ueliTemplate.png", + "screenshots": [ + "https://github.com/oliverschwendener/ueli/blob/dev/assets/feature-simple-folder-search.png?raw=true" + ], + "official_site": "https://ueli.app/", + "languages": [ + "typescript"] + }, { "short_description": "Discover and listen to music from Hype Machine.", "categories": [ @@ -8627,7 +8642,7 @@ ], "official_site": "https://www.condution.com", "languages": [ - "JavaScript" + "javascript" ] } ] From a6f82048197f029a3d50757e018d6a3f71e4eb2f Mon Sep 17 00:00:00 2001 From: RogoTe <45861130+RogoTe@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:33:08 +0200 Subject: [PATCH 479/641] Add 0 A.D. (#661) Add 0 A.D., a cross platform real-time strategy game of ancient warfare Co-authored-by: Serhii Londar --- applications.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 6118a7d..7488303 100644 --- a/applications.json +++ b/applications.json @@ -8579,6 +8579,23 @@ "swift" ] }, + { + "short_description": "Real-time strategy game of ancient warfare", + "categories": [ + "games" + ], + "repo_url": "https://svn.wildfiregames.com/public/ps/trunk/", + "title": "0 A.D.", + "icon_url": "https://play0ad.com/wp-content/themes/nova/images/logo.png", + "screenshots": [ + "https://play0ad.com/wp-content/gallery/screenshots/EgyptianPyramids.jpg", + "https://play0ad.com/wp-content/gallery/screenshots/screenshot0088.png" + ], + "official_site": "https://play0ad.com", + "languages": [ + "cpp" + ] + }, { "short_description": "A keystroke launcher for macOS (and Windows) like Spotlight or Alfred.", "categories": [ @@ -8628,8 +8645,8 @@ "languages": [ "objective_c" ] - } - { + }, + { "short_description": "Create tasks, manage due dates, and filter with powerful perspectives.", "categories": [ "productivity" From 62a2122e8957b4deb4023d0fe230074400052482 Mon Sep 17 00:00:00 2001 From: Fabius Bile Date: Wed, 15 Sep 2021 22:34:05 +0500 Subject: [PATCH 480/641] Add Spotify4BigSur (#662) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 7488303..c8045af 100644 --- a/applications.json +++ b/applications.json @@ -8579,6 +8579,22 @@ "swift" ] }, + { + "short_description": "Spotify widget for Notification Center.", + "categories": [ + "audio", + ], + "repo_url": "https://github.com/fabiusBile/Spotify4BigSur", + "title": "Spotify4BigSur", + "icon_url": "", + "screenshots": [ + "https://github.com/fabiusBile/Spotify4BigSur/blob/master/medium_light.png?raw=true" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Real-time strategy game of ancient warfare", "categories": [ From 0cba3eb57784a6d2d50b824b548849d503e2b8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E6=97=BA?= Date: Thu, 16 Sep 2021 01:35:30 +0800 Subject: [PATCH 481/641] Add redis-pro (#666) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index c8045af..f4de95b 100644 --- a/applications.json +++ b/applications.json @@ -8645,6 +8645,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "Redis management with SwiftUI.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/cmushroom/redis-pro", + "title": "redis-pro", + "icon_url": "https://github.com/cmushroom/redis-pro/blob/main/redis-pro/Assets.xcassets/AppIcon.appiconset/redis%40256.png", + "screenshots": [ + "https://user-images.githubusercontent.com/2920167/125376778-4f614c00-e3be-11eb-8c11-7195e4cdb665.png" + ], + "official_site": "https://github.com/cmushroom/redis-pro", + "languages": [ + "swift" + ] }, { "short_description": "Unix epoch timestamp flip clock screensaver.", From fb800182e46b21269acf411e2c1fd4d7b2d30461 Mon Sep 17 00:00:00 2001 From: whirlwinder <69021934+my-Sakura@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:37:02 +0800 Subject: [PATCH 482/641] Add Postman (#668) Co-authored-by: Serhii Londar --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index f4de95b..74b9bb5 100644 --- a/applications.json +++ b/applications.json @@ -8645,6 +8645,25 @@ "languages": [ "swift" ] + }, + { + "short_description": "Discover and listen to music from Hype Machine.", + "categories": [ + "music", + "audio", + "player", + "streaming" + ], + "repo_url": "https://github.com/wulkano/Plug", + "title": "Plug", + "icon_url": "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" + ], + "official_site": "https://plugformac.com", + "languages": [ + "swift" + ] }, { "short_description": "Redis management with SwiftUI.", From 9b330987b3a7c1efac2d628d6a07b5f1fac8dfda Mon Sep 17 00:00:00 2001 From: FIGBERT Date: Wed, 15 Sep 2021 10:38:24 -0700 Subject: [PATCH 483/641] Add Privacy Redirect for Safari extension (#669) Co-authored-by: Serhii Londar --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 74b9bb5..e85daaf 100644 --- a/applications.json +++ b/applications.json @@ -8645,6 +8645,26 @@ "languages": [ "swift" ] + }, + { + "short_description": "Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives.", + "categories": [ + "extensions", + "browser", + "security" + ], + "repo_url": "https://github.com/smmr-software/privacy-redirect-safari", + "title": "Privacy Redirect for Safari", + "icon_url": "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/Privacy%20Redirect%20for%20Safari%20Extension/assets/images/full/icon1024.png", + "screenshots": [ + "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/1.jpg", + "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/2.jpg", + "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/3.jpg" + ], + "official_site": "", + "languages": [ + "swift", + ] }, { "short_description": "Discover and listen to music from Hype Machine.", From 7fb2e96b3ff49aa5c7a58bfd8168343ef6dad144 Mon Sep 17 00:00:00 2001 From: ihsan <24369769+0ihsan@users.noreply.github.com> Date: Wed, 15 Sep 2021 20:42:35 +0300 Subject: [PATCH 484/641] Add mcal (#670) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index e85daaf..39618c8 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,21 @@ { "applications": [ + { + "short_description": "CLI app that controls macOS built-in calendar app from terminal.", + "categories": [ + "utilities", + "productivity", + "terminal" + ], + "repo_url": "https://github.com/ihsanturk/mcal", + "title": "mcal", + "icon_url": "", + "screenshots": [], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "Tiny stocks watcher for the menu bar.", "categories": [ From 0dc4bb607bd8c767439b6ba7cd19fa7c5d8c2e04 Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Wed, 15 Sep 2021 18:43:27 +0100 Subject: [PATCH 485/641] Add Pareto Security menu bar app (#671) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 39618c8..ad01d72 100644 --- a/applications.json +++ b/applications.json @@ -8662,6 +8662,23 @@ "swift" ] }, + { + "short_description": "A MenuBar app to automatically audit your Mac for basic security hygiene.", + "categories": [ + "menubar", + "security" + ], + "repo_url": "https://github.com/paretoSecurity/pareto-mac/", + "title": "Pareto Security", + "icon_url": "https://github.com/ParetoSecurity/pareto-mac/blob/main/assets/icon.png?raw=true", + "screenshots": [ + "https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png" + ], + "official_site": "https://paretosecurity.app/", + "languages": [ + "swift" + ] + }, { "short_description": "Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives.", "categories": [ From 52efcec33669a73f2e37171545a2650730b6a350 Mon Sep 17 00:00:00 2001 From: Julius Peinelt Date: Wed, 15 Sep 2021 19:44:15 +0200 Subject: [PATCH 486/641] Add text editor Tincta (#680) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index ad01d72..6251941 100644 --- a/applications.json +++ b/applications.json @@ -8717,6 +8717,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "One-window text editor with syntax highlighting.", + "categories": [ + "text" + ], + "repo_url": "https://github.com/CodingFriends/Tincta", + "title": "Tincta", + "icon_url": "https://raw.githubusercontent.com/CodingFriends/Tincta/master/Source/app_icon.iconset/icon_512x512.png", + "screenshots": [ + "https://ik.imagekit.io/codingFriends/img/tr:w-2880,q-90,pr-true/tincta/Screenshot.png" + ], + "official_site": "https://codingfriends.github.io/Tincta/", + "languages": [ + "objective_c" + ] }, { "short_description": "Redis management with SwiftUI.", From fb83d26eedbc04f9a61de39442df045843622ed0 Mon Sep 17 00:00:00 2001 From: Thomas <37471331+thomsng@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:47:51 +0800 Subject: [PATCH 487/641] Add eul (#672) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 6251941..1ccd005 100644 --- a/applications.json +++ b/applications.json @@ -8718,6 +8718,23 @@ "swift" ] }, + { + "short_description": "macOS status monitoring app written in SwiftUI.", + "categories": [ + "system", + "utilities", + "menubar" + ], + "repo_url": "https://github.com/gao-sun/eul", + "title": "eul", + "icon_url": "https://raw.githubusercontent.com/gao-sun/eul/master/Resource/Assets.xcassets/eul.imageset/eul%403x.png", + "screenshots": [ + "https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg", + ], + "official_site": "", + "languages": [ + "swift", + }, { "short_description": "One-window text editor with syntax highlighting.", "categories": [ From e914a1f0f382800343ba3f81b798ffec954db51e Mon Sep 17 00:00:00 2001 From: Ajay Krishna KV <55079486+AJAYK-01@users.noreply.github.com> Date: Thu, 16 Sep 2021 00:42:49 +0530 Subject: [PATCH 488/641] Add Soduto (#673) Co-authored-by: Serhii Londar --- applications.json | 285 ++++++++++++++++++++++++---------------------- 1 file changed, 150 insertions(+), 135 deletions(-) diff --git a/applications.json b/applications.json index 1ccd005..2d5fcda 100644 --- a/applications.json +++ b/applications.json @@ -410,18 +410,18 @@ ] }, { - "repo_url" : "https://github.com/LumingYin/macOSLucidaGrande", - "official_site" : "https://github.com/LumingYin/macOSLucidaGrande/releases", - "title" : "macOSLucidaGrande", + "repo_url": "https://github.com/LumingYin/macOSLucidaGrande", + "official_site": "https://github.com/LumingYin/macOSLucidaGrande/releases", + "title": "macOSLucidaGrande", "icon_url": "", - "screenshots" : [ + "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" : [ + "short_description": "A small utility to set Lucida Grande as your Mac's system UI font.", + "languages": [ "objective_c" ], - "categories" : [ + "categories": [ "system" ] }, @@ -874,18 +874,18 @@ ] }, { - "repo_url" : "https://github.com/LumingYin/StickyNotes", - "official_site" : "https://github.com/LumingYin/StickyNotes/releases", - "title" : "StickyNotes", + "repo_url": "https://github.com/LumingYin/StickyNotes", + "official_site": "https://github.com/LumingYin/StickyNotes/releases", + "title": "StickyNotes", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://raw.githubusercontent.com/LumingYin/StickyNotes/master/images/screenshot.jpg" ], - "short_description" : "A Windows 10-esque Sticky Notes app implemented in AppKit.", - "languages" : [ + "short_description": "A Windows 10-esque Sticky Notes app implemented in AppKit.", + "languages": [ "swift" ], - "categories" : [ + "categories": [ "productivity" ] }, @@ -3403,7 +3403,7 @@ ], "repo_url": "https://github.com/szTheory/exifcleaner", "title": "ExifCleaner", - "icon_url": "https://exifcleaner.com/images/icon.png", + "icon_url": "https://exifcleaner.com/images/icon.png", "screenshots": [ "https://exifcleaner.com/images/screenshot.png", "https://exifcleaner.com/images/batchprocessing.png", @@ -4041,7 +4041,7 @@ "languages": [ "swift" ] - }, + }, { "short_description": "A minimal and beautiful lyrics app that stays in the menu bar of macOS. ", "categories": [ @@ -6820,7 +6820,7 @@ ] }, { - "short_description" : "The modern video player for macOS. ", + "short_description": "The modern video player for macOS. ", "categories": [ "player" ], @@ -7358,18 +7358,18 @@ ] }, { - "repo_url" : "https://github.com/LumingYin/ClipboardClear", - "official_site" : "https://apps.apple.com/app/clear-clipboard-text-format/id1322855232", - "title" : "Clear Clipboard Text Format", + "repo_url": "https://github.com/LumingYin/ClipboardClear", + "official_site": "https://apps.apple.com/app/clear-clipboard-text-format/id1322855232", + "title": "Clear Clipboard Text Format", "icon_url": "", - "screenshots" : [ + "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" : [ + "short_description": "Easily clear the format of your clipboard text with Clear Clipboard Text Format.", + "languages": [ "objective_c" ], - "categories" : [ + "categories": [ "utilities" ] }, @@ -7407,14 +7407,14 @@ ] }, { - "short_description" : "List of useful Quick Look plugins for developers.", + "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", + "repo_url": "https://github.com/sindresorhus/quick-look-plugins", + "title": "Quick Look plugins", "icon_url": "", - "screenshots" : [ + "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", @@ -7514,18 +7514,18 @@ ] }, { - "repo_url" : "https://github.com/LumingYin/SpeedReader", - "official_site" : "https://apps.apple.com/app/speed-reader/id1258448209", - "title" : "Speed Reader", + "repo_url": "https://github.com/LumingYin/SpeedReader", + "official_site": "https://apps.apple.com/app/speed-reader/id1258448209", + "title": "Speed Reader", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://github.com/LumingYin/SpeedReader/blob/master/speedreader_dark.gif" ], - "short_description" : "Read faster with the power of silencing vocalization with SpeedReader.", - "languages" : [ + "short_description": "Read faster with the power of silencing vocalization with SpeedReader.", + "languages": [ "swift" ], - "categories" : [ + "categories": [ "productivity" ] }, @@ -7656,16 +7656,16 @@ ] }, { - "short_description" : "Command-line tool to search files with SQL syntax.", - "categories" : [ + "short_description": "Command-line tool to search files with SQL syntax.", + "categories": [ "utilities" ], - "repo_url" : "https://github.com/jhspetersson/fselect", - "title" : "fselect", + "repo_url": "https://github.com/jhspetersson/fselect", + "title": "fselect", "icon_url": "", "screenshots": [], - "official_site" : "", - "languages" : [ + "official_site": "", + "languages": [ "rust" ] }, @@ -7912,18 +7912,18 @@ ] }, { - "repo_url" : "https://github.com/jet8a/pomodoro-cycle-app", - "official_site" : "https://github.com/jet8a/pomodoro-cycle-app/releases", - "title" : "Pomodoro Cycle", + "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" : [ + "screenshots": [ "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/screenshots/preview.gif" ], - "short_description" : "Pomodoro Cycle for macOS", - "languages" : [ + "short_description": "Pomodoro Cycle for macOS", + "languages": [ "type_script" ], - "categories" : [ + "categories": [ "productivity" ] }, @@ -8188,18 +8188,18 @@ ] }, { - "repo_url" : "https://github.com/wynioux/macOS-GateKeeper-Helper", - "official_site" : "", - "title" : "macOS GateKeeper Helper", + "repo_url": "https://github.com/wynioux/macOS-GateKeeper-Helper", + "official_site": "", + "title": "macOS GateKeeper Helper", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://raw.githubusercontent.com/wynioux/macOS-GateKeeper-Helper/master/screenshot.png" ], - "short_description" : "Simple macOS GateKeeper script. It helps you to control your GateKeeper.", - "languages" : [ + "short_description": "Simple macOS GateKeeper script. It helps you to control your GateKeeper.", + "languages": [ "shell" ], - "categories" : [ + "categories": [ "system", "utilities", "security", @@ -8224,18 +8224,18 @@ ] }, { - "repo_url" : "https://github.com/bhj/karaoke-forever", - "official_site" : "https://www.karaoke-forever.com", - "title" : "Karaoke Forever", + "repo_url": "https://github.com/bhj/karaoke-forever", + "official_site": "https://www.karaoke-forever.com", + "title": "Karaoke Forever", "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", - "screenshots" : [ + "screenshots": [ "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" ], - "short_description" : "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", - "languages" : [ + "short_description": "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", + "languages": [ "javascript" ], - "categories" : [ + "categories": [ "audio", "music" ] @@ -8290,18 +8290,18 @@ ] }, { - "repo_url" : "https://github.com/robaho/seashore", - "official_site" : "", - "title" : "Seashore", + "repo_url": "https://github.com/robaho/seashore", + "official_site": "", + "title": "Seashore", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://raw.githubusercontent.com/robaho/seashore/master/doc/ss1.png" ], - "short_description" : "Easy to use macOS image editing application for the rest of us.", - "languages" : [ + "short_description": "Easy to use macOS image editing application for the rest of us.", + "languages": [ "objective_c" ], - "categories" : [ + "categories": [ "images" ] }, @@ -8325,18 +8325,18 @@ ] }, { - "repo_url" : "https://github.com/RocketChat/Rocket.Chat.Electron", + "repo_url": "https://github.com/RocketChat/Rocket.Chat.Electron", "official_site": "https://rocket.chat/", - "title" : "RocketChat", + "title": "RocketChat", "icon_url": "https://rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", - "screenshots" : [ + "screenshots": [ "https://rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" ], - "short_description" : "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", - "languages" : [ + "short_description": "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", + "languages": [ "javascript" ], - "categories" : [ + "categories": [ "chat" ] }, @@ -8371,36 +8371,36 @@ "java" ] }, - { - "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", + { + "repo_url": "https://github.com/powerwolf543/DuplicateFinder", "official_site": "", - "title" : "Duplicate Finder", + "title": "Duplicate Finder", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png" ], - "short_description" : "It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.", - "languages" : [ + "short_description": "It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder.", + "languages": [ "swift" ], - "categories" : [ + "categories": [ "finder", "utilities" ] }, { - "repo_url" : "https://github.com/DevUtilsApp/DevUtils-app", - "official_site" : "https://devutils.app", - "title" : "DevUtils.app", + "repo_url": "https://github.com/DevUtilsApp/DevUtils-app", + "official_site": "https://devutils.app", + "title": "DevUtils.app", "icon_url": "https://devutils.app/favicon.png", - "screenshots" : [ + "screenshots": [ "https://devutils.app/screenshot-dark.png" ], - "short_description" : "Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...", - "languages" : [ + "short_description": "Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...", + "languages": [ "swift" ], - "categories" : [ + "categories": [ "utilities", "productivity" ] @@ -8422,19 +8422,19 @@ ] }, { - "repo_url" : "https://github.com/MonitorControl/MonitorControl", - "official_site" : "", - "title" : "MonitorControl", + "repo_url": "https://github.com/MonitorControl/MonitorControl", + "official_site": "", + "title": "MonitorControl", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://github.com/MonitorControl/MonitorControl/tree/master/.github" ], - "short_description" : "Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.", - "languages" : [ + "short_description": "Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.", + "languages": [ "swift", "objective_c" ], - "categories" : [ + "categories": [ "audio", "utilities" ] @@ -8455,34 +8455,34 @@ "c" ] }, - { - "repo_url" : "https://github.com/doekman/osagitfilter", - "official_site" : "", - "title" : "osagitfilter", + { + "repo_url": "https://github.com/doekman/osagitfilter", + "official_site": "", + "title": "osagitfilter", "icon_url": "", - "screenshots" : [], - "short_description" : "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", - "languages" : [ + "screenshots": [], + "short_description": "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", + "languages": [ "shell", "applescript" ], - "categories" : [ + "categories": [ "git" ] }, - { - "repo_url" : "https://github.com/mpv-player/mpv", - "official_site" : "https://mpv.io", - "title" : "MPV", + { + "repo_url": "https://github.com/mpv-player/mpv", + "official_site": "https://mpv.io", + "title": "MPV", "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", - "screenshots" : [ + "screenshots": [ "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" ], - "short_description" : "Lightweight, highly configurable media player.", - "languages" : [ + "short_description": "Lightweight, highly configurable media player.", + "languages": [ "c" ], - "categories" : [ + "categories": [ "audio", "player", "music", @@ -8505,16 +8505,16 @@ "swift" ] }, - { - "repo_url" : "https://github.com/b3z/reventlou", - "official_site" : "", - "title" : "reventlou", + { + "repo_url": "https://github.com/b3z/reventlou", + "official_site": "", + "title": "reventlou", "icon_url": "", - "screenshots" : [ + "screenshots": [ "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" ], - "short_description" : "Personal database as an information management system.", - "categories" : [ + "short_description": "Personal database as an information management system.", + "categories": [ "database", "productivity", "text" @@ -8525,20 +8525,20 @@ ] }, { - "short_description" : "RSS & Atom feed reader that lives in the system status bar.", - "categories" : [ + "short_description": "RSS & Atom feed reader that lives in the system status bar.", + "categories": [ "menubar", "news", "utilities" ], - "repo_url" : "https://github.com/relikd/barss", - "title" : "baRSS – Menu Bar RSS Reader", + "repo_url": "https://github.com/relikd/barss", + "title": "baRSS – Menu Bar RSS Reader", "icon_url": "https://raw.githubusercontent.com/relikd/baRSS/main/baRSS/Artwork/application-icon.svg", - "screenshots" : [ + "screenshots": [ "https://raw.githubusercontent.com/relikd/baRSS/main/screenshot.png" ], - "official_site" : "", - "languages" : [ + "official_site": "", + "languages": [ "objective_c" ] }, @@ -8561,18 +8561,18 @@ ] }, { - "repo_url" : "https://github.com/87kangsw/ThenGenerator", - "official_site" : "", - "title" : "ThenGenerator", + "repo_url": "https://github.com/87kangsw/ThenGenerator", + "official_site": "", + "title": "ThenGenerator", "icon_url": "https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/icon_512x512.png", - "screenshots" : [ + "screenshots": [ "https://raw.githubusercontent.com/87kangsw/ThenGenerator/main/.github/images/property.png" ], - "short_description" : "Xcode Source Editor Extension for 'Then'", - "languages" : [ + "short_description": "Xcode Source Editor Extension for 'Then'", + "languages": [ "swift" ], - "categories" : [ + "categories": [ "extensions", "productivity", "utilities" @@ -8718,6 +8718,20 @@ "swift" ] }, + { + "short_description": "Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets.", + "categories": [ + "sharing-files" + ], + "repo_url": "https://github.com/soduto/Soduto", + "title": "Soduto", + "icon_url": "https://soduto.com/images/site-logo.png", + "official_site": "https://soduto.com/", + "languages": [ + "swift", + "objective_c" + ] + }, { "short_description": "macOS status monitoring app written in SwiftUI.", "categories": [ @@ -8733,7 +8747,8 @@ ], "official_site": "", "languages": [ - "swift", + "swift" + ] }, { "short_description": "One-window text editor with syntax highlighting.", @@ -8800,4 +8815,4 @@ ] } ] -} +} \ No newline at end of file From e25720d22a340f81717448a1618373eb1695c188 Mon Sep 17 00:00:00 2001 From: lwouis Date: Thu, 16 Sep 2021 04:18:03 +0900 Subject: [PATCH 489/641] feat: add alt-tab (#681) Co-authored-by: Serhii Londar --- applications.json | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/applications.json b/applications.json index 2d5fcda..f280b4a 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,23 @@ { "applications": [ + { + "short_description": "Windows alt-tab on macOS.", + "categories": [ + "window-management", + "menubar", + "productivity" + ], + "repo_url": "https://github.com/lwouis/alt-tab-macos", + "title": "AltTab", + "icon_url": "", + "screenshots": [ + "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" + ], + "official_site": "https://alt-tab-macos.netlify.app/", + "languages": [ + "swift" + ] + }, { "short_description": "CLI app that controls macOS built-in calendar app from terminal.", "categories": [ @@ -8372,6 +8390,7 @@ ] }, { + "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", "repo_url": "https://github.com/powerwolf543/DuplicateFinder", "official_site": "", "title": "Duplicate Finder", @@ -8456,9 +8475,9 @@ ] }, { - "repo_url": "https://github.com/doekman/osagitfilter", - "official_site": "", - "title": "osagitfilter", + "repo_url" : "https://github.com/doekman/osagitfilter", + "official_site" : "", + "title" : "osagitfilter", "icon_url": "", "screenshots": [], "short_description": "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", @@ -8471,9 +8490,9 @@ ] }, { - "repo_url": "https://github.com/mpv-player/mpv", - "official_site": "https://mpv.io", - "title": "MPV", + "repo_url" : "https://github.com/mpv-player/mpv", + "official_site" : "https://mpv.io", + "title" : "MPV", "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", "screenshots": [ "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" @@ -8506,9 +8525,9 @@ ] }, { - "repo_url": "https://github.com/b3z/reventlou", - "official_site": "", - "title": "reventlou", + "repo_url" : "https://github.com/b3z/reventlou", + "official_site" : "", + "title" : "reventlou", "icon_url": "", "screenshots": [ "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" From 13e88b9f33346e246a7b8032e7aeb56d795160e4 Mon Sep 17 00:00:00 2001 From: jidicula Date: Wed, 15 Sep 2021 15:19:45 -0400 Subject: [PATCH 490/641] feat: Add Beekeeper Studio (#682) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index f280b4a..bdbe96b 100644 --- a/applications.json +++ b/applications.json @@ -8358,6 +8358,23 @@ "chat" ] }, + { + "short_description": "SQL editor and manager with support for SQLite, MySQL, MariaDB, Postgres, CockroachDB, SQL Server, and Amazon Redshift.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/beekeeper-studio/beekeeper-studio", + "title": "Beekeeper Studio", + "icon_url": "https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/master/apps/studio/public/icons/png/512x512.png", + "screenshots": [ + "https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/master/apps/studio/screenshots/beekeeper-studio-demo.gif", + "https://raw.githubusercontent.com/beekeeper-studio/beekeeper-studio/master/apps/studio/screenshots/main.png" + ], + "official_site": "https://www.beekeeperstudio.io", + "languages": [ + "javascript" + ] + }, { "short_description": "Plaintextify your clipboard", "categories": [ From 4cd4b4f627c01bca80620f175f7e14122c5100a8 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Thu, 16 Sep 2021 00:50:20 +0530 Subject: [PATCH 491/641] Add Ferdi (#683) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index bdbe96b..7d023fc 100644 --- a/applications.json +++ b/applications.json @@ -907,6 +907,22 @@ "productivity" ] }, + { + "short_description": "Ferdi is messaging application for services like WhatsApp, Slack, Messenger and many more. It started off as a hard-fork of Franz, but has now surpassed it in features.", + "categories": [ + "chat" + ], + "repo_url": "https://github.com/getferdi/ferdi", + "title": "Ferdi", + "icon_url": "https://getferdi.com/wp-content/uploads/sites/4/2021/08/social-preview.png", + "screenshots": [ + "https://getferdi.com/wp-content/uploads/sites/4/2021/08/laptop-1.png" + ], + "official_site": "https://getferdi.com/", + "languages": [ + "javascript" + ] + }, { "short_description": "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ", "categories": [ From 4b2e49bc924e66731f6947081233c81fd69652e7 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:10:31 +0300 Subject: [PATCH 492/641] Remove travis.yml (#690) Start work on github actions --- .github/github-actions-demo.yml | 26 ++++++++++++++++++++++++++ .travis.yml | 17 ----------------- 2 files changed, 26 insertions(+), 17 deletions(-) create mode 100644 .github/github-actions-demo.yml delete mode 100644 .travis.yml diff --git a/.github/github-actions-demo.yml b/.github/github-actions-demo.yml new file mode 100644 index 0000000..c54b949 --- /dev/null +++ b/.github/github-actions-demo.yml @@ -0,0 +1,26 @@ +name: GitHub Actions Demo +on: [push] +jobs: + setup: + - name: Setup + runs-on: macos-latest + steps: + - run: gem install awesome_bot + - run: gem install bundler + - run: gem install danger + awesome-bot: + - name: awesome-bot + needs: setup + runs-on: macos-latest + - uses: actions/checkout@v2 + - run: 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 + - run: danger + generate-readme: + - name: generate-readme + needs: awesome-bot + runs-on: macos-latest + - uses: actions/checkout@v2 + run: swift ./.github/main.swift + run: chmod +x ./.github/deploy.sh + run: ./.github/deploy.sh + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0ebfb73..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -sudo: required -language: swift -osx_image: xcode11 -rvm: 2.6.3 -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,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 - - chmod +x ./.github/deploy.sh - - ./.github/deploy.sh -notifications: - email: true From bb46e7df12302efabd7016a9776c20d9163fb5e9 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:12:49 +0300 Subject: [PATCH 493/641] GitHub actions (#691) * Remove travis.yml Start work on github actions * Rename files --- .github/workflows/main.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c54b949 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,26 @@ +name: GitHub Actions Demo +on: [push] +jobs: + setup: + - name: Setup + runs-on: macos-latest + steps: + - run: gem install awesome_bot + - run: gem install bundler + - run: gem install danger + awesome-bot: + - name: awesome-bot + needs: setup + runs-on: macos-latest + - uses: actions/checkout@v2 + - run: 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 + - run: danger + generate-readme: + - name: generate-readme + needs: awesome-bot + runs-on: macos-latest + - uses: actions/checkout@v2 + run: swift ./.github/main.swift + run: chmod +x ./.github/deploy.sh + run: ./.github/deploy.sh + \ No newline at end of file From 9dd981b0ed4368ac59f5ec7e825e41998692ce8a Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:13:58 +0300 Subject: [PATCH 494/641] Update github-actions-demo.yml --- .github/github-actions-demo.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/github-actions-demo.yml b/.github/github-actions-demo.yml index c54b949..8845b63 100644 --- a/.github/github-actions-demo.yml +++ b/.github/github-actions-demo.yml @@ -2,25 +2,24 @@ name: GitHub Actions Demo on: [push] jobs: setup: - - name: Setup + name: Setup runs-on: macos-latest steps: - - run: gem install awesome_bot - - run: gem install bundler - - run: gem install danger + run: gem install awesome_bot + run: gem install bundler + run: gem install danger awesome-bot: - - name: awesome-bot + name: awesome-bot needs: setup runs-on: macos-latest - - uses: actions/checkout@v2 - - run: 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 - - run: danger + uses: actions/checkout@v2 + run: 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 + run: danger generate-readme: - - name: generate-readme + name: generate-readme needs: awesome-bot runs-on: macos-latest - - uses: actions/checkout@v2 + uses: actions/checkout@v2 run: swift ./.github/main.swift run: chmod +x ./.github/deploy.sh run: ./.github/deploy.sh - \ No newline at end of file From 15734a7ce98c096ee9fa9b115a5d2223c8bae952 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:16:26 +0300 Subject: [PATCH 495/641] Rename actions file --- .github/{github-actions-demo.yml => main.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{github-actions-demo.yml => main.yml} (100%) diff --git a/.github/github-actions-demo.yml b/.github/main.yml similarity index 100% rename from .github/github-actions-demo.yml rename to .github/main.yml From 5f7573ffb94392f1782371924cec263888e2756a Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:17:40 +0300 Subject: [PATCH 496/641] Update actions file --- .github/main.yml | 25 ------------------------- .github/workflows/main.yml | 21 ++++++++++----------- 2 files changed, 10 insertions(+), 36 deletions(-) delete mode 100644 .github/main.yml diff --git a/.github/main.yml b/.github/main.yml deleted file mode 100644 index 8845b63..0000000 --- a/.github/main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: GitHub Actions Demo -on: [push] -jobs: - setup: - name: Setup - runs-on: macos-latest - steps: - run: gem install awesome_bot - run: gem install bundler - run: gem install danger - awesome-bot: - name: awesome-bot - needs: setup - runs-on: macos-latest - uses: actions/checkout@v2 - run: 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 - run: danger - generate-readme: - name: generate-readme - needs: awesome-bot - runs-on: macos-latest - uses: actions/checkout@v2 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - run: ./.github/deploy.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c54b949..8845b63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,25 +2,24 @@ name: GitHub Actions Demo on: [push] jobs: setup: - - name: Setup + name: Setup runs-on: macos-latest steps: - - run: gem install awesome_bot - - run: gem install bundler - - run: gem install danger + run: gem install awesome_bot + run: gem install bundler + run: gem install danger awesome-bot: - - name: awesome-bot + name: awesome-bot needs: setup runs-on: macos-latest - - uses: actions/checkout@v2 - - run: 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 - - run: danger + uses: actions/checkout@v2 + run: 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 + run: danger generate-readme: - - name: generate-readme + name: generate-readme needs: awesome-bot runs-on: macos-latest - - uses: actions/checkout@v2 + uses: actions/checkout@v2 run: swift ./.github/main.swift run: chmod +x ./.github/deploy.sh run: ./.github/deploy.sh - \ No newline at end of file From 7cde213c29d42bdb5846ff4d6b7e75dc3fb9aae2 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:20:10 +0300 Subject: [PATCH 497/641] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8845b63..a3760a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,3 @@ -name: GitHub Actions Demo on: [push] jobs: setup: From 333bb37d47d45c58a2de7663e0dfbc50de0b96ed Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:24:23 +0300 Subject: [PATCH 498/641] Update main.yml --- .github/workflows/main.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3760a8..ff9ab09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,24 +1,22 @@ +name: GitHub Actions Demo on: [push] jobs: setup: - name: Setup runs-on: macos-latest steps: - run: gem install awesome_bot - run: gem install bundler - run: gem install danger + - run: gem install awesome_bot + - run: gem install bundler + - run: gem install danger awesome-bot: - name: awesome-bot needs: setup runs-on: macos-latest uses: actions/checkout@v2 - run: 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 - run: danger + - run: 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 + - run: danger generate-readme: - name: generate-readme needs: awesome-bot runs-on: macos-latest uses: actions/checkout@v2 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - run: ./.github/deploy.sh + - run: swift ./.github/main.swift + - run: chmod +x ./.github/deploy.sh + - run: ./.github/deploy.sh From 8ef8dfd76528dfee8dcb9b628dc427e265547b5b Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:26:10 +0300 Subject: [PATCH 499/641] Update main.yml --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff9ab09..4ee28b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,13 +10,15 @@ jobs: awesome-bot: needs: setup runs-on: macos-latest - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + steps: - run: 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 - run: danger generate-readme: needs: awesome-bot runs-on: macos-latest - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + steps: - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - run: ./.github/deploy.sh From 437e779ee7a41d41a97207f3e2cc4e5057c429da Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:27:39 +0300 Subject: [PATCH 500/641] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ee28b5..298d103 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,15 +10,15 @@ jobs: awesome-bot: needs: setup runs-on: macos-latest - - uses: actions/checkout@v2 steps: + - uses: actions/checkout@v2 - run: 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 - run: danger generate-readme: needs: awesome-bot runs-on: macos-latest - - uses: actions/checkout@v2 steps: + - uses: actions/checkout@v2 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - run: ./.github/deploy.sh From ffe0728d300cccc3d9dde0cb3acbb30a3dccf0fc Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:29:21 +0300 Subject: [PATCH 501/641] Update main.yml --- .github/workflows/main.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 298d103..7c528db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,18 +7,14 @@ jobs: - run: gem install awesome_bot - run: gem install bundler - run: gem install danger - awesome-bot: + - uses: actions/checkout@v2 + - run: 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 + - run: danger + generate-readme: needs: setup runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - run: 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 - - run: danger - generate-readme: - needs: awesome-bot - runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - run: swift ./.github/main.swift - - run: chmod +x ./.github/deploy.sh - - run: ./.github/deploy.sh + - uses: actions/checkout@v2 + - run: swift ./.github/main.swift + - run: chmod +x ./.github/deploy.sh + - run: ./.github/deploy.sh From 26ac4304f5da739d3c78f836bc468630392c4246 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:41:58 +0300 Subject: [PATCH 502/641] Update actions files --- .github/workflows/main.yml | 15 ++++----------- .github/workflows/pr.yml | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c528db..42aae46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,17 +1,10 @@ name: GitHub Actions Demo -on: [push] +on: + push: + branches: + - main jobs: - setup: - runs-on: macos-latest - steps: - - run: gem install awesome_bot - - run: gem install bundler - - run: gem install danger - - uses: actions/checkout@v2 - - run: 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 - - run: danger generate-readme: - needs: setup runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000..119eb49 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,15 @@ +name: PR +on: + pull_request: + branches: + - main +jobs: + setup: + runs-on: macos-latest + steps: + - run: gem install awesome_bot + - run: gem install bundler + - run: gem install danger + - uses: actions/checkout@v2 + - run: 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 + - run: danger From f1750ca2449b4d31e21395c0de868088582c9204 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:43:03 +0300 Subject: [PATCH 503/641] Rename actions --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42aae46..5f9c075 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: GitHub Actions Demo +name: Generate Readme on: push: branches: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 119eb49..67e4e06 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,4 +1,4 @@ -name: PR +name: Check PR on: pull_request: branches: From 98ba187afad7514e3ceb59182ba3fe4dc349642c Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:44:03 +0300 Subject: [PATCH 504/641] Use correct branch for actions --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f9c075..eb38716 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Generate Readme on: push: branches: - - main + - master jobs: generate-readme: runs-on: macos-latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 67e4e06..022a039 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,7 +2,7 @@ name: Check PR on: pull_request: branches: - - main + - master jobs: setup: runs-on: macos-latest From db7b681cfbe8950c948d07e18bed426dde534bc6 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:51:42 +0300 Subject: [PATCH 505/641] Update main.yml --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb38716..ccbe813 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,4 +10,8 @@ jobs: - uses: actions/checkout@v2 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - - run: ./.github/deploy.sh + - run: git config user.name "serhii-londar" + - run: git config user.email "serhii.londar@gmail.com" + - run: git add README.md + - run: git commit -m "Generate README" + - run: git push --quiet "https://${API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1 From 7c3fb46f5b7e0191fa3e70bbb75627c8b04e6050 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Thu, 16 Sep 2021 22:54:18 +0300 Subject: [PATCH 506/641] Update applications.json --- applications.json | 1 + 1 file changed, 1 insertion(+) diff --git a/applications.json b/applications.json index 7d023fc..878a0cf 100644 --- a/applications.json +++ b/applications.json @@ -8778,6 +8778,7 @@ "repo_url": "https://github.com/soduto/Soduto", "title": "Soduto", "icon_url": "https://soduto.com/images/site-logo.png", + "screenshots": [], "official_site": "https://soduto.com/", "languages": [ "swift", From 2fe2d07c06360d129530eaa98545a5f4e5250ab3 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 16 Sep 2021 19:54:49 +0000 Subject: [PATCH 507/641] Generate README --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 228fdb6..3d08909 100644 --- a/README.md +++ b/README.md @@ -111,11 +111,14 @@ 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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] - [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] - [SpotSpot](https://github.com/will-stone/SpotSpot) - Spotify mini-player for macOS. ![javascript_icon] +- [Spotify4BigSur](https://github.com/fabiusBile/Spotify4BigSur) - Spotify widget for Notification Center. ![swift_icon] - [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] - [Tuner](https://github.com/billthefarmer/ctuner) - Musical Instrument Tuner ![swift_icon] @@ -139,9 +142,11 @@ You can see in which language an app is written. Currently there are following l - [Chromium](https://chromium.googlesource.com/chromium/src/) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. ![javascript_icon] ![cpp_icon] ![c_icon] - [Fathomecat](https://github.com/fathomecat/fathomecat) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon] - [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon] +- [Firefox](https://hg.mozilla.org/mozilla-central/) - Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ![javascript_icon] ![rust_icon] ![cpp_icon] - [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_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] +- [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![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] @@ -151,6 +156,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![javascript_icon] +- [Ferdi](https://github.com/getferdi/ferdi) - Ferdi is messaging application for services like WhatsApp, Slack, Messenger and many more. It started off as a hard-fork of Franz, but has now surpassed it in features. ![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] @@ -173,6 +179,7 @@ You can see in which language an app is written. Currently there are following l - [Float coin](https://github.com/kaunteya/FloatCoin) - Native menu bar app with floating window and support for many Exchanges. ![swift_icon] ### Database +- [Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) - SQL editor and manager with support for SQLite, MySQL, MariaDB, Postgres, CockroachDB, SQL Server, and Amazon Redshift. ![javascript_icon] - [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] @@ -185,6 +192,7 @@ You can see in which language an app is written. Currently there are following l - [Sequel Ace](https://github.com/Sequel-Ace/Sequel-Ace) - Sequel Ace is a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases. ![objective_c_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] +- [redis-pro](https://github.com/cmushroom/redis-pro) - Redis management with SwiftUI. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] ### Development @@ -321,6 +329,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Tincta](https://github.com/CodingFriends/Tincta) - One-window text editor with syntax highlighting. ![objective_c_icon] - [VimR](https://github.com/qvacua/vimr) - Refined Neovim experience for macOS. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] @@ -331,6 +340,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] +- [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![swift_icon] - [Sessions](https://github.com/AlexPerathoner/Sessions) - Safari extension to save your working sessions ![swift_icon] - [Swimat](https://github.com/Jintin/Swimat) - Swimat is an Xcode plug-in to format your Swift code. ![swift_icon] - [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_icon] @@ -349,6 +359,7 @@ You can see in which language an app is written. Currently there are following l - [cd to... ](https://github.com/jbtule/cdto) - Finder Toolbar app to open the current directory in the Terminal ![objective_c_icon] ### Games +- [0 A.D.](https://svn.wildfiregames.com/public/ps/trunk/) - Real-time strategy game of ancient warfare ![cpp_icon] - [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] @@ -419,6 +430,7 @@ You can see in which language an app is written. Currently there are following l ### Menubar - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon] +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_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] @@ -437,6 +449,7 @@ You can see in which language an app is written. Currently there are following l - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![swift_icon] - [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon] +- [Pareto Security](https://github.com/paretoSecurity/pareto-mac/) - A MenuBar app to automatically audit your Mac for basic security hygiene. ![swift_icon] - [Pi Stats](https://github.com/Bunn/PiStats) - macOS app to visualize Pi-hole information. ![swift_icon] ![objective_c_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] @@ -446,6 +459,7 @@ You can see in which language an app is written. Currently there are following l - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_icon] - [SwiftBar](https://github.com/swiftbar/SwiftBar) - Powerful macOS menu bar customization tool. ![swift_icon] - [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_icon] +- [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![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] - [xbar](https://github.com/matryer/xbar) - Put the output from any script or program into your macOS Menu Bar. ![objective_c_icon] @@ -460,6 +474,8 @@ 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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![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] @@ -518,6 +534,8 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] ### Podcast - [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon] @@ -527,11 +545,13 @@ 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 +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [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] +- [Condution](https://github.com/Shabang-Systems/Condution) - Create tasks, manage due dates, and filter with powerful perspectives. ![javascript_icon] - [ControlPlane](https://github.com/dustinrue/ControlPlane) - Automate running tasks based on where you are or what you do. ![objective_c_icon] - [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] - [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon] @@ -565,12 +585,14 @@ You can see in which language an app is written. Currently there are following l - [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] +- [Ueli](https://github.com/oliverschwendener/ueli) - A keystroke launcher for macOS (and Windows) like Spotlight or Alfred. ![typescript_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] - [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] +- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![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] @@ -578,6 +600,7 @@ You can see in which language an app is written. Currently there are following l ### Screensaver - [Aerial](https://github.com/JohnCoates/Aerial) - Apple TV Aerial Screensaver for macOS. ![swift_icon] - [Brooklyn](https://github.com/pedrommcarrasco/Brooklyn) - Screensaver inspired by Apple's Event on October 30, 2018. ![swift_icon] +- [Epoch Flip Clock Screensaver](https://github.com/chrstphrknwtn/epoch-flip-clock-screensaver) - Unix epoch timestamp flip clock screensaver. ![objective_c_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] @@ -590,6 +613,8 @@ 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] +- [Pareto Security](https://github.com/paretoSecurity/pareto-mac/) - A MenuBar app to automatically audit your Mac for basic security hygiene. ![swift_icon] +- [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![swift_icon] - [Swifty](https://github.com/swiftyapp/swifty) - Free and offline password manager. ![javascript_icon] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] @@ -598,6 +623,7 @@ You can see in which language an app is written. Currently there are following l - [Deluge](https://github.com/deluge-torrent/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] +- [Soduto](https://github.com/soduto/Soduto) - Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets. ![swift_icon] ![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] - [mac2imgur](https://github.com/mileswd/mac2imgur) - Simple Mac app designed to make uploading images and screenshots to Imgur quick and effortless. ![swift_icon] @@ -617,6 +643,8 @@ 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] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] +- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_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] @@ -639,6 +667,7 @@ You can see in which language an app is written. Currently there are following l - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_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] +- [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_icon] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![objective_c_icon] @@ -654,6 +683,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] +- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon] ### Touch Bar @@ -705,7 +735,6 @@ You can see in which language an app is written. Currently there are following l - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [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] @@ -725,11 +754,13 @@ You can see in which language an app is written. Currently there are following l - [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Ultra TabSaver is an open-source Tab Manager for Safari ![swift_icon] - [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_icon] - [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon] +- [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] +- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![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] @@ -775,6 +806,8 @@ You can see in which language an app is written. Currently there are following l - [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] ### Window Management +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] +- [AltTab](https://github.com/lwouis/alt-tab-macos) - AltTab brings the power of Windows alt-tab to macOS. ![swift_icon] ![shell_icon] - [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_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] From 6232b81aeb406aebb234e3fbbccbd768bf2f7d01 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Sep 2021 12:21:54 +0300 Subject: [PATCH 508/641] Update applications.json --- applications.json | 86 ++++++++--------------------------------------- 1 file changed, 14 insertions(+), 72 deletions(-) diff --git a/applications.json b/applications.json index 878a0cf..f78aea1 100644 --- a/applications.json +++ b/applications.json @@ -1,23 +1,5 @@ { "applications": [ - { - "short_description": "Windows alt-tab on macOS.", - "categories": [ - "window-management", - "menubar", - "productivity" - ], - "repo_url": "https://github.com/lwouis/alt-tab-macos", - "title": "AltTab", - "icon_url": "", - "screenshots": [ - "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" - ], - "official_site": "https://alt-tab-macos.netlify.app/", - "languages": [ - "swift" - ] - }, { "short_description": "CLI app that controls macOS built-in calendar app from terminal.", "categories": [ @@ -25,7 +7,7 @@ "productivity", "terminal" ], - "repo_url": "https://github.com/ihsanturk/mcal", + "repo_url": "https://github.com/0ihsan/mcalau", "title": "mcal", "icon_url": "", "screenshots": [], @@ -274,8 +256,7 @@ "title": "Aural Player", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Screenshots/Default.png", - "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ChangingColorScheme.gif", + "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/mainDemo.gif", "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/playerView.gif", "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/ABLoop.gif", "https://raw.githubusercontent.com/maculateConception/aural-player/master/Documentation/Demos/UsingFXUnit.gif", @@ -401,7 +382,7 @@ "title": "LocalRadio", "icon_url": "", "screenshots": [ - "https://cdn.rawgit.com/dsward2/LocalRadio/d3eb87c/Documents/LocalRadio-animation.svg" + "https://cdn.jsdelivr.net/gh/dsward2/LocalRadio@d3eb87c/Documents/LocalRadio-animation.svg" ], "official_site": "", "languages": [ @@ -755,9 +736,7 @@ "repo_url": "https://github.com/JadenGeller/Helium", "title": "Helium", "icon_url": "", - "screenshots": [ - "https://heliumfloats.com/screenshot.png" - ], + "screenshots": [], "official_site": "", "languages": [ "objective_c", @@ -783,8 +762,8 @@ "categories": [ "browser" ], - "repo_url": "https://github.com/fathomecat/fathomecat", - "title": "Fathomecat", + "repo_url": "https://github.com/kaktus/kaktus", + "title": "Kaktus", "icon_url": "", "screenshots": [ "https://cldup.com/qsYAu0F-ja.png", @@ -806,7 +785,7 @@ "icon_url": "", "screenshots": [ ], - "official_site": "https://www.mozilla.org/firefox/browsers/", + "official_site": "https://www.mozilla.org/en-US/firefox/browsers/", "languages": [ "javascript", "rust", @@ -2442,23 +2421,6 @@ "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": [ @@ -4417,7 +4379,7 @@ "title": "Standard Notes", "icon_url": "", "screenshots": [ - "https://standardnotes.org/assets/homepage-hero.png" + "https://standardnotes.com/assets/homepage-hero.png" ], "official_site": "", "languages": [ @@ -7475,7 +7437,7 @@ "screenshots": [ "https://camo.githubusercontent.com/51a17fe9599c84dddda6aa5540e8cdbebedfce83/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f707265766965772f706f636b5f776964676574732e706e67" ], - "official_site": "https://pock.dev/", + "official_site": "https://pock.app/", "languages": [ "swift" ] @@ -8423,7 +8385,6 @@ ] }, { - "repo_url" : "https://github.com/powerwolf543/DuplicateFinder", "repo_url": "https://github.com/powerwolf543/DuplicateFinder", "official_site": "", "title": "Duplicate Finder", @@ -8687,7 +8648,7 @@ ], "repo_url": "https://github.com/oliverschwendener/ueli", "title": "Ueli", - "icon_url": "https://github.com/oliverschwendener/ueli/raw/dev/img/icons/mac/ueliTemplate.png", + "icon_url": "https://raw.githubusercontent.com/oliverschwendener/ueli/dev/img/icons/mac/ueliTemplate.png", "screenshots": [ "https://github.com/oliverschwendener/ueli/blob/dev/assets/feature-simple-folder-search.png?raw=true" ], @@ -8705,11 +8666,11 @@ ], "repo_url": "https://github.com/wulkano/Plug", "title": "Plug", - "icon_url": "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", + "icon_url": "https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", "screenshots": [ - "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" + "https://raw.githubusercontent.com/wulkano/Plug/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" ], - "official_site": "https://plugformac.com", + "official_site": "https://www.plugformac.com/", "languages": [ "swift" ] @@ -8750,25 +8711,6 @@ "languages": [ "swift", ] - }, - { - "short_description": "Discover and listen to music from Hype Machine.", - "categories": [ - "music", - "audio", - "player", - "streaming" - ], - "repo_url": "https://github.com/wulkano/Plug", - "title": "Plug", - "icon_url": "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Plug/Images.xcassets/AppIcon.appiconset/256.png", - "screenshots": [ - "https://github.com/wulkano/Plug/raw/1ae6383ad9ad7026ce6fad4f1ea7ce3356c1f722/Media/screenshot.jpg" - ], - "official_site": "https://plugformac.com", - "languages": [ - "swift" - ] }, { "short_description": "Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets.", @@ -8830,7 +8772,7 @@ "screenshots": [ "https://user-images.githubusercontent.com/2920167/125376778-4f614c00-e3be-11eb-8c11-7195e4cdb665.png" ], - "official_site": "https://github.com/cmushroom/redis-pro", + "official_site": "", "languages": [ "swift" ] From 4cccf062c593fdf16122b5dc2aed57324ae97679 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 09:22:27 +0000 Subject: [PATCH 509/641] Generate README --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3d08909..4678896 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,6 @@ You can see in which language an app is written. Currently there are following l - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] -- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] - [Scope](https://github.com/billthefarmer/audiotools/tree/master/Scope/swift) - Audio Oscilloscope ![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] @@ -140,10 +139,10 @@ You can see in which language an app is written. Currently there are following l - [Beaker Browser](https://github.com/beakerbrowser/beaker) - Beaker is an experimental peer-to-peer Web browser. ![javascript_icon] - [Brave Browser](https://github.com/brave/brave-browser) - Brave browser for Desktop and Laptop computers running Windows, macOS, and Linux. ![javascript_icon] - [Chromium](https://chromium.googlesource.com/chromium/src/) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. ![javascript_icon] ![cpp_icon] ![c_icon] -- [Fathomecat](https://github.com/fathomecat/fathomecat) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon] - [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon] - [Firefox](https://hg.mozilla.org/mozilla-central/) - Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ![javascript_icon] ![rust_icon] ![cpp_icon] - [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon] +- [Kaktus](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] - [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![swift_icon] @@ -242,7 +241,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [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/vercel/now-desktop) - Create deployments right from the tray menu. ![javascript_icon] - [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli) - Open source tool for managing i18n keys in software projects. ![swift_icon] - [aws-s3-uploader](https://github.com/RafalWilinski/s3-uploader) - Simple macOS app for uploading files to Amazon Web Services. ![javascript_icon] @@ -430,7 +428,6 @@ You can see in which language an app is written. Currently there are following l ### Menubar - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon] -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_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] @@ -475,7 +472,6 @@ You can see in which language an app is written. Currently there are following l - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] -- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![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] @@ -535,7 +531,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] -- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] ### Podcast - [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_icon] @@ -545,7 +540,6 @@ 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 -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [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] @@ -592,7 +586,7 @@ You can see in which language an app is written. Currently there are following l - [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] -- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] +- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![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] @@ -644,7 +638,6 @@ 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] - [OBS Studio](https://github.com/obsproject/obs-studio) - Free and open source software for live streaming and screen recording. ![cpp_icon] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] -- [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_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] @@ -683,7 +676,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] +- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon] ### Touch Bar @@ -760,7 +753,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [mcal](https://github.com/ihsanturk/mcal) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] +- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![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] @@ -806,7 +799,6 @@ You can see in which language an app is written. Currently there are following l - [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] ### Window Management -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AltTab](https://github.com/lwouis/alt-tab-macos) - AltTab brings the power of Windows alt-tab to macOS. ![swift_icon] ![shell_icon] - [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon] - [AppGrid](https://github.com/mjolnirapp/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon] From c22b1c1815e4489c0f5eb597e30e0141ff37632a Mon Sep 17 00:00:00 2001 From: mcha <13101565+mcha-dev@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:35:05 +0700 Subject: [PATCH 510/641] added borgbase, vorta for backups (#674) * added borgbase, vorta for backups * Update applications.json Co-authored-by: mcha Co-authored-by: Serhii Londar --- applications.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/applications.json b/applications.json index f78aea1..ae70eb0 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,37 @@ { "applications": [ + { + "short_description": "Simple and Secure Offsite Backups", + "categories": [ + "backup" + ], + "repo_url": "https://github.com/borgbase", + "title": "BorgBase/Vorta", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.borgbase.com/", + "languages": [ + "python" + ] + }, + { + "short_description": "Windows alt-tab on macOS.", + "categories": [ + "window-management", + "menubar", + "productivity" + ], + "repo_url": "https://github.com/lwouis/alt-tab-macos", + "title": "AltTab", + "icon_url": "", + "screenshots": [ + "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" + ], + "official_site": "https://alt-tab-macos.netlify.app/", + "languages": [ + "swift" + ] + }, { "short_description": "CLI app that controls macOS built-in calendar app from terminal.", "categories": [ From 372b411ec617610bafcc5381a049e07bb4cec022 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 09:35:33 +0000 Subject: [PATCH 511/641] Generate README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4678896..a61874b 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ You can see in which language an app is written. Currently there are following l - [waveSDR](https://github.com/getoffmyhack/waveSDR) - macOS native desktop Software Defined Radio application using the RTL-SDR USB device. ![swift_icon] ### Backup +- [BorgBase/Vorta](https://github.com/borgbase) - Simple and Secure Offsite Backups ![python_icon] - [Mackup](https://github.com/lra/mackup) - Keep your application settings in sync (macOS/Linux). ![python_icon] - [Syncalicious](https://github.com/zenangst/Syncalicious) - Keeping multiple macOS preferences in sync can be painful, but it shouldn't be. ![swift_icon] - [UrBackup](https://github.com/uroni/urbackup_backend) - UrBackup is Client/Server network backup for Windows, macOS and Linux. ![cpp_icon] ![c_icon] @@ -428,6 +429,7 @@ You can see in which language an app is written. Currently there are following l ### Menubar - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon] +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_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] @@ -540,6 +542,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 +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [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] @@ -799,6 +802,7 @@ You can see in which language an app is written. Currently there are following l - [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] ### Window Management +- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AltTab](https://github.com/lwouis/alt-tab-macos) - AltTab brings the power of Windows alt-tab to macOS. ![swift_icon] ![shell_icon] - [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon] - [AppGrid](https://github.com/mjolnirapp/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon] From 8b7868152926e55b4c7527569e88f392766a378b Mon Sep 17 00:00:00 2001 From: Kevin Kwa Date: Fri, 17 Sep 2021 17:41:13 +0800 Subject: [PATCH 512/641] Add Min Browser (#684) * Add Min Browser * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index ae70eb0..cf7db81 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,20 @@ { "applications": [ { + "short_description": "A fast and efficient minimal web browser.", + "categories": [ + "browser" + ], + "repo_url": "https://github.com/minbrowser/min", + "title": "Min Browser", + "icon_url": "", + "screenshots": [], + "official_site": "https://minbrowser.org", + "languages": [ + "javascript" + ] + }, + { "short_description": "Simple and Secure Offsite Backups", "categories": [ "backup" @@ -8842,4 +8856,4 @@ ] } ] -} \ No newline at end of file +} From c7dff2d1b161be767d664b48c036ed35485798f1 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 09:41:42 +0000 Subject: [PATCH 513/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a61874b..c920bbe 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ You can see in which language an app is written. Currently there are following l - [Firefox](https://hg.mozilla.org/mozilla-central/) - Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ![javascript_icon] ![rust_icon] ![cpp_icon] - [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon] - [Kaktus](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon] +- [Min Browser](https://github.com/minbrowser/min) - A fast and efficient minimal web browser. ![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] - [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![swift_icon] From 06dceda854c9153f085c2a7cb94ee0a70a44d7f0 Mon Sep 17 00:00:00 2001 From: glinda93 <72871001+glinda93@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:44:12 +0900 Subject: [PATCH 514/641] Add Winds (#685) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index cf7db81..b4e9669 100644 --- a/applications.json +++ b/applications.json @@ -8758,6 +8758,24 @@ "swift", ] }, + { + "short_description": "A Beautiful Open Source RSS & Podcast App Powered by Getstream.io", + "categories": [ + "news", + "podcast" + ], + "repo_url": "https://github.com/GetStream/Winds", + "title": "Winds", + "icon_url": "https://raw.githubusercontent.com/GetStream/Winds/23c0e6d44cf57d65960094c5b238820e502b16b1/app/public/favicons/favicon-256x256.png", + "screenshots": [ + "https://camo.githubusercontent.com/a632526f284f114b74e16c393ce5ccac4ddefa48e168d7f81f5b3fa0be6abe5e/68747470733a2f2f692e696d6775722e636f6d2f573166706f77562e706e67", + "https://camo.githubusercontent.com/6041b4f4b94786f08926fb72b1a99c4f72031d104c3100bf1a360ff9dc90276d/68747470733a2f2f692e696d6775722e636f6d2f416c56674454672e706e67", + "https://camo.githubusercontent.com/2c483da82086b0b3b34ca830bef20c369bc2dad69cf821160139c6bc16cf62fb/68747470733a2f2f692e696d6775722e636f6d2f7a6157744e66562e706e67", + "https://camo.githubusercontent.com/22169746bd679f718abc946763175a2d7d9ee37dcab67289748a7cfb6f8aaae1/68747470733a2f2f692e696d6775722e636f6d2f746832343772412e706e67", + "https://camo.githubusercontent.com/cda2850aa41cf19f52977012b205864b713b8acd71e2de27fbce37bb37e36ecc/68747470733a2f2f692e696d6775722e636f6d2f443377743757332e706e67" + ], + "official_site": "https://getstream.io/winds/" + }, { "short_description": "Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets.", "categories": [ From b82b556b06f6f56baee10e8e6cdd305cbc756d8a Mon Sep 17 00:00:00 2001 From: Heysem Katibi Date: Fri, 17 Sep 2021 12:48:00 +0300 Subject: [PATCH 515/641] Adding Stringz to the list (#687) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index b4e9669..e466ae8 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,24 @@ { "applications": [ + { + "short_description": "A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.", + "categories": [ + "development", + "ios--macos", + "utilities" + ], + "repo_url": "https://github.com/mohakapt/Stringz", + "title": "Stringz", + "icon_url": "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/app_icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png", + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png" + ], + "official_site": "", + "languages": [ + "swift" + ] + }, { "short_description": "A fast and efficient minimal web browser.", "categories": [ From 9428f7c34f1144d04050c348c40e9fdbf7f8b880 Mon Sep 17 00:00:00 2001 From: NylaTheWolf <41797151+NylaTheWolf@users.noreply.github.com> Date: Fri, 17 Sep 2021 05:48:21 -0400 Subject: [PATCH 516/641] Mockup Generator was deleted from Github. (#688) I removed the Mockup Generator, as the project was deleted from Github. It's certainly possible there's a replacement/fork of it, so it's probably a good idea to look for one. From c06a8a3308f1bfcde5188bb7484efb2ceac0e024 Mon Sep 17 00:00:00 2001 From: Linus Skucas Date: Fri, 17 Sep 2021 02:48:53 -0700 Subject: [PATCH 517/641] Add Chess.app (#689) --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index e466ae8..40bf51f 100644 --- a/applications.json +++ b/applications.json @@ -8891,6 +8891,22 @@ "languages": [ "javascript" ] - } + }, + { + "short_description": "The chess app that comes with macOS.", + "categories": [ + "games" + ], + "repo_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/", + "title": "Chess", + "icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png", + "screenshots": [ + "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", + ], + "official_site": "https://apple.com", + "languages": [ + "objective-c" + ] + } ] } From b778782b965b6d75e2d438802957fb4e41c0f8dc Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Sep 2021 12:52:03 +0300 Subject: [PATCH 518/641] Update applications.json --- applications.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/applications.json b/applications.json index 40bf51f..b1bbc5e 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,6 @@ { "applications": [ - { + { "short_description": "A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.", "categories": [ "development", @@ -32,8 +32,8 @@ "languages": [ "javascript" ] - }, - { + }, + { "short_description": "Simple and Secure Offsite Backups", "categories": [ "backup" @@ -8774,7 +8774,7 @@ ], "official_site": "", "languages": [ - "swift", + "swift" ] }, { @@ -8793,7 +8793,10 @@ "https://camo.githubusercontent.com/22169746bd679f718abc946763175a2d7d9ee37dcab67289748a7cfb6f8aaae1/68747470733a2f2f692e696d6775722e636f6d2f746832343772412e706e67", "https://camo.githubusercontent.com/cda2850aa41cf19f52977012b205864b713b8acd71e2de27fbce37bb37e36ecc/68747470733a2f2f692e696d6775722e636f6d2f443377743757332e706e67" ], - "official_site": "https://getstream.io/winds/" + "official_site": "https://getstream.io/winds/", + "languages": [ + "javascript" + ] }, { "short_description": "Soduto is a KDEConnect compatible application for macOS. It gives AirDrop like integration and allows file and clipboard sharing between your phones, desktops and tablets.", From cf32fa236f6048ee6186f60ea4f63d4742747443 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 09:52:35 +0000 Subject: [PATCH 519/641] Generate README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c920bbe..8261327 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ You can see in which language an app is written. Currently there are following l - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![swift_icon] #### Git - [Cashew](https://github.com/dhennessy/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon] @@ -284,6 +285,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![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] @@ -362,6 +364,7 @@ You can see in which language an app is written. Currently there are following l - [0 A.D.](https://svn.wildfiregames.com/public/ps/trunk/) - Real-time strategy game of ancient warfare ![cpp_icon] - [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] +- [Chess](https://opensource.apple.com/source/Chess/Chess-410.4.1/) - The chess app that comes with macOS. ![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] - [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) - Re-implementation of RollerCoaster Tycoon 2. ![cpp_icon] @@ -485,6 +488,7 @@ You can see in which language an app is written. Currently there are following l - [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![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] +- [Winds](https://github.com/GetStream/Winds) - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io ![javascript_icon] - [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_icon] - [hacker-menu](https://github.com/owenthereal/hacker-menu) - Hacker News Delivered to Desktop. ![javascript_icon] @@ -540,6 +544,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Winds](https://github.com/GetStream/Winds) - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io ![javascript_icon] - [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon] ### Productivity @@ -743,6 +748,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] - [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_icon] +- [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![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] - [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] From c18de5be263c46e2fb60912ffddde21a9a5ef20b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 17 Sep 2021 16:57:17 +0700 Subject: [PATCH 520/641] Add Pasteboard Viewer (#692) Co-authored-by: Serhii Londar --- applications.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index b1bbc5e..5eb063f 100644 --- a/applications.json +++ b/applications.json @@ -8894,6 +8894,22 @@ "languages": [ "javascript" ] + }, + { + "short_description": "Inspect the system pasteboards.", + "categories": [ + "development" + ], + "repo_url": "https://github.com/sindresorhus/Pasteboard-Viewer", + "title": "Pasteboard Viewer", + "icon_url": "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/AppIcon.png", + "screenshots": [ + "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg" + ], + "official_site": "https://sindresorhus.com/pasteboard-viewer", + "languages": [ + "swift" + ] }, { "short_description": "The chess app that comes with macOS.", @@ -8911,5 +8927,4 @@ "objective-c" ] } - ] } From 4ba63a8cdeb51dd0e905d02e50380ba6ec299563 Mon Sep 17 00:00:00 2001 From: RicoToothless <39393540+RicoToothless@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:58:43 +0800 Subject: [PATCH 521/641] Add LosslessCut (#693) * feat: add lossless-cut * chore: delete unnecessary space Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ categories.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 5eb063f..ea338d0 100644 --- a/applications.json +++ b/applications.json @@ -8896,6 +8896,23 @@ ] }, { + "short_description": "The swiss army knife of lossless video/audio editing without re-encoding.", + "categories": [ + "audio", + "video" + ], + "repo_url": "https://github.com/mifi/lossless-cut", + "title": "LosslessCut", + "icon_url": "https://raw.githubusercontent.com/mifi/lossless-cut/master/src/icon.svg", + "screenshots": [ + "https://raw.githubusercontent.com/mifi/lossless-cut/master/main_screenshot.jpg" + ], + "official_site": "https://mifi.no/losslesscut/", + "languages": [ + "javascript" + ] + }, + { "short_description": "Inspect the system pasteboards.", "categories": [ "development" diff --git a/categories.json b/categories.json index 576c139..757ec26 100644 --- a/categories.json +++ b/categories.json @@ -1,5 +1,5 @@ { -"categories": +"categories": [ { "title": "Audio", From 62fb6737c469cabac7c15413212cc8c47af5ba10 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 17 Sep 2021 13:03:03 +0300 Subject: [PATCH 522/641] Update applications.json --- applications.json | 79 ++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/applications.json b/applications.json index ea338d0..19ee8b3 100644 --- a/applications.json +++ b/applications.json @@ -11,8 +11,8 @@ "title": "Stringz", "icon_url": "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/app_icon.png", "screenshots": [ - "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png", - "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png" + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png", + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png" ], "official_site": "", "languages": [ @@ -848,15 +848,14 @@ "repo_url": "https://hg.mozilla.org/mozilla-central/", "title": "Firefox", "icon_url": "", - "screenshots": [ - ], + "screenshots": [], "official_site": "https://www.mozilla.org/en-US/firefox/browsers/", "languages": [ "javascript", "rust", "cpp" ] - }, + }, { "short_description": "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5. ", "categories": [ @@ -8534,9 +8533,9 @@ ] }, { - "repo_url" : "https://github.com/doekman/osagitfilter", - "official_site" : "", - "title" : "osagitfilter", + "repo_url": "https://github.com/doekman/osagitfilter", + "official_site": "", + "title": "osagitfilter", "icon_url": "", "screenshots": [], "short_description": "Filter to put OSA languages (AppleScript, JavaScript) into git, as if they where plain text-files.", @@ -8549,9 +8548,9 @@ ] }, { - "repo_url" : "https://github.com/mpv-player/mpv", - "official_site" : "https://mpv.io", - "title" : "MPV", + "repo_url": "https://github.com/mpv-player/mpv", + "official_site": "https://mpv.io", + "title": "MPV", "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", "screenshots": [ "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" @@ -8584,9 +8583,9 @@ ] }, { - "repo_url" : "https://github.com/b3z/reventlou", - "official_site" : "", - "title" : "reventlou", + "repo_url": "https://github.com/b3z/reventlou", + "official_site": "", + "title": "reventlou", "icon_url": "", "screenshots": [ "https://github.com/b3z/reventlou/blob/master/assets/screenshot.png" @@ -8687,7 +8686,7 @@ "official_site": "", "languages": [ "swift" - ] + ] }, { "short_description": "Real-time strategy game of ancient warfare", @@ -8698,8 +8697,8 @@ "title": "0 A.D.", "icon_url": "https://play0ad.com/wp-content/themes/nova/images/logo.png", "screenshots": [ - "https://play0ad.com/wp-content/gallery/screenshots/EgyptianPyramids.jpg", - "https://play0ad.com/wp-content/gallery/screenshots/screenshot0088.png" + "https://play0ad.com/wp-content/gallery/screenshots/EgyptianPyramids.jpg", + "https://play0ad.com/wp-content/gallery/screenshots/screenshot0088.png" ], "official_site": "https://play0ad.com", "languages": [ @@ -8719,7 +8718,8 @@ ], "official_site": "https://ueli.app/", "languages": [ - "typescript"] + "typescript" + ] }, { "short_description": "Discover and listen to music from Hype Machine.", @@ -8750,7 +8750,7 @@ "title": "Pareto Security", "icon_url": "https://github.com/ParetoSecurity/pareto-mac/blob/main/assets/icon.png?raw=true", "screenshots": [ - "https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png" + "https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png" ], "official_site": "https://paretosecurity.app/", "languages": [ @@ -8846,8 +8846,8 @@ "languages": [ "objective_c" ] - }, - { + }, + { "short_description": "Redis management with SwiftUI.", "categories": [ "database" @@ -8912,7 +8912,7 @@ "javascript" ] }, - { + { "short_description": "Inspect the system pasteboards.", "categories": [ "development" @@ -8928,20 +8928,21 @@ "swift" ] }, - { - "short_description": "The chess app that comes with macOS.", - "categories": [ - "games" - ], - "repo_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/", - "title": "Chess", - "icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png", - "screenshots": [ - "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", - ], - "official_site": "https://apple.com", - "languages": [ - "objective-c" - ] - } -} + { + "short_description": "The chess app that comes with macOS.", + "categories": [ + "games" + ], + "repo_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/", + "title": "Chess", + "icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png", + "screenshots": [ + "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", + ], + "official_site": "https://apple.com", + "languages": [ + "objective-c" + ] + } + ] +} \ No newline at end of file From 704baf986d2f23b5622e2d8ea3a193eacb23a5ad Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 10:03:33 +0000 Subject: [PATCH 523/641] Generate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8261327..629e2b1 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 - [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] - [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] +- [LosslessCut](https://github.com/mifi/lossless-cut) - The swiss army knife of lossless video/audio editing without re-encoding. ![javascript_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] - [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_icon] @@ -200,6 +201,7 @@ You can see in which language an app is written. Currently there are following l - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] +- [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. ![swift_icon] - [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![swift_icon] #### Git @@ -784,6 +786,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [LosslessCut](https://github.com/mifi/lossless-cut) - The swiss army knife of lossless video/audio editing without re-encoding. ![javascript_icon] - [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![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] From 14130f658e0c30aa4b727502cc9e1ad4ebeec91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Fri, 17 Sep 2021 12:07:55 +0200 Subject: [PATCH 524/641] =?UTF-8?q?=E2=9C=A8=20add=20linked=20(#654)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ add linked * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/applications.json b/applications.json index 19ee8b3..bd78dd0 100644 --- a/applications.json +++ b/applications.json @@ -8672,6 +8672,27 @@ "swift" ] }, + { + "short_description": "🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ", + "categories": [ + "productivity", + "notes", + "markdown" + ], + "repo_url": "https://github.com/lostdesign/linked", + "title": "linked", + "icon_url": "https://github.com/lostdesign/linked/blob/master/appIcon/icon.png", + "screenshots": [ + "https://user-images.githubusercontent.com/5164617/112966541-9f3b4080-914a-11eb-9dff-00ea2a121b93.png", + "https://user-images.githubusercontent.com/5164617/112368648-97f3dd00-8cdb-11eb-8865-0203264d420b.png" + ], + "official_site": "https://uselinked.com", + "languages": [ + "javascript", + "vue", + "css" + ] + }, { "short_description": "Spotify widget for Notification Center.", "categories": [ From f7278d4abc0016206c8802dc0217f92ac0ca577a Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 17 Sep 2021 10:08:26 +0000 Subject: [PATCH 525/641] Generate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 629e2b1..5c35175 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![type_script_icon] +- [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] #### TeX - [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon] @@ -508,6 +509,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [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] @@ -596,6 +598,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon] - [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] From e1272041e0e293322812e938226750f1f0f5bc2d Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sat, 18 Sep 2021 19:47:43 +0300 Subject: [PATCH 526/641] Update applications.json (#695) * Update applications.json Add Dynamic Dark Mode * Fix link issues * Update applications.json * Update pr.yml * Update pr.yml --- .github/workflows/pr.yml | 1 - applications.json | 66 ++++++++++++++-------------------------- 2 files changed, 23 insertions(+), 44 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 022a039..d1ea45e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,4 +12,3 @@ jobs: - run: gem install danger - uses: actions/checkout@v2 - run: 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 - - run: danger diff --git a/applications.json b/applications.json index bd78dd0..3bb0a23 100644 --- a/applications.json +++ b/applications.json @@ -47,40 +47,6 @@ "python" ] }, - { - "short_description": "Windows alt-tab on macOS.", - "categories": [ - "window-management", - "menubar", - "productivity" - ], - "repo_url": "https://github.com/lwouis/alt-tab-macos", - "title": "AltTab", - "icon_url": "", - "screenshots": [ - "https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg" - ], - "official_site": "https://alt-tab-macos.netlify.app/", - "languages": [ - "swift" - ] - }, - { - "short_description": "CLI app that controls macOS built-in calendar app from terminal.", - "categories": [ - "utilities", - "productivity", - "terminal" - ], - "repo_url": "https://github.com/0ihsan/mcalau", - "title": "mcal", - "icon_url": "", - "screenshots": [], - "official_site": "", - "languages": [ - "swift" - ] - }, { "short_description": "Tiny stocks watcher for the menu bar.", "categories": [ @@ -4442,9 +4408,7 @@ "repo_url": "https://github.com/standardnotes/web", "title": "Standard Notes", "icon_url": "", - "screenshots": [ - "https://standardnotes.com/assets/homepage-hero.png" - ], + "screenshots": [ ], "official_site": "", "languages": [ "javascript", @@ -8663,11 +8627,11 @@ ], "repo_url": "https://github.com/hbowie/notenik-swift", "title": "Notenik", - "icon_url": "https://notenik.net/images/notenik.png", + "icon_url": "https://notenik.app/images/notenik.png", "screenshots": [ - "https://notenik.net/images/notenik-list-and-display.jpg" + "https://notenik.app/images/notenik-list-and-display.jpg" ], - "official_site": "https://notenik.net", + "official_site": "https://notenik.app", "languages": [ "swift" ] @@ -8940,9 +8904,9 @@ ], "repo_url": "https://github.com/sindresorhus/Pasteboard-Viewer", "title": "Pasteboard Viewer", - "icon_url": "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/AppIcon.png", + "icon_url": "https://raw.githubusercontent.com/sindresorhus/Pasteboard-Viewer/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/AppIcon.png", "screenshots": [ - "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg" + "https://raw.githubusercontent.com/sindresorhus/Pasteboard-Viewer/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg" ], "official_site": "https://sindresorhus.com/pasteboard-viewer", "languages": [ @@ -8960,10 +8924,26 @@ "screenshots": [ "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", ], - "official_site": "https://apple.com", + "official_site": "https://www.apple.com/", "languages": [ "objective-c" ] + }, + { + "short_description": "Dynamic Dark Mode is the app you are looking for to power up Dark Mode on macOS Mojave and beyond.", + "categories": [ + "games" + ], + "repo_url": "https://github.com/ApolloZhu/Dynamic-Dark-Mode", + "title": "Dynamic Dark Mode", + "icon_url": "", + "screenshots": [ + "https://user-images.githubusercontent.com/10842684/54065701-b240e800-41f2-11e9-8f7a-5d502ab27c4e.png" + ], + "official_site": "https://apollozhu.github.io/Dynamic-Dark-Mode/", + "languages": [ + "swift" + ] } ] } \ No newline at end of file From 05297178b068d65ede67d9e6b4612614088f3c28 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 18 Sep 2021 16:48:14 +0000 Subject: [PATCH 527/641] Generate README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5c35175..3927932 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ You can see in which language an app is written. Currently there are following l - [Boxer](https://github.com/alunbestor/Boxer) - The DOS game emulator that’s fit for your Mac. ![cpp_icon] ![objective_c_icon] - [Chess](https://opensource.apple.com/source/Chess/Chess-410.4.1/) - The chess app that comes with macOS. ![objective-c_icon] - [Dolphin](https://github.com/dolphin-emu/dolphin) - Powerful emulator for Nintendo GameCube and Wii games. ![cpp_icon] +- [Dynamic Dark Mode](https://github.com/ApolloZhu/Dynamic-Dark-Mode) - Dynamic Dark Mode is the app you are looking for to power up Dark Mode on macOS Mojave and beyond. ![swift_icon] - [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] @@ -436,7 +437,6 @@ You can see in which language an app is written. Currently there are following l ### Menubar - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon] -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_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] @@ -552,7 +552,6 @@ 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 -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [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] @@ -600,7 +599,6 @@ You can see in which language an app is written. Currently there are following l - [espanso](https://github.com/federico-terzi/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon] -- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![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] @@ -690,7 +688,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![swift_icon] - [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon] ### Touch Bar @@ -768,7 +765,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] -- [mcal](https://github.com/0ihsan/mcalau) - CLI app that controls macOS built-in calendar app from terminal. ![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] @@ -815,7 +811,6 @@ You can see in which language an app is written. Currently there are following l - [pyDailyChanger](https://github.com/IngoMeyer441/pyDailyChanger) - pyDailyChanger is a program that changes your wallpaper daily. ![python_icon] ### Window Management -- [AltTab](https://github.com/lwouis/alt-tab-macos) - Windows alt-tab on macOS. ![swift_icon] - [AltTab](https://github.com/lwouis/alt-tab-macos) - AltTab brings the power of Windows alt-tab to macOS. ![swift_icon] ![shell_icon] - [Amethyst](https://github.com/ianyh/Amethyst) - Automatic tiling window manager for macOS. ![swift_icon] - [AppGrid](https://github.com/mjolnirapp/AppGrid) - Grid-based keyboard window manager for macOS. ![objective_c_icon] From 44e265956310bd72e3bacf9ef02986e92fe744e8 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sat, 16 Oct 2021 12:43:03 +0300 Subject: [PATCH 528/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 968538b..d863738 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -22,7 +22,7 @@ let header = """ 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! -To receive all new or popular applications you can join our [telegram chanel](https://t.me/opensourcemacosapps). +To receive all new or popular applications you can join our [telegram channel](https://t.me/opensourcemacosapps). ## Support From 608330cdc21e7e4ad695febacafa70ac7d76e651 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 16 Oct 2021 09:46:29 +0000 Subject: [PATCH 529/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3927932..c1b5c7c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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! -To receive all new or popular applications you can join our [telegram chanel](https://t.me/opensourcemacosapps). +To receive all new or popular applications you can join our [telegram channel](https://t.me/opensourcemacosapps). ## Support From 889f08e3d4250b4b6ae88ac6f639838977d0b2b6 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 31 Oct 2021 11:27:36 +1300 Subject: [PATCH 530/641] fix: resolve unrendered shell icon (#726) * Update README.md * Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b5c7c..281ce05 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ You can see in which language an app is written. Currently there are following l - ![python_icon] - Python language. - ![ruby_icon] - Ruby language. - ![rust_icon] - Rust language. +- ![shell_icon] - Shell language. - ![swift_icon] - Swift language. - ![type_script_icon] - TypeScript language. @@ -846,5 +847,6 @@ Thanks to all the people who contribute: [python_icon]: ./icons/python-16.png 'Python language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [rust_icon]: ./icons/rust-16.png 'Rust language.' +[shell_icon]: ./icons/shell-16.png 'Shell 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 a69d77aeed9ff00a66a241962ca13d2785cb39b8 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 30 Oct 2021 22:28:08 +0000 Subject: [PATCH 531/641] Generate README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 281ce05..c1b5c7c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ You can see in which language an app is written. Currently there are following l - ![python_icon] - Python language. - ![ruby_icon] - Ruby language. - ![rust_icon] - Rust language. -- ![shell_icon] - Shell language. - ![swift_icon] - Swift language. - ![type_script_icon] - TypeScript language. @@ -847,6 +846,5 @@ Thanks to all the people who contribute: [python_icon]: ./icons/python-16.png 'Python language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [rust_icon]: ./icons/rust-16.png 'Rust language.' -[shell_icon]: ./icons/shell-16.png 'Shell 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 2e519edcbb2d49b0b0965a53a8e7216a68edfd85 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 31 Oct 2021 01:40:54 +0300 Subject: [PATCH 532/641] Fix issue with shell icon (#727) --- .github/main.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.swift b/.github/main.swift index d863738..b4883cf 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -47,6 +47,7 @@ You can see in which language an app is written. Currently there are following l - ![python_icon] - Python language. - ![ruby_icon] - Ruby language. - ![rust_icon] - Rust language. +- ![shell_icon] - Shell language. - ![swift_icon] - Swift language. - ![type_script_icon] - TypeScript language. @@ -129,6 +130,7 @@ Thanks to all the people who contribute: [python_icon]: ./icons/python-16.png 'Python language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [rust_icon]: ./icons/rust-16.png 'Rust language.' +[shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' [type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' """ From 6fbc00a61264adff2e98c14c121ab4f0efd34908 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 30 Oct 2021 22:41:24 +0000 Subject: [PATCH 533/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1b5c7c..a0a6bcb 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ You can see in which language an app is written. Currently there are following l - ![python_icon] - Python language. - ![ruby_icon] - Ruby language. - ![rust_icon] - Rust language. +- ![shell_icon] - Shell language. - ![swift_icon] - Swift language. - ![type_script_icon] - TypeScript language. @@ -846,5 +847,6 @@ Thanks to all the people who contribute: [python_icon]: ./icons/python-16.png 'Python language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [rust_icon]: ./icons/rust-16.png 'Rust language.' +[shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' [type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' \ No newline at end of file From 4a5fef388a46dd22cabdd802b088e2ab04c9486b Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Tue, 2 Nov 2021 18:14:35 +0200 Subject: [PATCH 534/641] Fix CloudyTabs language (#729) --- applications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index 3bb0a23..703f245 100644 --- a/applications.json +++ b/applications.json @@ -3856,7 +3856,7 @@ ], "official_site": "", "languages": [ - "swift" + "objective_c" ] }, { @@ -8946,4 +8946,4 @@ ] } ] -} \ No newline at end of file +} From 6261398f957f22af3ec99c85925fc530cc5c1f9b Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:15:33 +0000 Subject: [PATCH 535/641] Generate README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a6bcb..f46be80 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ You can see in which language an app is written. Currently there are following l ### 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] -- [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying 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. ![objective_c_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] From cda728eb3d4bd3ed9d2b90ce2ded601ea97599d3 Mon Sep 17 00:00:00 2001 From: Johanan Idicula Date: Tue, 2 Nov 2021 12:18:37 -0400 Subject: [PATCH 536/641] feat: Add AdGuard for Safari (#698) * feat: Add AdGuard for Safari * fix: Correct AdGuard site link --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 703f245..1a83aef 100644 --- a/applications.json +++ b/applications.json @@ -8929,6 +8929,22 @@ "objective-c" ] }, + { + "short_description": "The most advanced ad blocking extension for Safari", + "categories": [ + "extensions" + ], + "repo_url": "https://github.com/adguardteam/adguardforsafari", + "title": "AdGuard for Safari", + "icon_url": "https://camo.githubusercontent.com/b615bb7db1b9bc94567aec6e80a120c6f0bff13d64cc48e962ddf785cc7b18fd/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f616467756172645f7361666172692e737667", + "screenshots": [ + "https://camo.githubusercontent.com/30d586bf934b280622aeac16949d86bb67184250b2b7902b9ea7fcf53e35ca39/68747470733a2f2f63646e2e616467756172642e636f6d2f7075626c69632f416467756172642f436f6d6d6f6e2f7361666172695f66696c746572732e706e673f" + ], + "official_site": "https://adguard.com/en/welcome.html", + "languages": [ + "javascript" + ] + }, { "short_description": "Dynamic Dark Mode is the app you are looking for to power up Dark Mode on macOS Mojave and beyond.", "categories": [ From 28c627c769dc910dbbcef1eee52325e5930cf929 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:19:11 +0000 Subject: [PATCH 537/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f46be80..4e35212 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ You can see in which language an app is written. Currently there are following l - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] ### Extensions +- [AdGuard for Safari](https://github.com/adguardteam/adguardforsafari) - The most advanced ad blocking extension for Safari ![javascript_icon] - [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon] - [Is It Private?](https://github.com/ffittschen/IsItPrivate) - A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled. ![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] From 3922bd099c90fab570578d529f9c5e7b18dc0862 Mon Sep 17 00:00:00 2001 From: Farhan Ghumra Date: Tue, 2 Nov 2021 21:49:16 +0530 Subject: [PATCH 538/641] Add Cyberduck in Sharing-Files section (#699) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 1a83aef..219f4b6 100644 --- a/applications.json +++ b/applications.json @@ -8960,6 +8960,23 @@ "languages": [ "swift" ] + }, + { + "short_description": "Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.", + "categories": [ + "sharing-files" + ], + "repo_url": "https://github.com/iterate-ch/cyberduck", + "title": "Cyberduck", + "icon_url": "https://cdn.cyberduck.io/img/cyberduck-icon-rect-512.png", + "screenshots": [ + "https://cdn.cyberduck.io/img/mac/browser-bookmarks.png", + "https://cdn.cyberduck.io/img/mac/browser.png" + ], + "official_site": "https://cyberduck.io", + "languages": [ + "java" + ] } ] } From f683aa0aea261086617ac43563efa38eae9b7dda Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:19:52 +0000 Subject: [PATCH 539/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e35212..d1551a0 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 - [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] ### Sharing Files +- [Cyberduck](https://github.com/iterate-ch/cyberduck) - Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. ![java_icon] - [Deluge](https://github.com/deluge-torrent/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] From 37b78d539217936416c85f3ad0f82d7210439410 Mon Sep 17 00:00:00 2001 From: Gear J <12108619+gearj@users.noreply.github.com> Date: Tue, 2 Nov 2021 23:21:49 +0700 Subject: [PATCH 540/641] Add dupeGuru (#701) Co-authored-by: Serhii Londar --- applications.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/applications.json b/applications.json index 219f4b6..145878f 100644 --- a/applications.json +++ b/applications.json @@ -8961,6 +8961,21 @@ "swift" ] }, + { + "short_description": "dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents.", + "categories": [ + "finder", + "utilities" + ], + "repo_url": "https://github.com/arsenetar/dupeguru/", + "title": "dupeGuru", + "icon_url": "https://raw.githubusercontent.com/arsenetar/dupeguru/master/images/dgse_logo_128.png", + "screenshots": [], + "official_site": "https://dupeguru.voltaicideas.net/", + "languages": [ + "objective_c" + ] + }, { "short_description": "Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.", "categories": [ From 745c783e2038ff2bd58e000f2fdc8411670c92b7 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:22:20 +0000 Subject: [PATCH 541/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1551a0..390d379 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,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, Hyper or Alacritty. ![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] +- [dupeGuru](https://github.com/arsenetar/dupeguru/) - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents. ![objective_c_icon] ### Games - [0 A.D.](https://svn.wildfiregames.com/public/ps/trunk/) - Real-time strategy game of ancient warfare ![cpp_icon] @@ -762,6 +763,7 @@ You can see in which language an app is written. Currently there are following l - [Ultra TabSaver](https://github.com/Swift-open-source/UltraTabSaver) - Ultra TabSaver is an open-source Tab Manager for Safari ![swift_icon] - [baRSS – Menu Bar RSS Reader](https://github.com/relikd/barss) - RSS & Atom feed reader that lives in the system status bar. ![objective_c_icon] - [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon] +- [dupeGuru](https://github.com/arsenetar/dupeguru/) - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents. ![objective_c_icon] - [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_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 6fa24e8de57d36da0aceb1151b107564ea20aee5 Mon Sep 17 00:00:00 2001 From: halo Date: Tue, 2 Nov 2021 17:23:01 +0100 Subject: [PATCH 542/641] Add LinkLiar (Menubar app for MAC spoofing) (#702) --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 145878f..7c1548d 100644 --- a/applications.json +++ b/applications.json @@ -3815,6 +3815,22 @@ "javascript" ] }, + { + "short_description": "Keep your MAC address random for privacy (intuitive GUI for ifconfig)", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/halo/LinkLiar", + "title": "LinkLiar", + "icon_url": "", + "screenshots": [ + "https://cdn.rawgit.com/halo/LinkLiar/master/docs/screenshot_3.0.1b.svg" + ], + "official_site": "https://halo.github.io/LinkLiar", + "languages": [ + "swift" + ] + }, { "short_description": "macOS menubar status indicator. ", "categories": [ @@ -8652,7 +8668,7 @@ ], "official_site": "https://uselinked.com", "languages": [ - "javascript", + "javascript", "vue", "css" ] From 42055df0b64a6e3128c994e373126e03834bd513 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:23:35 +0000 Subject: [PATCH 543/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 390d379..278e9be 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 - [Hidden Bar](https://github.com/dwarvesf/hidden) - An ultra-light MacOS utility that helps hide menu bar icons ![swift_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] - [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] +- [LinkLiar](https://github.com/halo/LinkLiar) - Keep your MAC address random for privacy (intuitive GUI for ifconfig) ![swift_icon] - [Market Bar](https://github.com/manindaniil/market-bar) - Tiny stocks watcher for the menu bar. ![swift_icon] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] From e2f586efd97ec392cbeba068e132bf56aca92dc9 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Tue, 2 Nov 2021 18:24:31 +0200 Subject: [PATCH 544/641] Add Pika (#703) --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 7c1548d..eec34e4 100644 --- a/applications.json +++ b/applications.json @@ -4053,6 +4053,24 @@ "swift" ] }, + { + "short_description": "Is an easy to use, open-source, native colour picker for macOS.", + "categories": [ + "menubar", + "utilities" + ], + "repo_url": "https://github.com/superhighfives/pika", + "title": "Pika", + "icon_url": "https://user-images.githubusercontent.com/449385/103492506-4dbd3700-4e23-11eb-97ca-44a959f171c6.png", + "screenshots": [ + "https://user-images.githubusercontent.com/449385/103492507-4e55cd80-4e23-11eb-9366-d31c2bb74030.png" + ], + "official_site": "https://superhighfives.com/pika", + "languages": [ + "swift", + "metal" + ] + }, { "short_description": "macOS app to visualize Pi-hole information.", "categories": [ From 2b06acff6be19dc258b4be30fac734fe9881f4ca Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:25:01 +0000 Subject: [PATCH 545/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 278e9be..055f402 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ You can see in which language an app is written. Currently there are following l - [PSIBar](https://github.com/nikhilsh/PSIBar) - Quickly hacked up PSI macOS status bar app. ![swift_icon] - [Pareto Security](https://github.com/paretoSecurity/pareto-mac/) - A MenuBar app to automatically audit your Mac for basic security hygiene. ![swift_icon] - [Pi Stats](https://github.com/Bunn/PiStats) - macOS app to visualize Pi-hole information. ![swift_icon] ![objective_c_icon] +- [Pika](https://github.com/superhighfives/pika) - Is an easy to use, open-source, native colour picker for macOS. ![swift_icon] ![metal_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] @@ -747,6 +748,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] +- [Pika](https://github.com/superhighfives/pika) - Is an easy to use, open-source, native colour picker for macOS. ![swift_icon] ![metal_icon] - [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] From ac0c2cf040783ded18977a8b453834b48f89c502 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Tue, 2 Nov 2021 18:25:38 +0200 Subject: [PATCH 546/641] Add Time to leave (#704) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index eec34e4..35c4661 100644 --- a/applications.json +++ b/applications.json @@ -5202,6 +5202,25 @@ "swift" ] }, + { + "short_description": "Log work hours and get notified when it's time to leave the office and start to live.", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/thamara/time-to-leave", + "title": "Time to Leave", + "icon_url": "", + "screenshots": [ + "https://user-images.githubusercontent.com/3754225/94519528-4e549900-0248-11eb-8872-b6fb2d47f43c.jpg", + "https://user-images.githubusercontent.com/3754225/94762058-4e79a380-03c4-11eb-8f28-1c480dbf8b5c.png" + ], + "official_site": "https://timetoleave.app/", + "languages": [ + "javascript", + "css", + "html" + ] + }, { "short_description": "Toggl Desktop app for Windows, Mac and Linux. ", "categories": [ From 386a651c16f211b37709b28eb03042a9a6cef031 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:26:09 +0000 Subject: [PATCH 547/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 055f402..85d26f7 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,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] - [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_icon] - [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon] +- [Time to Leave](https://github.com/thamara/time-to-leave) - Log work hours and get notified when it's time to leave the office and start to live. ![javascript_icon] ![css_icon] ![html_icon] - [Timer](https://github.com/michaelvillar/timer-app) - Simple Timer app for Mac. ![swift_icon] - [Toggl Desktop](https://github.com/toggl-open-source/toggldesktop) - 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] From eded3ccf485ab18296a93421cac525fb3d336d66 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Tue, 2 Nov 2021 18:28:05 +0200 Subject: [PATCH 548/641] Add Akku (#705) Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index 35c4661..36acdc7 100644 --- a/applications.json +++ b/applications.json @@ -3815,6 +3815,24 @@ "javascript" ] }, + { + "short_description": "The missing macOS bluetooth headset battery indicator app.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/jariz/Akku", + "title": "Akku", + "icon_url": "https://camo.githubusercontent.com/653ba2421bda421e22443d9e2d9a6b314c0ad0367e71305e6b2ae40efc3f9b51/68747470733a2f2f6a6172692e6c6f6c2f725237364a3559736e552e706e67", + "screenshots": [ + "https://camo.githubusercontent.com/0f9f9231ff083edead13ad239d7a73566e7b1933c3f176e11ce04e7e624bb24a/68747470733a2f2f6a6172692e6c6f6c2f384f516d4c6e794b72752e706e67" + ], + "official_site": "", + "languages": [ + "swift", + "python", + "ruby" + ] + }, { "short_description": "Keep your MAC address random for privacy (intuitive GUI for ifconfig)", "categories": [ From 24ddd4618322ba081f9f6a908a1a6fe1aa2464a4 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:28:37 +0000 Subject: [PATCH 549/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85d26f7..99483ab 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ You can see in which language an app is written. Currently there are following l ### Menubar - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac application to overcome time constrained WiFi networks. ![javascript_icon] +- [Akku](https://github.com/jariz/Akku) - The missing macOS bluetooth headset battery indicator app. ![swift_icon] ![python_icon] ![ruby_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_icon] - [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ![objective_c_icon] - [DatWeatherDoe](https://github.com/inderdhir/DatWeatherDoe) - Simple menu bar weather app for macOS written in Swift. ![swift_icon] From 242b17b88d162d1034bba63c303d93a00a240017 Mon Sep 17 00:00:00 2001 From: Panos Koutsoumanis <58105634+Devnol@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:33:26 +0200 Subject: [PATCH 550/641] Added KiCad (#707) Co-authored-by: Serhii Londar --- applications.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 36acdc7..a077805 100644 --- a/applications.json +++ b/applications.json @@ -8731,7 +8731,7 @@ { "short_description": "Spotify widget for Notification Center.", "categories": [ - "audio", + "audio" ], "repo_url": "https://github.com/fabiusBile/Spotify4BigSur", "title": "Spotify4BigSur", @@ -8880,7 +8880,7 @@ "title": "eul", "icon_url": "https://raw.githubusercontent.com/gao-sun/eul/master/Resource/Assets.xcassets/eul.imageset/eul%403x.png", "screenshots": [ - "https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg", + "https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg" ], "official_site": "", "languages": [ @@ -8993,7 +8993,7 @@ "title": "Chess", "icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png", "screenshots": [ - "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", + "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png" ], "official_site": "https://www.apple.com/", "languages": [ @@ -9032,6 +9032,21 @@ "swift" ] }, + { + "short_description": "A software suite for electronic design automation.", + "categories": [ + "development" + ], + "repo_url": "https://gitlab.com/kicad/code/kicad", + "title": "KiCad", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.kicad.org/", + "languages": [ + "cpp", + "c" + ] + }, { "short_description": "dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents.", "categories": [ From ce09e142ca0f963a528edcf1dc1c2420d6fdff92 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:33:59 +0000 Subject: [PATCH 551/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99483ab..53bf64f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ You can see in which language an app is written. Currently there are following l ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] +- [KiCad](https://gitlab.com/kicad/code/kicad) - A software suite for electronic design automation. ![cpp_icon] ![c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. ![swift_icon] - [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![swift_icon] From 509012c9f7e771cfc1dced527406c3e2e5e344d0 Mon Sep 17 00:00:00 2001 From: Ty Irvine <39813066+tyirvine@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:36:32 -0600 Subject: [PATCH 552/641] Update applications.json (#710) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index a077805..5340497 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,22 @@ { "applications": [ + { + "short_description": "Inspect files with a single click.", + "categories": [ + "utilities", + "productivity" + ], + "repo_url": "https://github.com/tyirvine/Informant", + "title": "Informant", + "icon_url": "https://user-images.githubusercontent.com/39813066/130519018-d2faff43-45b0-4026-b313-cdbe0ce91e18.png", + "screenshots": [ + "https://github.com/tyirvine/Informant-Site-Public/blob/main/assets/metaimage.png?raw=true" + ], + "official_site": "https://github.com/tyirvine/Informant", + "languages": [ + "swift" + ] + }, { "short_description": "A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.", "categories": [ From 853b2040e1f39381b34643ec20f498d76dbf6c4d Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:37:07 +0000 Subject: [PATCH 553/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53bf64f..1f44830 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ You can see in which language an app is written. Currently there are following l - [ControlPlane](https://github.com/dustinrue/ControlPlane) - Automate running tasks based on where you are or what you do. ![objective_c_icon] - [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] - [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon] +- [Informant](https://github.com/tyirvine/Informant) - Inspect files with a single click. ![swift_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] @@ -728,6 +729,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] +- [Informant](https://github.com/tyirvine/Informant) - Inspect files with a single click. ![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] - [KeeWeb](https://github.com/keeweb/keeweb) - Cross-platform password manager compatible with KeePass. ![javascript_icon] From 1b707cbf45a1010bce50df256182300063b2a427 Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Tue, 2 Nov 2021 12:38:13 -0400 Subject: [PATCH 554/641] Add IntelliJ IDEA Community Edition (#711) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 5340497..da54934 100644 --- a/applications.json +++ b/applications.json @@ -9049,6 +9049,22 @@ "swift" ] }, + { + "short_description": "IntelliJ IDEA is an integrated development environment written in Java for developing computer software", + "categories": [ + "ide" + ], + "repo_url": "https://github.com/JetBrains/intellij-community", + "title": "IntelliJ IDEA Community Edition", + "icon_url": "", + "screenshots": [ + "https://www.jetbrains.com/idea/img/screenshots/idea_overview_5_1@2x.png" + ], + "official_site": "https://www.jetbrains.com/idea/", + "languages": [ + "java" + ] + }, { "short_description": "A software suite for electronic design automation.", "categories": [ From 32d6578921c763cf6a8119b39b60563e2f3ca1ff Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:38:46 +0000 Subject: [PATCH 555/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f44830..5ab1b99 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 ### IDE - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon] +- [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_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] - [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim script_icon] From e94a9e10ce0035dffde6e02ac4438bb230d49565 Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Tue, 2 Nov 2021 12:40:11 -0400 Subject: [PATCH 556/641] Add Inkscape (#712) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index da54934..9a9e4c1 100644 --- a/applications.json +++ b/applications.json @@ -9049,6 +9049,22 @@ "swift" ] }, + { + "short_description": "Inkscape is a Free and open source vector graphics editor.", + "categories": [ + "images" + ], + "repo_url": "https://gitlab.com/inkscape/inkscape", + "title": "Inkscape", + "icon_url": "https://inkscape.org/", + "screenshots": [ + "https://media.inkscape.org/media/resources/file/inkscape-0.48-moonlight-views.png" + ], + "official_site": "https://inkscape.org/", + "languages": [ + "c++" + ] + }, { "short_description": "IntelliJ IDEA is an integrated development environment written in Java for developing computer software", "categories": [ From c7679672fad94a2bb9bb024b0a169fc622a5f35f Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 16:40:40 +0000 Subject: [PATCH 557/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ab1b99..61587ab 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Inkscape](https://gitlab.com/inkscape/inkscape) - Inkscape is a Free and open source vector graphics editor. ![c++_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] From f6620a9f54e8c4e600b960b6c24cd0c8fc45ba7a Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Tue, 2 Nov 2021 12:41:32 -0400 Subject: [PATCH 558/641] Add FreeCAD (#713) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 9a9e4c1..c59c2aa 100644 --- a/applications.json +++ b/applications.json @@ -9048,6 +9048,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "FreeCAD is an open-source 3D parametric modeler", + "categories": [ + "graphics" + ], + "repo_url": "https://github.com/FreeCAD/FreeCAD", + "title": "FreeCAD", + "icon_url": "", + "screenshots": [ + "https://www.freecadweb.org/images/feature-03.jpg" + ], + "official_site": "https://www.freecadweb.org/", + "languages": [ + "c++", + "python" }, { "short_description": "Inkscape is a Free and open source vector graphics editor.", From 1520b52f4e56ffc935abf8a25e1ac741d6f1df84 Mon Sep 17 00:00:00 2001 From: Sudev Suresh Sreedevi <54617167+GameGodS3@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:13:03 +0530 Subject: [PATCH 559/641] Add DropPoint (#715) Co-authored-by: Serhii Londar --- applications.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/applications.json b/applications.json index c59c2aa..fe9c721 100644 --- a/applications.json +++ b/applications.json @@ -9048,6 +9048,24 @@ "languages": [ "swift" ] + }, + { + "short_description": "Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows.", + "categories": [ + "productivity", + "utility" + ], + "repo_url": "https://github.com/GameGodS3/DropPoint", + "title": "DropPoint", + "icon_url": "https://raw.githubusercontent.com/GameGodS3/DropPoint/main/static/media/pngLogo/droppoint%405x.png", + "screenshots": [ + "https://i.imgur.com/QkUPoOb.gif", + "https://i.imgur.com/WElktc0.gif" + ], + "official_site": "", + "languages": [ + "javascript" + ] }, { "short_description": "FreeCAD is an open-source 3D parametric modeler", From 1804930a0742b5fb8295e3b4970aa36b1082d6ab Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Tue, 2 Nov 2021 18:48:26 +0200 Subject: [PATCH 560/641] type_script -> typescript (#731) --- .github/main.swift | 4 ++-- applications.json | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/main.swift b/.github/main.swift index b4883cf..2ac2892 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -49,7 +49,7 @@ You can see in which language an app is written. Currently there are following l - ![rust_icon] - Rust language. - ![shell_icon] - Shell language. - ![swift_icon] - Swift language. -- ![type_script_icon] - TypeScript language. +- ![typescript_icon] - TypeScript language. ## Contents @@ -132,7 +132,7 @@ Thanks to all the people who contribute: [rust_icon]: ./icons/rust-16.png 'Rust language.' [shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' -[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' +[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' """ class JSONApplications: Codable { diff --git a/applications.json b/applications.json index fe9c721..6ae42f5 100644 --- a/applications.json +++ b/applications.json @@ -1183,7 +1183,7 @@ "screenshots": [], "official_site": "", "languages": [ - "type_script" + "typescript" ] }, { @@ -1436,7 +1436,7 @@ ], "official_site": "", "languages": [ - "type_script" + "typescript" ] }, { @@ -2375,7 +2375,7 @@ ], "official_site": "https://httptoolkit.tech/", "languages": [ - "type_script" + "typescript" ] }, { @@ -2801,7 +2801,7 @@ "official_site": "https://www.zettlr.com/", "languages": [ "javascript", - "type_script" + "typescript" ] }, { @@ -3373,7 +3373,7 @@ "official_site": "", "languages": [ "javascript", - "type_script" + "typescript" ] }, { @@ -3389,7 +3389,7 @@ ], "official_site": "", "languages": [ - "type_script" + "typescript" ] }, { @@ -3546,7 +3546,7 @@ "screenshots": [], "official_site": "", "languages": [ - "type_script" + "typescript" ] }, { @@ -6487,7 +6487,7 @@ ], "official_site": "https://bitwarden.com/", "languages": [ - "type_script" + "typescript" ] }, { @@ -6503,7 +6503,7 @@ ], "official_site": "", "languages": [ - "type_script", + "typescript", "swift" ] }, @@ -7433,7 +7433,7 @@ ], "official_site": "", "languages": [ - "type_script" + "typescript" ] }, { @@ -7865,7 +7865,7 @@ ], "official_site": "https://super-productivity.com", "languages": [ - "type_script", + "typescript", "javascript" ] }, @@ -7882,7 +7882,7 @@ "screenshots": [], "official_site": "", "languages": [ - "type_script", + "typescript", "swift" ] }, @@ -8002,7 +8002,7 @@ "official_site": "https://www.getdnote.com/", "languages": [ "go", - "type_script" + "typescript" ] }, { @@ -8033,7 +8033,7 @@ ], "short_description": "Pomodoro Cycle for macOS", "languages": [ - "type_script" + "typescript" ], "categories": [ "productivity" @@ -8073,7 +8073,7 @@ "official_site": "", "languages": [ "javascript", - "type_script" + "typescript" ] }, { @@ -8649,7 +8649,7 @@ "text" ], "languages": [ - "type_script", + "typescript", "swift" ] }, From 3c436eddc851c02401f59a0b01d1c1ac490d9097 Mon Sep 17 00:00:00 2001 From: matter-it-does <76812421+matter-it-does@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:19:50 +0530 Subject: [PATCH 561/641] Add Thunderbird, mail (#717) * Add Thunderbird, mail * Cleanup Co-authored-by: 7mail <76812421+7mail@users.noreply.github.com> Co-authored-by: Serhii Londar --- applications.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/applications.json b/applications.json index 6ae42f5..91342f8 100644 --- a/applications.json +++ b/applications.json @@ -9049,6 +9049,27 @@ "swift" ] }, + { + "short_description": "Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client.", + "categories": [ + "mail", + "chat" + ], + "repo_url": "https://hg.mozilla.org/mozilla-central", + "title": "Thunderbird", + "icon_url": "https://www.mozilla.org/media/img/trademarks/thunderbird_logo_100.09facb8b4189.png", + "screenshots": [ + "https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/landing/screenshot-mac.png", + "https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/calendar/screenshot-mac.png", + "https://www.thunderbird.net/media/img/thunderbird/features/addon-manager.png" + ], + "official_site": "https://www.thunderbird.net/", + "languages": [ + "cpp", + "javascript", + "rust" + ] + }, { "short_description": "Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows.", "categories": [ From 665ef3816b4b562c4e1369cf5b002aa9a7b2f0e5 Mon Sep 17 00:00:00 2001 From: matter-it-does <76812421+matter-it-does@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:20:40 +0530 Subject: [PATCH 562/641] Add Krita, graphics, images (#718) Co-authored-by: 7mail <76812421+7mail@users.noreply.github.com> Co-authored-by: Serhii Londar --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 91342f8..989a4b2 100644 --- a/applications.json +++ b/applications.json @@ -9049,6 +9049,25 @@ "swift" ] }, + { + "short_description": "Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations.", + "categories": [ + "graphics", + "images" + ], + "repo_url": "https://invent.kde.org/graphics/krita", + "title": "Krita", + "icon_url": "https://invent.kde.org/graphics/krita/-/raw/master/pics/krita.png", + "screenshots": [ + "https://krita.org/wp-content/uploads/2019/08/krita-ui-40.png" + ], + "official_site": "https://krita.org", + "languages": [ + "cpp", + "python", + "c" + ] + }, { "short_description": "Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client.", "categories": [ From 54f8cfaabc4bf426c7c76c53d2e48386a753998c Mon Sep 17 00:00:00 2001 From: matter-it-does <76812421+matter-it-does@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:21:56 +0530 Subject: [PATCH 563/641] Add Blender 3D, graphics (#719) Co-authored-by: 7mail <76812421+7mail@users.noreply.github.com> Co-authored-by: Serhii Londar --- applications.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/applications.json b/applications.json index 989a4b2..2866746 100644 --- a/applications.json +++ b/applications.json @@ -9049,6 +9049,29 @@ "swift" ] }, + { + "short_description": "Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing.", + "categories": [ + "graphics" + ], + "repo_url": "https://git.blender.org/blender.git", + "title": "Blender", + "icon_url": "https://download.blender.org/branding/blender_logo_socket.png", + "screenshots": [ + "https://www.blender.org/wp-content/uploads/2019/07/blender_render-1280x720.jpg?x94097", + "https://www.blender.org/wp-content/uploads/2019/07/blender_vfx-1280x720.jpg?x94097", + "https://www.blender.org/wp-content/uploads/2019/07/modeling02-1280x720.jpg?x94097", + "https://www.blender.org/wp-content/uploads/2019/07/hero_p31_screenshot-1280x720.jpg?x94097", + "https://www.blender.org/wp-content/uploads/2019/07/vse_custom_grade-1280x720.jpg?x94097", + "https://www.blender.org/wp-content/uploads/2019/07/animation01-1280x720.jpg?x94097" + ], + "official_site": "https://www.blender.org", + "languages": [ + "c", + "cpp", + "python" + ] + }, { "short_description": "Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations.", "categories": [ From ca8962988303a9bfccf6433d01bef58b6b240fbc Mon Sep 17 00:00:00 2001 From: Giorgi Beriashvili Date: Tue, 2 Nov 2021 20:57:27 +0400 Subject: [PATCH 564/641] Add `micro` (#723) --- applications.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/applications.json b/applications.json index 2866746..524ea35 100644 --- a/applications.json +++ b/applications.json @@ -2852,6 +2852,32 @@ "c" ] }, + { + "short_description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals.", + "categories": [ + "text" + ], + "repo_url": "https://github.com/zyedidia/micro", + "title": "micro", + "icon_url": "https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-logo.svg", + "screenshots": [ + "https://micro-editor.github.io/screenshots/micro-monokai.png", + "https://micro-editor.github.io/screenshots/micro-one-dark.png", + "https://micro-editor.github.io/screenshots/micro-darcula.png", + "https://micro-editor.github.io/screenshots/micro-twilight.png", + "https://micro-editor.github.io/screenshots/micro-railscast.png", + "https://micro-editor.github.io/screenshots/micro-solarized.png", + "https://micro-editor.github.io/screenshots/micro-atom-dark.png", + "https://micro-editor.github.io/screenshots/micro-gruvbox.png", + "https://micro-editor.github.io/screenshots/micro-material.png", + "https://micro-editor.github.io/screenshots/micro-gotham.png", + "https://micro-editor.github.io/screenshots/micro-zenburn.png" + ], + "official_site": "https://micro-editor.github.io", + "languages": [ + "go" + ] + }, { "short_description": "Plain text editor for macOS with customizable themes. ", "categories": [ From 967f0a6bc2c059bf6ac4097fa9dfadf0f9e35934 Mon Sep 17 00:00:00 2001 From: Vyacheslav Khorkov Date: Tue, 2 Nov 2021 21:57:51 +0500 Subject: [PATCH 565/641] Add Rugby utility (#722) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 524ea35..a122dc8 100644 --- a/applications.json +++ b/applications.json @@ -9075,6 +9075,22 @@ "swift" ] }, + { + "short_description": "🏈 Cache CocoaPods for faster rebuild and indexing Xcode project.", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/swiftyfinch/Rugby", + "title": "Rugby", + "icon_url": "", + "screenshots": [ + "https://github.com/swiftyfinch/Rugby/blob/main/Assets/Preview.jpg" + ], + "official_site": "https://swiftyfinch.github.io/en/2021-03-09-rugby-story/", + "languages": [ + "swift" + ] + }, { "short_description": "Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing.", "categories": [ From 01561da10d10e2b311a01a7b510441b44a141c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 2 Nov 2021 14:00:38 -0300 Subject: [PATCH 566/641] keycastr - keystroke visualizer (#728) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index a122dc8..aae5d57 100644 --- a/applications.json +++ b/applications.json @@ -3731,6 +3731,23 @@ "swift" ] }, + { + "short_description": "Keystroke visualizer.", + "categories": [ + "keyboard" + ], + "repo_url": "https://github.com/keycastr/keycastr", + "title": "Keycastr", + "icon_url": "", + "screenshots": [ + "https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif", + "https://github.com/keycastr/keycastr/blob/5a9a9e5b498aad7f3bc26e3c2c95862359dbf3e4/assets/preview.png" + ], + "official_site": "", + "languages": [ + "Objective-C" + ] + }, { "short_description": "Switch the right application ASAP. ", "categories": [ From 8e6c4ad827306e41e3de371047718d5f526d3969 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Tue, 2 Nov 2021 19:02:51 +0200 Subject: [PATCH 567/641] Update applications.json --- applications.json | 1 + 1 file changed, 1 insertion(+) diff --git a/applications.json b/applications.json index aae5d57..efbe446 100644 --- a/applications.json +++ b/applications.json @@ -9204,6 +9204,7 @@ "languages": [ "c++", "python" + ] }, { "short_description": "Inkscape is a Free and open source vector graphics editor.", From 997c9ef03e5d0401fd6fb64c49b84dc806ca84d2 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Tue, 2 Nov 2021 17:03:25 +0000 Subject: [PATCH 568/641] Generate README --- README.md | 58 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 61587ab..51063e3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can see in which language an app is written. Currently there are following l - ![rust_icon] - Rust language. - ![shell_icon] - Shell language. - ![swift_icon] - Swift language. -- ![type_script_icon] - TypeScript language. +- ![typescript_icon] - TypeScript language. ## Contents @@ -170,6 +170,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [Textual](https://github.com/Codeux-Software/Textual) - Textual is an IRC client for macOS. ![objective_c_icon] +- [Thunderbird](https://hg.mozilla.org/mozilla-central) - Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client. ![cpp_icon] ![javascript_icon] ![rust_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] - [Wire Desktop](https://github.com/wireapp/wire-desktop) - Standalone Electron app for the chatapp Wire. ![javascript_icon] @@ -177,7 +178,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] +- [Copay](https://github.com/bitpay/copay) - A secure bitcoin wallet platform for both desktop and mobile devices. ![typescript_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] @@ -196,7 +197,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [redis-pro](https://github.com/cmushroom/redis-pro) - Redis management with SwiftUI. ![swift_icon] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![typescript_icon] ![swift_icon] ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] @@ -211,7 +212,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_icon] -- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![type_script_icon] +- [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![typescript_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] @@ -235,14 +236,14 @@ You can see in which language an app is written. Currently there are following l #### Other Development - [Boop](https://github.com/IvanMathy/Boop) - A scriptable scratchpad for developers. ![swift_icon] ![javascript_icon] - [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] +- [MQTTX](https://github.com/emqx/MQTTX) - An elegant Cross-platform MQTT 5.0 desktop client. ![javascript_icon] ![typescript_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] #### 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. ![type_script_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/Kong/insomnia) - Insomnia is a cross-platform REST client, built on top of Electron. ![javascript_icon] - [KubeMonitor](https://github.com/Daniel-Sanche/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] @@ -324,7 +325,7 @@ You can see in which language an app is written. Currently there are following l - [Notenik](https://github.com/hbowie/notenik-swift) - Note-taking app with many organizational options. ![swift_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] -- [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![type_script_icon] +- [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![typescript_icon] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] #### TeX @@ -338,7 +339,8 @@ You can see in which language an app is written. Currently there are following l - [TextMate](https://github.com/textmate/textmate) - TextMate is a graphical text editor for macOS. ![objective_c_icon] - [Tincta](https://github.com/CodingFriends/Tincta) - One-window text editor with syntax highlighting. ![objective_c_icon] - [VimR](https://github.com/qvacua/vimr) - Refined Neovim experience for macOS. ![swift_icon] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] +- [micro](https://github.com/zyedidia/micro) - A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. ![go_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![typescript_icon] ![swift_icon] ### Extensions - [AdGuard for Safari](https://github.com/adguardteam/adguardforsafari) - The most advanced ad blocking extension for Safari ![javascript_icon] @@ -381,13 +383,16 @@ You can see in which language an app is written. Currently there are following l ### Graphics - [Aseprite](https://github.com/aseprite/aseprite) - Animated sprite editor & pixel art tool (Windows, macOS, Linux). ![cpp_icon] ![c_icon] +- [Blender](https://git.blender.org/blender.git) - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. ![c_icon] ![cpp_icon] ![python_icon] - [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] +- [FreeCAD](https://github.com/FreeCAD/FreeCAD) - FreeCAD is an open-source 3D parametric modeler ![c++_icon] ![python_icon] - [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_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] - [InfiniteCanvas](https://github.com/CleanCocoa/InfiniteCanvas) - Proof of concept Mac drawing application. ![swift_icon] +- [Krita](https://invent.kde.org/graphics/krita) - Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations. ![cpp_icon] ![python_icon] ![c_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] @@ -398,9 +403,9 @@ You can see in which language an app is written. Currently there are following l - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon] - [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_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] +- [Oni](https://github.com/onivim/oni) - Oni is a modern take on modal editing code editor focused on developer productivity. ![javascript_icon] ![typescript_icon] - [Vim](https://github.com/vim/vim) - ubiquitous text editor ![C_icon] ![Vim script_icon] -- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![type_script_icon] +- [Visual Studio Code](https://github.com/Microsoft/vscode) - Code editor developed by Microsoft. ![typescript_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 @@ -411,10 +416,11 @@ You can see in which language an app is written. Currently there are following l - [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, macOS iconset, or a custom collection. ![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] +- [Imagine](https://github.com/meowtec/Imagine) - Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI. ![typescript_icon] - [InVesalius](https://github.com/invesalius/invesalius3/) - 3D medical imaging reconstruction software ![python_icon] - [Inkscape](https://gitlab.com/inkscape/inkscape) - Inkscape is a Free and open source vector graphics editor. ![c++_icon] - [Katana](https://github.com/bluegill/katana) - Katana is a simple screenshot utility for macOS that lives in your menubar. ![javascript_icon] ![css_icon] +- [Krita](https://invent.kde.org/graphics/krita) - Krita is a cross-platform application for creating digital art files from scratch like illustrations, concept art, matte painting, textures, comics and animations. ![cpp_icon] ![python_icon] ![c_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] - [Seashore](https://github.com/robaho/seashore) - Easy to use macOS image editing application for the rest of us. ![objective_c_icon] @@ -427,15 +433,17 @@ You can see in which language an app is written. Currently there are following l - [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/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/hatashiro/kawa) - Better input source switcher for macOS. ![swift_icon] +- [Keycastr](https://github.com/keycastr/keycastr) - Keystroke visualizer. ![Objective-C_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] -- [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] - [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] - [SimpleLogin](https://github.com/simple-login/mac-app) - Email Alias solution: protect your real email address. ![swift_icon] +- [Thunderbird](https://hg.mozilla.org/mozilla-central) - Backed by Mozilla, Thunderbird is an extensible email, newsfeed, chat, and calendaring client. ![cpp_icon] ![javascript_icon] ![rust_icon] - [dejalu](https://github.com/dinhvh/dejalu) - Fast and Simple Email Client. ![cpp_icon] ![objective_c_icon] ### Medical @@ -506,7 +514,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] +- [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync and web interface. ![go_icon] ![typescript_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] @@ -569,6 +577,7 @@ You can see in which language an app is written. Currently there are following l - [Condution](https://github.com/Shabang-Systems/Condution) - Create tasks, manage due dates, and filter with powerful perspectives. ![javascript_icon] - [ControlPlane](https://github.com/dustinrue/ControlPlane) - Automate running tasks based on where you are or what you do. ![objective_c_icon] - [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] +- [DropPoint](https://github.com/GameGodS3/DropPoint) - Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows. ![javascript_icon] - [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon] - [Informant](https://github.com/tyirvine/Informant) - Inspect files with a single click. ![swift_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] @@ -584,17 +593,17 @@ 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] +- [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - Pomodoro Cycle for macOS ![typescript_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] - [Speed Reader](https://github.com/LumingYin/SpeedReader) - Read faster with the power of silencing vocalization with SpeedReader. ![swift_icon] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![typescript_icon] ![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] +- [Super Productivity](https://github.com/johannesjo/super-productivity) - Free to do list & time tracker for programmers & designers with Jira integration. ![typescript_icon] ![javascript_icon] - [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_icon] - [Thyme](https://github.com/joaomoreno/thyme) - The task timer for OS X. ![objective_c_icon] - [Time to Leave](https://github.com/thamara/time-to-leave) - Log work hours and get notified when it's time to leave the office and start to live. ![javascript_icon] ![css_icon] ![html_icon] @@ -610,7 +619,7 @@ You can see in which language an app is written. Currently there are following l - [espanso](https://github.com/federico-terzi/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon] -- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![type_script_icon] ![swift_icon] +- [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![typescript_icon] ![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] @@ -680,7 +689,7 @@ You can see in which language an app is written. Currently there are following l - [ProfileCreator](https://github.com/ProfileCreator/ProfileCreator) - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_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] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![typescript_icon] ![swift_icon] - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_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] @@ -714,8 +723,8 @@ 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] - [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] -- [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar) - Bitwarden Passwort Manager in your menu bar ![type_script_icon] ![swift_icon] +- [Bitwarden](https://github.com/bitwarden/desktop) - Cross-platform password management solutions for individuals, teams, and business organizations. ![typescript_icon] +- [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar) - Bitwarden Passwort Manager in your menu bar ![typescript_icon] ![swift_icon] - [Boop](https://github.com/IvanMathy/Boop) - A scriptable scratchpad for developers. ![swift_icon] ![javascript_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] @@ -739,7 +748,7 @@ You can see in which language an app is written. Currently there are following l - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] +- [MQTTX](https://github.com/emqx/MQTTX) - An elegant Cross-platform MQTT 5.0 desktop client. ![javascript_icon] ![typescript_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] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] @@ -759,13 +768,14 @@ You can see in which language an app is written. Currently there are following l - [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] +- [Rugby](https://github.com/swiftyfinch/Rugby) - 🏈 Cache CocoaPods for faster rebuild and indexing Xcode project. ![swift_icon] - [ScreenCat](https://github.com/maxogden/screencat) - ScreenCat is a screen sharing + remote collaboration application. ![javascript_icon] ![css_icon] - [SlimHUD - Cyanocitta](https://github.com/AlexPerathoner/SlimHUD) - Replacement for MacOS' volume, brightness and keyboard backlight HUDs. ![swift_icon] - [SlowQuitApps](https://github.com/dteoh/SlowQuitApps) - Add a global delay to Command-Q to stop accidental app quits. ![objective_c_icon] -- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![type_script_icon] ![swift_icon] +- [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![typescript_icon] ![swift_icon] - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_icon] - [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![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] +- [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] - [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_icon] @@ -863,4 +873,4 @@ Thanks to all the people who contribute: [rust_icon]: ./icons/rust-16.png 'Rust language.' [shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' -[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' \ No newline at end of file +[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' \ No newline at end of file From d3f75b9e6dd92c53ca372337dae712287f7be04d Mon Sep 17 00:00:00 2001 From: Ty Irvine <39813066+tyirvine@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:05:14 -0700 Subject: [PATCH 569/641] Update applications.json (#733) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This application is no longer open-source! ❤️ --- applications.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/applications.json b/applications.json index efbe446..437c88b 100644 --- a/applications.json +++ b/applications.json @@ -1,22 +1,5 @@ { "applications": [ - { - "short_description": "Inspect files with a single click.", - "categories": [ - "utilities", - "productivity" - ], - "repo_url": "https://github.com/tyirvine/Informant", - "title": "Informant", - "icon_url": "https://user-images.githubusercontent.com/39813066/130519018-d2faff43-45b0-4026-b313-cdbe0ce91e18.png", - "screenshots": [ - "https://github.com/tyirvine/Informant-Site-Public/blob/main/assets/metaimage.png?raw=true" - ], - "official_site": "https://github.com/tyirvine/Informant", - "languages": [ - "swift" - ] - }, { "short_description": "A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.", "categories": [ From 1807d75ca51d27253ea8fa2648faa1bb8603332b Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 19 Nov 2021 19:05:46 +0000 Subject: [PATCH 570/641] Generate README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 51063e3..db1ed71 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,6 @@ You can see in which language an app is written. Currently there are following l - [DevUtils.app](https://github.com/DevUtilsApp/DevUtils-app) - Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator... ![swift_icon] - [DropPoint](https://github.com/GameGodS3/DropPoint) - Make drag-and-drop easier using DropPoint. Helps to drag content without having to open side-by-side windows. ![javascript_icon] - [Flycut](https://github.com/TermiT/flycut) - Clean and simple clipboard manager for developers. ![objective_c_icon] -- [Informant](https://github.com/tyirvine/Informant) - Inspect files with a single click. ![swift_icon] - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![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] @@ -740,7 +739,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [Grayscale Mode](https://github.com/rkbhochalya/grayscale-mode) - Manage grayscale mode from menu bar. ![swift_icon] -- [Informant](https://github.com/tyirvine/Informant) - Inspect files with a single click. ![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] - [KeeWeb](https://github.com/keeweb/keeweb) - Cross-platform password manager compatible with KeePass. ![javascript_icon] From 091028c797a889ed2848f8583af39ae33a9b494c Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sat, 26 Mar 2022 01:40:22 +0200 Subject: [PATCH 571/641] Update main.swift --- .github/main.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/main.swift b/.github/main.swift index 2ac2892..920f8b5 100644 --- a/.github/main.swift +++ b/.github/main.swift @@ -9,6 +9,8 @@ import Foundation let header = """ +[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine) +

From 5166000f1b707e4b3aeae9abe51411a229e0913c Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 25 Mar 2022 23:40:55 +0000 Subject: [PATCH 572/641] Generate README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db1ed71..a6ae1a3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine) +

From d7ef3c773067043132ef2770a47d26ff4b9bfd0e Mon Sep 17 00:00:00 2001 From: Kaushik Chemburkar Date: Sat, 4 Jun 2022 06:00:44 +1000 Subject: [PATCH 573/641] Deleted Kaktus from the Browser List (#758) Kaktus no longer exists. --- applications.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/applications.json b/applications.json index 437c88b..0e9fa40 100644 --- a/applications.json +++ b/applications.json @@ -788,24 +788,6 @@ "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", - "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": "Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ", "categories": [ From 1f3bd98f034f186973277573c2389beecc82a539 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Fri, 3 Jun 2022 20:02:52 +0000 Subject: [PATCH 574/641] Generate README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a6ae1a3..3725c08 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 - [Finicky](https://github.com/johnste/finicky) - Always opens the right browser. ![swift_icon] - [Firefox](https://hg.mozilla.org/mozilla-central/) - Fast, privacy aware browser from a non-profit. Runs on Windows, macOS and Linux. ![javascript_icon] ![rust_icon] ![cpp_icon] - [Helium](https://github.com/JadenGeller/Helium) - Floating browser window for macOS. ![objective_c_icon] ![swift_icon] -- [Kaktus](https://github.com/kaktus/kaktus) - Experimental web browser with minimalistic design. Running Windows, macOS and Linux. ![javascript_icon] - [Min Browser](https://github.com/minbrowser/min) - A fast and efficient minimal web browser. ![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] From 833610b18fbcd75368b5af39f852235e72c3c70e Mon Sep 17 00:00:00 2001 From: Parth Parikh Date: Tue, 25 Oct 2022 08:43:02 +0000 Subject: [PATCH 575/641] [#697] Add Vim script_icon.png (#791) [#697] Add Vim script_icon.png --- icons/Vim script_icon.png | Bin 0 -> 2474 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 icons/Vim script_icon.png diff --git a/icons/Vim script_icon.png b/icons/Vim script_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..51ca037c220ab513f82d1fc86fff5b4718456c76 GIT binary patch literal 2474 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 literal 0 HcmV?d00001 From 756936b688185894342fedf08b1776f1dfea7905 Mon Sep 17 00:00:00 2001 From: Bohaska <73286691+Bohaska@users.noreply.github.com> Date: Sat, 29 Oct 2022 19:36:05 +0800 Subject: [PATCH 576/641] Add Widelands (#734) An open-source game with mac-os support github: https://github.com/widelands/widelands website: https://www.widelands.org --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 0e9fa40..05caa95 100644 --- a/applications.json +++ b/applications.json @@ -9249,6 +9249,26 @@ "languages": [ "java" ] + }, + { + "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", + "categories": [ + "games", + ], + "repo_url": "https://github.com/widelands/widelands", + "title": "Widelands", + "icon_url": "https://www.widelands.org/static/img/logo.png", + "screenshots": [ + "https://www.widelands.org/static/img/welcome.jpg", + ], + "official_site": "https://www.widelands.org", + "languages": [ + "c++" + "python" + "lua" + "javascript" + ] } + ] } From 2048c0e9b2c7962ebaf59518a758ea10f6d6b233 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 29 Oct 2022 17:07:02 +0530 Subject: [PATCH 577/641] Add zoxide (#736) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 05caa95..a9c95a3 100644 --- a/applications.json +++ b/applications.json @@ -9249,6 +9249,23 @@ "languages": [ "java" ] + }, + { + "short_description": "zoxide is a smarter cd command for your terminal.", + "categories": [ + "finder", + "terminal", + "utilities" + ], + "repo_url": "https://github.com/ajeetdsouza/zoxide", + "title": "zoxide", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp", + ], + "official_site": "https://github.com/ajeetdsouza/zoxide", + "languages": [ + "rust" }, { "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", From a19991e9f7870570abd9053b0f228512daeb03b9 Mon Sep 17 00:00:00 2001 From: jilloestreicher Date: Sat, 29 Oct 2022 07:40:24 -0400 Subject: [PATCH 578/641] Added Wireshark (#784) Co-authored-by: Jillian Oestreicher Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/applications.json b/applications.json index a9c95a3..10776f0 100644 --- a/applications.json +++ b/applications.json @@ -9240,7 +9240,7 @@ ], "repo_url": "https://github.com/iterate-ch/cyberduck", "title": "Cyberduck", - "icon_url": "https://cdn.cyberduck.io/img/cyberduck-icon-rect-512.png", + "icon_url": "", "screenshots": [ "https://cdn.cyberduck.io/img/mac/browser-bookmarks.png", "https://cdn.cyberduck.io/img/mac/browser.png" @@ -9251,6 +9251,20 @@ ] }, { + "short_description": "Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.", + "categories": [ + "system" + ], + "repo_url": "https://gitlab.com/wireshark/wireshark/-/tree/master", + "title": "Wireshark", + "icon_url": "https://gitlab.com/wireshark/wireshark/-/blob/master/docbook/wsdg_graphics/ws-logo.png", + "screenshots": [], + "official_site": "https://www.wireshark.org/", + "languages": [ + "c", + "c++" + ] + }, { "short_description": "zoxide is a smarter cd command for your terminal.", "categories": [ "finder", @@ -9286,6 +9300,5 @@ "javascript" ] } - ] } From 15e805ecf0897d736e7d93a4c2703ebd041f81a5 Mon Sep 17 00:00:00 2001 From: Evan C <41348743+ajaj895@users.noreply.github.com> Date: Sat, 29 Oct 2022 06:41:01 -0500 Subject: [PATCH 579/641] Added OpenRocket (#806) Added OpenRocket to the utilities section. --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index 10776f0..07ab22f 100644 --- a/applications.json +++ b/applications.json @@ -9233,6 +9233,20 @@ "objective_c" ] }, + { + "short_description": "OpenRocket is a cross-platform utility tool to model and simulate model rockets and their flight characteristics.", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/openrocket/openrocket", + "title": "OpenRocket", + "icon_url": "", + "screenshots": [], + "official_site": "https://openrocket.info/", + "languages": [ + "java" + ] + }, { "short_description": "Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.", "categories": [ From 2941a4adfa06cd98d4ba7ca430c389f11f5170f2 Mon Sep 17 00:00:00 2001 From: kayge Date: Sat, 29 Oct 2022 04:41:29 -0700 Subject: [PATCH 580/641] Fixing typo in the Bitwarden Menu entry (#805) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 07ab22f..1eff0d7 100644 --- a/applications.json +++ b/applications.json @@ -6499,7 +6499,7 @@ ] }, { - "short_description": "Bitwarden Passwort Manager in your menu bar", + "short_description": "Bitwarden Password Manager in your menu bar", "categories": [ "utilities" ], From 97d50a89d2502c8f9f997d49d900239a81fd4981 Mon Sep 17 00:00:00 2001 From: kayge Date: Sat, 29 Oct 2022 04:41:52 -0700 Subject: [PATCH 581/641] Fixing typo in the PercentCalculator entry (#804) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 1eff0d7..b08bc7a 100644 --- a/applications.json +++ b/applications.json @@ -6535,7 +6535,7 @@ ] }, { - "short_description": "A menu bar application that calculates parcents. ", + "short_description": "A menu bar application that calculates percents. ", "categories": [ "utilities" ], From a0fd5d4984fbaeea41d5e64dac5d7f838bc05f36 Mon Sep 17 00:00:00 2001 From: rishabh0111 <115526596+rishabh0111@users.noreply.github.com> Date: Sat, 29 Oct 2022 17:13:34 +0530 Subject: [PATCH 582/641] Added nix-package-manager in Utilities (#801) Co-authored-by: RishabhSharma8912 <20bcs3694@cuchd.in> Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index b08bc7a..89bf728 100644 --- a/applications.json +++ b/applications.json @@ -9264,6 +9264,22 @@ "java" ] }, + { + "short_description": "Nix is a reproducible package manager alternative to Homebrew, with over 80,000 packages.", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/NixOS/nix", + "title": "nix-package-manager", + "icon_url": "", + "screenshots": [], + "official_site": "https://nixos.org/explore.html", + "languages": [ + "c++", + "shell", + "nix" + ] + }, { "short_description": "Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.", "categories": [ From 5feba0767e1bf2a0f0be9318fb9acbb448894ce8 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Sat, 29 Oct 2022 13:44:02 +0200 Subject: [PATCH 583/641] Bump actions/checkout to version 3 (#799) --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccbe813..d96d2e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: generate-readme: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: swift ./.github/main.swift - run: chmod +x ./.github/deploy.sh - run: git config user.name "serhii-londar" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d1ea45e..173b284 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,5 +10,5 @@ jobs: - run: gem install awesome_bot - run: gem install bundler - run: gem install danger - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: 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 From 5c3454d38dc731e5ef0a8536cc2969b805c92664 Mon Sep 17 00:00:00 2001 From: Junior Date: Sat, 29 Oct 2022 08:44:35 -0300 Subject: [PATCH 584/641] feat: add nvm (node version menager) (#798) * feat: add nvm (node version menager) * feat: edit applications.json --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index 89bf728..41154c8 100644 --- a/applications.json +++ b/applications.json @@ -6634,6 +6634,20 @@ "objective_c" ] }, + { + "short_description": "Node Version Manager. ", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/nvm-sh/nvm", + "title": "NVM", + "icon_url": "", + "screenshots": [], + "official_site": "", + "languages": [ + "shell" + ] + }, { "short_description": "A rule based custom proxy with GUI for Mac base on clash. ", "categories": [ From 84488fb7b811ca376c216d449000cd01f02f2da6 Mon Sep 17 00:00:00 2001 From: Hemish Date: Sat, 29 Oct 2022 20:43:53 +0530 Subject: [PATCH 585/641] Added GitAhead - a git GUI (#797) Co-authored-by: Serhii Londar --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 41154c8..697ef26 100644 --- a/applications.json +++ b/applications.json @@ -9278,6 +9278,25 @@ "java" ] }, + { + "short_description": "a graphical Git client designed to help you understand and manage your source code history.", + "categories": [ + "development", + "git" + ], + "repo_url": "https://github.com/gitahead/gitahead/", + "title": "GitAhead", + "icon_url": "https://raw.githubusercontent.com/gitahead/gitahead/rsrc/GitAhead.iconset/icon_128x128.png", + "screenshots": [ + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png", + "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png" + ], + "official_site": "https://gitahead.github.io/gitahead.com/", + "languages": [ + "cpp", + "c" + ] + }, { "short_description": "Nix is a reproducible package manager alternative to Homebrew, with over 80,000 packages.", "categories": [ From 087e813aca13ca51a86655392266728bb84c59a5 Mon Sep 17 00:00:00 2001 From: Mohamad Khajavi Date: Sat, 29 Oct 2022 18:45:04 +0330 Subject: [PATCH 586/641] add flameshot (#796) Co-authored-by: Serhii Londar --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 697ef26..5096688 100644 --- a/applications.json +++ b/applications.json @@ -9167,7 +9167,7 @@ "languages": [ "javascript" ] - }, + }, { "short_description": "FreeCAD is an open-source 3D parametric modeler", "categories": [ @@ -9278,6 +9278,22 @@ "java" ] }, + { + "short_description": "Powerful yet simple to use screenshot software.", + "categories": [ + "images" + ], + "repo_url": "https://github.com/flameshot-org/flameshot", + "title": "Flameshot", + "icon_url": "https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/app/flameshot.png", + "screenshots": [ + "https://raw.githubusercontent.com/flameshot-org/flameshot/master/data/img/preview/animatedUsage.gif" + ], + "official_site": "https://flameshot.org", + "languages": [ + "cpp" + ] + }, { "short_description": "a graphical Git client designed to help you understand and manage your source code history.", "categories": [ From 51637b0ad2b29223bd31a70d5da4616dbb73b209 Mon Sep 17 00:00:00 2001 From: Smaran Chand Date: Sat, 29 Oct 2022 21:02:14 +0545 Subject: [PATCH 587/641] Added SQLectron (#795) * Added SQLectron * 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 5096688..bbed444 100644 --- a/applications.json +++ b/applications.json @@ -8675,6 +8675,23 @@ "swift" ] }, + { + "repo_url": "https://github.com/sqlectron/sqlectron-gui", + "official_site": "https://sqlectron.github.io/", + "title": "sqlectron", + "icon_url": "https://sqlectron.github.io/logos/logo-square-180px.png", + "screenshots": [ + "https://sqlectron.github.io/demos/sqlectron-demo-gui-v1.31.0.gif" + ], + "short_description": "A simple and lightweight SQL client desktop/terminal with cross database and platform support.", + "categories": [ + "database", + "productivity" + ], + "languages": [ + "typescript" + ] + }, { "short_description": "RSS & Atom feed reader that lives in the system status bar.", "categories": [ From ef0afe2b58dd4a549e3888940868b128eb98b6dd Mon Sep 17 00:00:00 2001 From: KKWANH <35485904+KKWANH@users.noreply.github.com> Date: Sun, 30 Oct 2022 00:20:03 +0900 Subject: [PATCH 588/641] Update READE's language icons #572 (#794) * Update READE's language icons * Update ' ' to %20 --- README.md | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3725c08..4100566 100644 --- a/README.md +++ b/README.md @@ -23,25 +23,29 @@ Hey friend! Help me out for a couple of :beers:!
  +  +  + +
+  +  + +
+  +  + +
+  +  + +
+  +  + +
+  + ## Contents - [Audio](#audio) @@ -872,4 +876,4 @@ Thanks to all the people who contribute: [rust_icon]: ./icons/rust-16.png 'Rust language.' [shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' -[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' \ No newline at end of file +[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' From e7532cdcb73949a4d4141eec49b36badacfd1ed1 Mon Sep 17 00:00:00 2001 From: Denis Kurochkin Date: Sat, 29 Oct 2022 18:21:12 +0300 Subject: [PATCH 589/641] Add far2l fork of FAR Manager (#793) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index bbed444..ac5f0b2 100644 --- a/applications.json +++ b/applications.json @@ -5836,6 +5836,22 @@ "objective_c" ] }, + { + "short_description": "Linux/Mac fork of FAR Manager v2", + "categories": [ + "productivity", + "utilities" + ], + "repo_url": "https://github.com/elfmz/far2l", + "title": "far2l", + "icon_url": "https://raw.githubusercontent.com/elfmz/far2l/master/far2l/DE/icons/far2l.svg", + "screenshots": [], + "official_site": "", + "languages": [ + "c", + "cpp" + ] + }, { "short_description": "Monitor your Mac's fan speed and CPU temperature from your Notification Center. ", "categories": [ From a7e548520cc6553b3d8827266b8f1904dfcd9ded Mon Sep 17 00:00:00 2001 From: Nakaoka Rei Date: Sun, 30 Oct 2022 00:21:31 +0900 Subject: [PATCH 590/641] docs: add CodeEdit (#792) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index ac5f0b2..3a0ab0f 100644 --- a/applications.json +++ b/applications.json @@ -3383,6 +3383,23 @@ "typescript" ] }, + { + "short_description": "CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.", + "categories": [ + "ide", + "editors" + ], + "repo_url": "https://github.com/CodeEditApp/CodeEdit", + "title": "CodeEdit", + "icon_url": "", + "screenshots": [ + "https://user-images.githubusercontent.com/806104/194004176-3143d19f-1ad9-449c-bd41-8c4f9998f44b.png" + ], + "official_site": "https://www.codeedit.app/", + "languages": [ + "swift" + ] + }, { "short_description": "ubiquitous text editor", "categories": [ From 555e2a55600d41c7db0287f6574334b168e367e7 Mon Sep 17 00:00:00 2001 From: Parth Parikh Date: Sat, 29 Oct 2022 15:23:08 +0000 Subject: [PATCH 591/641] [#637] Add Monitor Bar app to Menu Bar list (#790) * [#637] Add Monitor Bar app to Menu Bar list [#637] Add Monitor Bar app to Menu Bar list * [#637] Add Monitor Bar app to Menu Bar list in JSON [#637] Add Monitor Bar app to Menu Bar list in JSON --- README.md | 1 + applications.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 4100566..3252c6d 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 - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] +- [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar is a MacOS applicatoin that shows - Battery, Disk, Memory, Cpu, Network Bandwidth, Wifi on menu bar. ![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] - [Night Shift Control](https://github.com/isaiasmatewos/night-shift-control) - Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps. ![swift_icon] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] diff --git a/applications.json b/applications.json index 3a0ab0f..af60eab 100644 --- a/applications.json +++ b/applications.json @@ -4036,6 +4036,20 @@ "objective_c" ] }, + { + "short_description": "Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/tidiemme/monitorbar", + "title": "Monitor Bar", + "icon_url": "", + "screenshots": [], + "official_site": "https://github.com/tidiemme/monitorbar", + "languages": [ + "Swift" + ] + }, { "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": [ From 0f71099dde565d05b7bee01f55474d0c60a3eb28 Mon Sep 17 00:00:00 2001 From: chippchirp Date: Sat, 29 Oct 2022 11:24:54 -0400 Subject: [PATCH 592/641] Added Betaflight Configurator (#789) * Update applications.json * Update applications.json * 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 af60eab..08b585c 100644 --- a/applications.json +++ b/applications.json @@ -9342,6 +9342,23 @@ "java" ] }, + { + "short_description": "Cross platform configuration tool for the Betaflight firmware.", + "categories": [ + "utilities", + "other" + ], + "repo_url": "https://github.com/betaflight/betaflight-configurator", + "title": "Betaflight Configurator", + "icon_url": "https://pbs.twimg.com/profile_images/1061367585436925957/HoDOKWlp_400x400.jpg", + "screenshots": [ + "https://lh3.googleusercontent.com/di77U8MJEDNqdZ3UQugKJy6TEDtHsPegDH8fOaCM0m8E7zImA6bW1epvftG5LdpUsxE-eAkJtKAfDqIvOf-RXr8VUhg=w640-h400-e365-rj-sc0x00ffffff" + ], + "official_site": "https://betaflight.com/", + "languages": [ + "javascript" + ] + }, { "short_description": "Powerful yet simple to use screenshot software.", "categories": [ From cd0ec1726c8b35eec71a6159a3c3918b9c783314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20Kasparavi=C4=8Dius?= Date: Sat, 29 Oct 2022 18:26:34 +0300 Subject: [PATCH 593/641] Add Brackets editor to the list (#788) Co-authored-by: Serhii Londar --- applications.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/applications.json b/applications.json index 08b585c..493ce6c 100644 --- a/applications.json +++ b/applications.json @@ -9341,6 +9341,40 @@ "languages": [ "java" ] + }, + { + "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", + "categories": [ + "ide", + "development" + ], + "repo_url": "https://github.com/brackets-cont/brackets", + "title": "Brackets", + "icon_url": "https://brackets.io/img/brackets.svg", + "screenshots": [ + "https://brackets.io/img/hero.png" + ], + "official_site": "https://brackets.io/", + "languages": [ + "javascript" + ] + }, + { + "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", + "categories": [ + "ide", + "development" + ], + "repo_url": "https://github.com/brackets-cont/brackets", + "title": "Brackets", + "icon_url": "https://brackets.io/img/brackets.svg", + "screenshots": [ + "https://brackets.io/img/hero.png" + ], + "official_site": "https://brackets.io/", + "languages": [ + "javascript" + ] }, { "short_description": "Cross platform configuration tool for the Betaflight firmware.", From 604812be97bab232c46c0388d221cd9fdcab2176 Mon Sep 17 00:00:00 2001 From: Ahmad Yasser <42544598+ahmdyasser@users.noreply.github.com> Date: Sat, 29 Oct 2022 17:37:59 +0200 Subject: [PATCH 594/641] Add Keka app (#785) * Add Keka app * Add Keka info --- README.md | 1 + applications.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 3252c6d..f18d706 100644 --- a/README.md +++ b/README.md @@ -725,6 +725,7 @@ You can see in which language an app is written. Currently there are following l - [Touch Emoji](https://github.com/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon] ### Utilities +- [Keka](https://github.com/aonez/Keka) - Keka is a full featured file archiver, as easy as it can be. ![swift_icon] - [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![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] diff --git a/applications.json b/applications.json index 493ce6c..def4fbd 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,21 @@ { "applications": [ + { + "short_description": "Keka is a full featured file archiver, as easy as it can be.", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/aonez/Keka", + "title": "Keka", + "icon_url": "", + "screenshots": [ + "https://www.keka.io/img/Keka-Square-512x512.png" + ], + "official_site": "https://keka.io", + "languages": [ + "swift" + ] + }, { "short_description": "A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.", "categories": [ From dd378adf4a12003991a6677b5909d4735dca7377 Mon Sep 17 00:00:00 2001 From: Masumi Kawasaki Date: Sun, 30 Oct 2022 00:40:49 +0900 Subject: [PATCH 595/641] Add Bdash (#781) Co-authored-by: Serhii Londar --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index def4fbd..d3660ce 100644 --- a/applications.json +++ b/applications.json @@ -9357,6 +9357,23 @@ "languages": [ "java" ] + }, + { + "short_description": "Simple SQL Client for lightweight data analysis.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/bdash-app/bdash", + "title": "Bdash", + "icon_url": "https://github.com/bdash-app/bdash/blob/master/build/icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture1.png", + "https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture2.png" + ], + "official_site": "", + "languages": [ + "javascript" + ] }, { "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", From 10407d793632591fdf9733eabb2b8ddd0dd8c34d Mon Sep 17 00:00:00 2001 From: Wesley de Groot Date: Sat, 29 Oct 2022 17:43:14 +0200 Subject: [PATCH 596/641] Add AuroraEditor (#778) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index d3660ce..a8bcb1e 100644 --- a/applications.json +++ b/applications.json @@ -2819,6 +2819,22 @@ "swift" ] }, + { + "short_description": "Lightweight Code Editor (IDE) for macOS. ", + "categories": [ + "text" + ], + "repo_url": "https://github.com/AuroraEditor/AuroraEditor", + "title": "AuroraEditor", + "icon_url": "https://avatars.githubusercontent.com/u/106490518", + "screenshots": [ + "https://user-images.githubusercontent.com/63672227/187914690-2277654c-6cab-4738-b151-1c85947bea8b.jpg" + ], + "official_site": "https://auroraeditor.com", + "languages": [ + "swift" + ] + }, { "short_description": "Text editor for macOS. ", "categories": [ From 225590016d795d19dec5fdbf9b13dc914fe09eab Mon Sep 17 00:00:00 2001 From: Maxim Marshak Date: Sat, 29 Oct 2022 21:45:14 +0600 Subject: [PATCH 597/641] Add ChipMunk, Wiresherk, Obsidian plugins, VeraCrypt, BalenaEtcher, Nmap software descriptions (#776) Co-authored-by: Serhii Londar --- applications.json | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/applications.json b/applications.json index a8bcb1e..3b2ed76 100644 --- a/applications.json +++ b/applications.json @@ -2785,6 +2785,22 @@ "typescript" ] }, + { + "short_description": "Community plugins list, theme list, and releases of Obsidian. ", + "categories": [ + "markdown" + ], + "repo_url": "https://github.com/obsidianmd/obsidian-releases", + "title": "Obsidian plugins & themes", + "icon_url": "", + "screenshots": [ + "" + ], + "official_site": "https://obsidian.md/", + "languages": [ + "javascript" + ] + }, { "short_description": "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ", "categories": [ @@ -4874,6 +4890,23 @@ "objective_c" ] }, + { + "short_description": "Log analysis tool. ", + "categories": [ + "other" + ], + "repo_url": "https://github.com/esrlabs/chipmunk", + "title": "ChipMunk", + "icon_url": "", + "screenshots": [ + "" + ], + "official_site": "", + "languages": [ + "typescript", + "rust" + ] + }, { "short_description": "Mac app for checking Xcode projects for unused resources. ", "categories": [ @@ -6714,6 +6747,47 @@ ] }, { + "short_description": "Flash OS images to SD cards & USB drives, safely and easily. ", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/balena-io/etcher", + "title": "Balena Etcher", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.balena.io/etcher/", + "languages": [ + "typescript" + ] + }, + { + "short_description": "Nmap - the Network Mapper. ", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/nmap/nmap", + "title": "Nmap", + "icon_url": "", + "screenshots": [], + "official_site": "https://nmap.org", + "languages": [ + "cpp" + ] + }, + { + "short_description": "Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ", + "categories": [ + "utilities" + ], + "repo_url": "https://github.com/wireshark/wireshark", + "title": "Nmap", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.wireshark.org", + "languages": [ + "cpp" + ] + }, { "short_description": "Node Version Manager. ", "categories": [ "utilities" @@ -7952,6 +8026,21 @@ "java" ] }, + { + "short_description": "Disk encryption with strong security based on TrueCrypt. ", + "categories": [ + "security" + ], + "repo_url": "https://github.com/veracrypt/VeraCrypt", + "title": "VeraCrypt", + "icon_url": "", + "screenshots": [], + "official_site": "https://www.veracrypt.fr", + "languages": [ + "c", + "cpp" + ] + }, { "short_description": "Free to do list & time tracker for programmers & designers with Jira integration.", "categories": [ From 5304f3fde4a192a2047861ff0bbd5197cec59b97 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 30 Oct 2022 00:05:46 +0300 Subject: [PATCH 598/641] Fix issues with JSON formatting (#810) --- applications.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/applications.json b/applications.json index 3b2ed76..5486d5a 100644 --- a/applications.json +++ b/applications.json @@ -9607,28 +9607,29 @@ "title": "zoxide", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp", + "https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp" ], "official_site": "https://github.com/ajeetdsouza/zoxide", "languages": [ "rust" + ] }, { "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", "categories": [ - "games", + "games" ], "repo_url": "https://github.com/widelands/widelands", "title": "Widelands", "icon_url": "https://www.widelands.org/static/img/logo.png", "screenshots": [ - "https://www.widelands.org/static/img/welcome.jpg", + "https://www.widelands.org/static/img/welcome.jpg" ], "official_site": "https://www.widelands.org", "languages": [ - "c++" - "python" - "lua" + "c++", + "python", + "lua", "javascript" ] } From e598b073cebab8fa539357c3aa5ce43045126fec Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 29 Oct 2022 21:06:14 +0000 Subject: [PATCH 599/641] Generate README --- README.md | 83 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index f18d706..7dac87d 100644 --- a/README.md +++ b/README.md @@ -23,29 +23,25 @@ Hey friend! Help me out for a couple of :beers:!
  -  -  - -
-  -  - -
-  -  - -
-  -  - -
-  -  - -
-  - +- ![c_icon] - C language. +- ![cpp_icon] - C++ language. +- ![c_sharp_icon] - C# language. +- ![clojure_icon] - Clojure language. +- ![coffee_script_icon] - CoffeeScript language. +- ![css_icon] - CSS language. +- ![go_icon] - Go language. +- ![elm_icon] - Elm language. +- ![haskell_icon] - Haskell language. +- ![javascript_icon] - JavaScript language. +- ![lua_icon] - Lua language. +- ![objective_c_icon] - Objective-C language. +- ![python_icon] - Python language. +- ![ruby_icon] - Ruby language. +- ![rust_icon] - Rust language. +- ![shell_icon] - Shell language. +- ![swift_icon] - Swift language. +- ![typescript_icon] - TypeScript language. + ## Contents - [Audio](#audio) @@ -188,6 +184,7 @@ You can see in which language an app is written. Currently there are following l - [Float coin](https://github.com/kaunteya/FloatCoin) - Native menu bar app with floating window and support for many Exchanges. ![swift_icon] ### Database +- [Bdash](https://github.com/bdash-app/bdash) - Simple SQL Client for lightweight data analysis. ![javascript_icon] - [Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) - SQL editor and manager with support for SQLite, MySQL, MariaDB, Postgres, CockroachDB, SQL Server, and Amazon Redshift. ![javascript_icon] - [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] @@ -203,10 +200,14 @@ You can see in which language an app is written. Currently there are following l - [mongoDB.app](https://github.com/gcollazo/mongodbapp) - The easiest way to get started with mongoDB on the Mac. ![swift_icon] - [redis-pro](https://github.com/cmushroom/redis-pro) - Redis management with SwiftUI. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![typescript_icon] ![swift_icon] +- [sqlectron](https://github.com/sqlectron/sqlectron-gui) - A simple and lightweight SQL client desktop/terminal with cross database and platform support. ![typescript_icon] ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] +- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] +- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] +- [GitAhead](https://github.com/gitahead/gitahead/) - a graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] - [KiCad](https://gitlab.com/kicad/code/kicad) - A software suite for electronic design automation. ![cpp_icon] ![c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. ![swift_icon] @@ -216,6 +217,7 @@ You can see in which language an app is written. Currently there are following l - [Cashew](https://github.com/dhennessy/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] +- [GitAhead](https://github.com/gitahead/gitahead/) - a graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] - [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_icon] - [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![typescript_icon] - [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon] @@ -315,6 +317,7 @@ You can see in which language an app is written. Currently there are following l - [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] ### Editors +- [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] #### CSV - [TableTool](https://github.com/jakob/TableTool) - simple CSV editor for the macOS. ![objective_c_icon] @@ -328,6 +331,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] - [Notenik](https://github.com/hbowie/notenik-swift) - Note-taking app with many organizational options. ![swift_icon] +- [Obsidian plugins & themes](https://github.com/obsidianmd/obsidian-releases) - Community plugins list, theme list, and releases of Obsidian. ![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] - [Zettlr](https://github.com/Zettlr/Zettlr) - A Markdown Editor for the 21st century. ![javascript_icon] ![typescript_icon] @@ -337,6 +341,7 @@ You can see in which language an app is written. Currently there are following l - [Qilin Editor](https://github.com/qilin-editor/qilin-app) - Text editor for exact sciences with built-in KaTeX/AsciiMath support. ![javascript_icon] #### Text +- [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [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] @@ -373,6 +378,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [dupeGuru](https://github.com/arsenetar/dupeguru/) - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents. ![objective_c_icon] +- [zoxide](https://github.com/ajeetdsouza/zoxide) - zoxide is a smarter cd command for your terminal. ![rust_icon] ### Games - [0 A.D.](https://svn.wildfiregames.com/public/ps/trunk/) - Real-time strategy game of ancient warfare ![cpp_icon] @@ -385,6 +391,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Widelands](https://github.com/widelands/widelands) - Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it. ![c++_icon] ![python_icon] ![lua_icon] ![javascript_icon] ### Graphics - [Aseprite](https://github.com/aseprite/aseprite) - Animated sprite editor & pixel art tool (Windows, macOS, Linux). ![cpp_icon] ![c_icon] @@ -406,6 +413,9 @@ You can see in which language an app is written. Currently there are following l ### IDE - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon] +- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] +- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] +- [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] - [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_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] ![typescript_icon] @@ -417,6 +427,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Flameshot](https://github.com/flameshot-org/flameshot) - Powerful yet simple to use screenshot software. ![cpp_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, macOS iconset, or a custom collection. ![swift_icon] @@ -471,7 +482,7 @@ You can see in which language an app is written. Currently there are following l - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] -- [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar is a MacOS applicatoin that shows - Battery, Disk, Memory, Cpu, Network Bandwidth, Wifi on menu bar. ![swift_icon] +- [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi. ![Swift_icon] - [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] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] @@ -537,7 +548,9 @@ You can see in which language an app is written. Currently there are following l - [tmpNote](https://github.com/buddax2/tmpNote) - Very simple macOS app to make temporary notes. ![swift_icon] ### Other +- [Betaflight Configurator](https://github.com/betaflight/betaflight-configurator) - Cross platform configuration tool for the Betaflight firmware. ![javascript_icon] - [Cakebrew](https://github.com/brunophilipe/Cakebrew) - Manage your Homebrew formulas with style using Cakebrew. ![objective_c_icon] +- [ChipMunk](https://github.com/esrlabs/chipmunk) - Log analysis tool. ![typescript_icon] ![rust_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] @@ -622,9 +635,11 @@ You can see in which language an app is written. Currently there are following l - [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] +- [far2l](https://github.com/elfmz/far2l) - Linux/Mac fork of FAR Manager v2 ![c_icon] ![cpp_icon] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon] - [reventlou](https://github.com/b3z/reventlou) - Personal database as an information management system. ![typescript_icon] ![swift_icon] +- [sqlectron](https://github.com/sqlectron/sqlectron-gui) - A simple and lightweight SQL client desktop/terminal with cross database and platform support. ![typescript_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] @@ -647,6 +662,7 @@ You can see in which language an app is written. Currently there are following l - [Pareto Security](https://github.com/paretoSecurity/pareto-mac/) - A MenuBar app to automatically audit your Mac for basic security hygiene. ![swift_icon] - [Privacy Redirect for Safari](https://github.com/smmr-software/privacy-redirect-safari) - Redirect Twitter, YouTube, Reddit, Google Maps, Google Search, and Google Translate to privacy friendly alternatives. ![swift_icon] - [Swifty](https://github.com/swiftyapp/swifty) - Free and offline password manager. ![javascript_icon] +- [VeraCrypt](https://github.com/veracrypt/VeraCrypt) - Disk encryption with strong security based on TrueCrypt. ![c_icon] ![cpp_icon] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![python_icon] @@ -698,6 +714,7 @@ You can see in which language an app is written. Currently there are following l - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_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] +- [Wireshark](https://gitlab.com/wireshark/wireshark/-/tree/master) - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![c_icon] ![c++_icon] - [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_icon] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [macOSLucidaGrande](https://github.com/LumingYin/macOSLucidaGrande) - A small utility to set Lucida Grande as your Mac's system UI font. ![objective_c_icon] @@ -715,6 +732,7 @@ 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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] - [wallpapper](https://github.com/mczachurski/wallpapper) - wallpapper is a console application for creating dynamic wallpapers for Mojave. ![swift_icon] +- [zoxide](https://github.com/ajeetdsouza/zoxide) - zoxide is a smarter cd command for your terminal. ![rust_icon] ### Touch Bar - [Muse](https://github.com/xzzz9097/Muse) - Spotify controller with TouchBar support. ![swift_icon] @@ -725,12 +743,13 @@ You can see in which language an app is written. Currently there are following l - [Touch Emoji](https://github.com/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon] ### Utilities -- [Keka](https://github.com/aonez/Keka) - Keka is a full featured file archiver, as easy as it can be. ![swift_icon] - [Android tool for Mac](https://github.com/mortenjust/androidtool-mac) - One-click screenshots, video recordings, app installation for iOS and Android ![swift_icon] - [ArchiveMounter](https://github.com/ivoronin/ArchiveMounter) - Mounts archives like disk images. ![swift_icon] +- [Balena Etcher](https://github.com/balena-io/etcher) - Flash OS images to SD cards & USB drives, safely and easily. ![typescript_icon] - [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![objective_c_icon] +- [Betaflight Configurator](https://github.com/betaflight/betaflight-configurator) - Cross platform configuration tool for the Betaflight firmware. ![javascript_icon] - [Bitwarden](https://github.com/bitwarden/desktop) - Cross-platform password management solutions for individuals, teams, and business organizations. ![typescript_icon] -- [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar) - Bitwarden Passwort Manager in your menu bar ![typescript_icon] ![swift_icon] +- [Bitwarden Menu](https://github.com/jnsdrtlf/bitwarden-menubar) - Bitwarden Password Manager in your menu bar ![typescript_icon] ![swift_icon] - [Boop](https://github.com/IvanMathy/Boop) - A scriptable scratchpad for developers. ![swift_icon] ![javascript_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] @@ -749,6 +768,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [KeeWeb](https://github.com/keeweb/keeweb) - Cross-platform password manager compatible with KeePass. ![javascript_icon] +- [Keka](https://github.com/aonez/Keka) - Keka is a full featured file archiver, as easy as it can be. ![swift_icon] - [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Simple screen and microphone audio recorder for macOS. ![swift_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Life-Calendar](https://github.com/wvdk/Life-Calendar) - Life Calendar. ![swift_icon] @@ -763,12 +783,16 @@ 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] - [Music Bar](https://github.com/musa11971/Music-Bar/) - Music Bar is macOS application that places music controls right in your menu bar. ![swift_icon] +- [NVM](https://github.com/nvm-sh/nvm) - Node Version Manager. ![shell_icon] +- [Nmap](https://github.com/nmap/nmap) - Nmap - the Network Mapper. ![cpp_icon] +- [Nmap](https://github.com/wireshark/wireshark) - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![cpp_icon] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![swift_icon] - [Noti](https://github.com/jariz/Noti/) - Receive Android notifications on your mac (with PushBullet). ![swift_icon] +- [OpenRocket](https://github.com/openrocket/openrocket) - OpenRocket is a cross-platform utility tool to model and simulate model rockets and their flight characteristics. ![java_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] - [Pika](https://github.com/superhighfives/pika) - Is an easy to use, open-source, native colour picker for macOS. ![swift_icon] ![metal_icon] - [Plain Pasta](https://github.com/hisaac/PlainPasta) - Plaintextify your clipboard ![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] @@ -790,12 +814,15 @@ You can see in which language an app is written. Currently there are following l - [calibre](https://github.com/kovidgoyal/calibre) - cross platform e-book manager. ![python_icon] - [dupeGuru](https://github.com/arsenetar/dupeguru/) - dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents. ![objective_c_icon] - [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_icon] +- [far2l](https://github.com/elfmz/far2l) - Linux/Mac fork of FAR Manager v2 ![c_icon] ![cpp_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] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] +- [nix-package-manager](https://github.com/NixOS/nix) - Nix is a reproducible package manager alternative to Homebrew, with over 80,000 packages. ![c++_icon] ![shell_icon] ![nix_icon] - [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon] +- [zoxide](https://github.com/ajeetdsouza/zoxide) - zoxide is a smarter cd command for your terminal. ![rust_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 @@ -878,4 +905,4 @@ Thanks to all the people who contribute: [rust_icon]: ./icons/rust-16.png 'Rust language.' [shell_icon]: ./icons/shell-16.png 'Shell language.' [swift_icon]: ./icons/swift-16.png 'Swift language.' -[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' +[typescript_icon]: ./icons/typescript-16.png 'TypeScript language.' \ No newline at end of file From fc50e534e4036bd16505a71cfde867985d3dbdb7 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 30 Oct 2022 00:40:28 +0300 Subject: [PATCH 600/641] Fix link issues (#811) --- applications.json | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/applications.json b/applications.json index 5486d5a..edcd324 100644 --- a/applications.json +++ b/applications.json @@ -3770,7 +3770,6 @@ "title": "Keycastr", "icon_url": "", "screenshots": [ - "https://cloud.githubusercontent.com/assets/1013641/9109734/d73505e4-3c72-11e5-9c71-49cdf4a484da.gif", "https://github.com/keycastr/keycastr/blob/5a9a9e5b498aad7f3bc26e3c2c95862359dbf3e4/assets/preview.png" ], "official_site": "", @@ -4093,7 +4092,7 @@ "title": "Monitor Bar", "icon_url": "", "screenshots": [], - "official_site": "https://github.com/tidiemme/monitorbar", + "official_site": "", "languages": [ "Swift" ] @@ -9377,7 +9376,7 @@ ], "repo_url": "https://gitlab.com/inkscape/inkscape", "title": "Inkscape", - "icon_url": "https://inkscape.org/", + "icon_url": "", "screenshots": [ "https://media.inkscape.org/media/resources/file/inkscape-0.48-moonlight-views.png" ], @@ -9480,23 +9479,6 @@ "javascript" ] }, - { - "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", - "categories": [ - "ide", - "development" - ], - "repo_url": "https://github.com/brackets-cont/brackets", - "title": "Brackets", - "icon_url": "https://brackets.io/img/brackets.svg", - "screenshots": [ - "https://brackets.io/img/hero.png" - ], - "official_site": "https://brackets.io/", - "languages": [ - "javascript" - ] - }, { "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", "categories": [ @@ -9548,7 +9530,7 @@ ] }, { - "short_description": "a graphical Git client designed to help you understand and manage your source code history.", + "short_description": "A graphical Git client designed to help you understand and manage your source code history.", "categories": [ "development", "git" @@ -9557,8 +9539,6 @@ "title": "GitAhead", "icon_url": "https://raw.githubusercontent.com/gitahead/gitahead/rsrc/GitAhead.iconset/icon_128x128.png", "screenshots": [ - "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_dark.png", - "https://raw.githubusercontent.com/mohakapt/Stringz/main/Resources/hero_light.png" ], "official_site": "https://gitahead.github.io/gitahead.com/", "languages": [ @@ -9609,7 +9589,7 @@ "screenshots": [ "https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp" ], - "official_site": "https://github.com/ajeetdsouza/zoxide", + "official_site": "", "languages": [ "rust" ] From a6631f26c362d26fda563682c5554cbd4165be28 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 29 Oct 2022 21:40:53 +0000 Subject: [PATCH 601/641] Generate README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dac87d..c223db9 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,8 @@ You can see in which language an app is written. Currently there are following l ### Development - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] -- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] -- [GitAhead](https://github.com/gitahead/gitahead/) - a graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] +- [GitAhead](https://github.com/gitahead/gitahead/) - A graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] - [KiCad](https://gitlab.com/kicad/code/kicad) - A software suite for electronic design automation. ![cpp_icon] ![c_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. ![swift_icon] @@ -217,7 +216,7 @@ You can see in which language an app is written. Currently there are following l - [Cashew](https://github.com/dhennessy/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] -- [GitAhead](https://github.com/gitahead/gitahead/) - a graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] +- [GitAhead](https://github.com/gitahead/gitahead/) - A graphical Git client designed to help you understand and manage your source code history. ![cpp_icon] ![c_icon] - [GitBlamePR](https://github.com/maoyama/GitBlamePR) - Mac app that shows pull request last modified each line of a file ![swift_icon] - [GitHub Desktop](https://github.com/desktop/desktop) - Simple collaboration from your desktop. ![typescript_icon] - [GitSync](https://github.com/eonist/GitSync) - Minimalistic Git client for Mac. ![swift_icon] @@ -414,7 +413,6 @@ You can see in which language an app is written. Currently there are following l - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon] - [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] -- [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] - [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_icon] - [LiveCode](https://github.com/livecode/livecode) - Cross-platform development IDE. ![c_icon] From 04d28a497b62e5be1812aa8fa34f155564733b28 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 30 Oct 2022 00:55:47 +0300 Subject: [PATCH 602/641] Fix link issues (#813) From 76bf8898ffdbf104ef9599af69d81d6cffd9302a Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 30 Oct 2022 00:56:49 +0300 Subject: [PATCH 603/641] Fix link issues (#812) * Fix link issues * Fix 404 and 402 link errors --- applications.json | 80 +++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 48 deletions(-) diff --git a/applications.json b/applications.json index edcd324..5921e6b 100644 --- a/applications.json +++ b/applications.json @@ -11,7 +11,7 @@ "screenshots": [ "https://www.keka.io/img/Keka-Square-512x512.png" ], - "official_site": "https://keka.io", + "official_site": "https://www.keka.io/", "languages": [ "swift" ] @@ -68,7 +68,7 @@ "categories": [ "menubar" ], - "repo_url": "https://github.com/manindaniil/market-bar", + "repo_url": "https://github.com/mnndnl/market-bar ", "title": "Market Bar", "icon_url": "", "screenshots": [], @@ -85,7 +85,7 @@ ], "repo_url": "https://github.com/apache/netbeans", "title": "Apache Netbeans", - "icon_url": "http://netbeans.apache.org/images/apache-netbeans.svg", + "icon_url": "https://netbeans.apache.org/images/apache-netbeans.svg", "screenshots": [ "https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0", "https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0" @@ -299,7 +299,7 @@ "categories": [ "audio" ], - "repo_url": "https://github.com/maculateConception/aural-player", + "repo_url": "https://github.com/kartik-venugopal/aural-player", "title": "Aural Player", "icon_url": "", "screenshots": [ @@ -921,11 +921,10 @@ ], "repo_url": "https://github.com/getferdi/ferdi", "title": "Ferdi", - "icon_url": "https://getferdi.com/wp-content/uploads/sites/4/2021/08/social-preview.png", + "icon_url": "", "screenshots": [ - "https://getferdi.com/wp-content/uploads/sites/4/2021/08/laptop-1.png" ], - "official_site": "https://getferdi.com/", + "official_site": "", "languages": [ "javascript" ] @@ -2348,13 +2347,13 @@ ], "repo_url": "https://github.com/httptoolkit/httptoolkit-desktop", "title": "HTTP Toolkit", - "icon_url": "https://httptoolkit.tech/icon-600.png", + "icon_url": "https://httptoolkit.com/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/", + "official_site": "https://httptoolkit.com/", "languages": [ "typescript" ] @@ -3931,9 +3930,9 @@ "title": "LinkLiar", "icon_url": "", "screenshots": [ - "https://cdn.rawgit.com/halo/LinkLiar/master/docs/screenshot_3.0.1b.svg" + "https://cdn.jsdelivr.net/gh/halo/LinkLiar@master/docs/screenshot_3.0.1b.svg" ], - "official_site": "https://halo.github.io/LinkLiar", + "official_site": "https://halo.github.io/LinkLiar/", "languages": [ "swift" ] @@ -6449,11 +6448,7 @@ "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" - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -7112,7 +7107,7 @@ ], "repo_url": "https://github.com/iina/iina", "title": "IINA", - "icon_url": "https://raw.githubusercontent.com/iina/iina/master/iina/Assets.xcassets/AppIcon.appiconset/256-1.png", + "icon_url": "", "screenshots": [], "official_site": "https://iina.io", "languages": [ @@ -7244,7 +7239,7 @@ ] }, { - "short_description": "ArtStation set as wallpapers from [artwork.rss](https://www.artstation.com/community/channels). ", + "short_description": "ArtStation set as wallpapers from artwork.rss", "categories": [ "wallpaper" ], @@ -7768,7 +7763,7 @@ { "repo_url": "https://github.com/amiantos/lifesaver", "icon_url": "", - "official_site": "https://amiantos.net/lifesaver/", + "official_site": "https://github.com/amiantos/lifesaver", "title": "Life Saver", "screenshots": [ "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/screensaver/lifesaver-screenshots-1.1.png", @@ -7823,9 +7818,7 @@ "repo_url": "https://github.com/rxhanson/Rectangle", "title": "Rectangle", "icon_url": "", - "screenshots": [ - "https://rectangleapp.com/images/ScreenShot.png" - ], + "screenshots": [], "official_site": "https://rectangleapp.com", "languages": [ "swift" @@ -7903,7 +7896,7 @@ ], "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", + "icon_url": "", "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" @@ -8006,7 +7999,7 @@ "title": "PowerShell", "icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png", "screenshots": [], - "official_site": "https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1&viewFallbackFrom=powershell-6", + "official_site": "https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1&viewFallbackFrom=powershell-6", "languages": [ "c_sharp" ] @@ -8445,9 +8438,7 @@ "repo_url": "https://github.com/simple-login/mac-app", "title": "SimpleLogin", "icon_url": "https://simplelogin.io/logo.svg", - "screenshots": [ - "https://static.simplelogin.io/open-source-mac-apps.png" - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -8479,10 +8470,7 @@ "repo_url": "https://github.com/maoyama/GitBlamePR", "title": "GitBlamePR", "icon_url": "https://github.com/maoyama/GitBlamePR/blob/master/GitBlamePR/Assets.xcassets/AppIcon.appiconset/gitblamepr1024.png", - "screenshots": [ - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c1.gif", - "https://github.com/maoyama/GitBlamePR/blob/master/Captures/c2.gif" - ], + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -8627,11 +8615,11 @@ }, { "repo_url": "https://github.com/RocketChat/Rocket.Chat.Electron", - "official_site": "https://rocket.chat/", + "official_site": "https://www.rocket.chat/", "title": "RocketChat", - "icon_url": "https://rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", + "icon_url": "https://www.rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", "screenshots": [ - "https://rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" + "https://www.rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" ], "short_description": "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", "languages": [ @@ -8708,11 +8696,11 @@ }, { "repo_url": "https://github.com/DevUtilsApp/DevUtils-app", - "official_site": "https://devutils.app", + "official_site": "https://devutils.com", "title": "DevUtils.app", - "icon_url": "https://devutils.app/favicon.png", + "icon_url": "https://devutils.com/favicon.png", "screenshots": [ - "https://devutils.app/screenshot-dark.png" + "https://devutils.com/screenshot-dark.png" ], "short_description": "Developer Utilities for macOS, helps you with your tiny daily tasks with just a single click! i.e., JSON Formatter, UUID Generator...", "languages": [ @@ -8991,7 +8979,7 @@ ], "repo_url": "https://github.com/oliverschwendener/ueli", "title": "Ueli", - "icon_url": "https://raw.githubusercontent.com/oliverschwendener/ueli/dev/img/icons/mac/ueliTemplate.png", + "icon_url": "", "screenshots": [ "https://github.com/oliverschwendener/ueli/blob/dev/assets/feature-simple-folder-search.png?raw=true" ], @@ -9031,7 +9019,7 @@ "screenshots": [ "https://user-images.githubusercontent.com/239513/126497099-1b89a8ef-68f2-4aae-9f05-f124748685d2.png" ], - "official_site": "https://paretosecurity.app/", + "official_site": "https://paretosecurity.com/", "languages": [ "swift" ] @@ -9045,12 +9033,8 @@ ], "repo_url": "https://github.com/smmr-software/privacy-redirect-safari", "title": "Privacy Redirect for Safari", - "icon_url": "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/Privacy%20Redirect%20for%20Safari%20Extension/assets/images/full/icon1024.png", - "screenshots": [ - "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/1.jpg", - "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/2.jpg", - "https://raw.githubusercontent.com/smmr-software/privacy-redirect-safari/main/assets/final/3.jpg" - ], + "icon_url": "", + "screenshots": [], "official_site": "", "languages": [ "swift" @@ -9306,7 +9290,7 @@ "screenshots": [ "https://krita.org/wp-content/uploads/2019/08/krita-ui-40.png" ], - "official_site": "https://krita.org", + "official_site": "https://krita.org/en/", "languages": [ "cpp", "python", @@ -9327,7 +9311,7 @@ "https://www.thunderbird.net/media/img/l10n/en-US/thunderbird/calendar/screenshot-mac.png", "https://www.thunderbird.net/media/img/thunderbird/features/addon-manager.png" ], - "official_site": "https://www.thunderbird.net/", + "official_site": "https://www.thunderbird.net/en-US/", "languages": [ "cpp", "javascript", @@ -9537,7 +9521,7 @@ ], "repo_url": "https://github.com/gitahead/gitahead/", "title": "GitAhead", - "icon_url": "https://raw.githubusercontent.com/gitahead/gitahead/rsrc/GitAhead.iconset/icon_128x128.png", + "icon_url": "", "screenshots": [ ], "official_site": "https://gitahead.github.io/gitahead.com/", From c22dc0016939e6f6ca07504870b80687cd7afa69 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 29 Oct 2022 21:57:15 +0000 Subject: [PATCH 604/641] Generate README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c223db9..5ddd06c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,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] - [Audacity](https://github.com/audacity/audacity) - Free, open source, cross-platform audio software ![c_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] +- [Aural Player](https://github.com/kartik-venugopal/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] @@ -476,7 +476,7 @@ You can see in which language an app is written. Currently there are following l - [Itsycal](https://github.com/sfsam/Itsycal) - A tiny calendar for that lives in the Mac menu bar. ![objective_c_icon] - [KubeContext](https://github.com/turkenh/KubeContext) - import, manage and switch between your Kubernetes contexts on Mac. ![swift_icon] - [LinkLiar](https://github.com/halo/LinkLiar) - Keep your MAC address random for privacy (intuitive GUI for ifconfig) ![swift_icon] -- [Market Bar](https://github.com/manindaniil/market-bar) - Tiny stocks watcher for the menu bar. ![swift_icon] +- [Market Bar](https://github.com/mnndnl/market-bar ) - Tiny stocks watcher for the menu bar. ![swift_icon] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] @@ -854,7 +854,7 @@ You can see in which language an app is written. Currently there are following l ### Wallpaper - [500-mac-wallpaper](https://github.com/markcheeky/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/community/channels). ![objective_c_icon] +- [ArtWall](https://github.com/JustinFincher/ASWP-for-macOS) - ArtStation set as wallpapers from artwork.rss ![objective_c_icon] - [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] From cdb8a3a28ebf83a6964b129a42154eeebc356a82 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Sun, 30 Oct 2022 01:18:35 +0300 Subject: [PATCH 605/641] Fix link issues (#814) * Fix link issues * Update applications.json * Remove duplication URL for https://github.com/amiantos/lifesaver * Update applications.json * Update applications.json --- applications.json | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/applications.json b/applications.json index 5921e6b..f61d096 100644 --- a/applications.json +++ b/applications.json @@ -11,7 +11,7 @@ "screenshots": [ "https://www.keka.io/img/Keka-Square-512x512.png" ], - "official_site": "https://www.keka.io/", + "official_site": "https://www.keka.io/en/", "languages": [ "swift" ] @@ -90,7 +90,7 @@ "https://www.dropbox.com/s/r9ewe87xer4nypj/netbeans_dark.png?dl=0", "https://www.dropbox.com/s/qs2gh43lrsbdkid/netbeans_light.png?dl=0" ], - "official_site": "http://netbeans.apache.org", + "official_site": "https://netbeans.apache.org/", "languages": [ "java" ] @@ -1612,7 +1612,7 @@ "categories": [ "ios--macos" ], - "repo_url": "https://github.com/vineetchoudhary/AppBox-iOSAppsWirelessInstallation", + "repo_url": "https://github.com/getappbox/AppBox-iOSAppsWirelessInstallation", "title": "AppBox", "icon_url": "", "screenshots": [ @@ -4415,7 +4415,7 @@ "categories": [ "notes" ], - "repo_url": "https://github.com/BoostIO/Boostnote", + "repo_url": "https://github.com/BoostIO/BoostNote-Legacy", "title": "Boostnote", "icon_url": "", "screenshots": [ @@ -4559,7 +4559,7 @@ "categories": [ "notes" ], - "repo_url": "https://github.com/standardnotes/web", + "repo_url": "https://github.com/standardnotes/app", "title": "Standard Notes", "icon_url": "", "screenshots": [ ], @@ -4590,7 +4590,7 @@ "categories": [ "notes" ], - "repo_url": "https://github.com/klaussinani/tusk", + "repo_url": "https://github.com/klaudiosinani/tusk", "title": "Tusk", "icon_url": "", "screenshots": [], @@ -7763,7 +7763,7 @@ { "repo_url": "https://github.com/amiantos/lifesaver", "icon_url": "", - "official_site": "https://github.com/amiantos/lifesaver", + "official_site": "", "title": "Life Saver", "screenshots": [ "https://raw.githubusercontent.com/amiantos/lifesaver/master/Design/screensaver/lifesaver-screenshots-1.1.png", @@ -7999,7 +7999,7 @@ "title": "PowerShell", "icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png", "screenshots": [], - "official_site": "https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1&viewFallbackFrom=powershell-6", + "official_site": "", "languages": [ "c_sharp" ] @@ -8437,7 +8437,7 @@ ], "repo_url": "https://github.com/simple-login/mac-app", "title": "SimpleLogin", - "icon_url": "https://simplelogin.io/logo.svg", + "icon_url": "", "screenshots": [], "official_site": "", "languages": [ @@ -8514,7 +8514,7 @@ }, { "repo_url": "https://github.com/bhj/karaoke-forever", - "official_site": "https://www.karaoke-forever.com", + "official_site": "https://www.karaoke-eternal.com/", "title": "Karaoke Forever", "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", "screenshots": [ @@ -8617,10 +8617,8 @@ "repo_url": "https://github.com/RocketChat/Rocket.Chat.Electron", "official_site": "https://www.rocket.chat/", "title": "RocketChat", - "icon_url": "https://www.rocket.chat/wp-content/uploads/2020/09/cropped-Logo-Simbolo-Vermelho-PNG-e1599852240317-192x192.png", - "screenshots": [ - "https://www.rocket.chat/wp-content/uploads/2020/07/devices-screens-1536x866.png" - ], + "icon_url": "", + "screenshots": [], "short_description": "Free open source chat system for teams. An alternative to Slack that can also be self hosted.", "languages": [ "javascript" @@ -9102,9 +9100,7 @@ "repo_url": "https://github.com/CodingFriends/Tincta", "title": "Tincta", "icon_url": "https://raw.githubusercontent.com/CodingFriends/Tincta/master/Source/app_icon.iconset/icon_512x512.png", - "screenshots": [ - "https://ik.imagekit.io/codingFriends/img/tr:w-2880,q-90,pr-true/tincta/Screenshot.png" - ], + "screenshots": [], "official_site": "https://codingfriends.github.io/Tincta/", "languages": [ "objective_c" @@ -9260,7 +9256,7 @@ "categories": [ "graphics" ], - "repo_url": "https://git.blender.org/blender.git", + "repo_url": "https://git.blender.org/gitweb/gitweb.cgi/blender.git", "title": "Blender", "icon_url": "https://download.blender.org/branding/blender_logo_socket.png", "screenshots": [ From a389e2416a37cd8f6fb417372c929b2849113637 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sat, 29 Oct 2022 22:21:44 +0000 Subject: [PATCH 606/641] Generate README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ddd06c..1c29997 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,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] -- [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/getappbox/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] @@ -394,7 +394,7 @@ You can see in which language an app is written. Currently there are following l ### Graphics - [Aseprite](https://github.com/aseprite/aseprite) - Animated sprite editor & pixel art tool (Windows, macOS, Linux). ![cpp_icon] ![c_icon] -- [Blender](https://git.blender.org/blender.git) - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. ![c_icon] ![cpp_icon] ![python_icon] +- [Blender](https://git.blender.org/gitweb/gitweb.cgi/blender.git) - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. ![c_icon] ![cpp_icon] ![python_icon] - [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [FreeCAD](https://github.com/FreeCAD/FreeCAD) - FreeCAD is an open-source 3D parametric modeler ![c++_icon] ![python_icon] @@ -528,7 +528,7 @@ You can see in which language an app is written. Currently there are following l - [hacker-menu](https://github.com/owenthereal/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] +- [Boostnote](https://github.com/BoostIO/BoostNote-Legacy) - 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] ![typescript_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] @@ -538,8 +538,8 @@ You can see in which language an app is written. Currently there are following l - [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] +- [Standard Notes](https://github.com/standardnotes/app) - Safe place for your notes, thoughts, and life's work. ![javascript_icon] ![css_icon] +- [Tusk](https://github.com/klaudiosinani/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] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [notable](https://github.com/jmcfarlane/notable) - Simple note taking application. ![javascript_icon] From 0ac091e76c72eb91a921f7f33022f5e545fbb18e Mon Sep 17 00:00:00 2001 From: Vlad <79169736+curiousvlxd@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:45:23 +0200 Subject: [PATCH 607/641] Added Spicetify (#816) * Added Spicetify * Changed screenshot link to raw.githubusercontent --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index f61d096..5890f3c 100644 --- a/applications.json +++ b/applications.json @@ -4315,6 +4315,22 @@ "javascript" ] }, + { + "short_description": "Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux.", + "categories": [ + "music" + ], + "repo_url": "https://github.com/spicetify/spicetify-cli", + "title": "spicetify-cli", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/spicetify/spicetify-cli/master/.github/assets/logo.png" + ], + "official_site": "https://spicetify.app/", + "languages": [ + "javascript" + ] + }, { "short_description": "Control Spotify without leaving your terminal. :notes: ", "categories": [ From 97727273903983b0cbefe21c001f0ed009bdb4e5 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 30 Oct 2022 11:45:55 +0000 Subject: [PATCH 608/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c29997..d497199 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ You can see in which language an app is written. Currently there are following l - [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] +- [spicetify-cli](https://github.com/spicetify/spicetify-cli) - Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux. ![javascript_icon] ### News - [Diurna](https://github.com/ngquerol/Diurna) - Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform. ![swift_icon] From 6abe0ccfc7d59d1da0ff210c952656d045bfa482 Mon Sep 17 00:00:00 2001 From: Wesley de Groot Date: Sun, 30 Oct 2022 16:39:53 +0100 Subject: [PATCH 609/641] Fix categories for AuroraEditor (#817) --- applications.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications.json b/applications.json index 5890f3c..37c9f9a 100644 --- a/applications.json +++ b/applications.json @@ -2837,6 +2837,8 @@ { "short_description": "Lightweight Code Editor (IDE) for macOS. ", "categories": [ + "ide", + "editors", "text" ], "repo_url": "https://github.com/AuroraEditor/AuroraEditor", From d78f338597562901944d21829dccf579e6f8c5e0 Mon Sep 17 00:00:00 2001 From: Mawad <114977231+mawad28@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:40:16 +0800 Subject: [PATCH 610/641] Add DbGate (#815) --- applications.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/applications.json b/applications.json index 37c9f9a..0c25f9d 100644 --- a/applications.json +++ b/applications.json @@ -9610,6 +9610,31 @@ "lua", "javascript" ] + }, + { + "short_description": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application.", + "categories": [ + "database" + ], + "repo_url": "https://github.com/dbgate/dbgate", + "title": "DbGate", + "icon_url": "https://raw.githubusercontent.com/dbgate/dbgate/master/app/icon.png", + "screenshots": [ + "https://dbgate.org/assets/screenshots/datagrid.png", + "https://dbgate.org/assets/screenshots/query.png", + "https://dbgate.org/assets/screenshots/diagram.png", + "https://dbgate.org/assets/screenshots/redis.png", + "https://dbgate.org/assets/screenshots/export.png", + "https://dbgate.org/assets/screenshots/darkmode.png", + "https://dbgate.org/assets/screenshots/querydesigner.png", + "https://dbgate.org/assets/screenshots/mongosave.png", + "https://dbgate.org/assets/screenshots/dbcompare.png" + ], + "official_site": "https://dbgate.org", + "languages": [ + "javascript", + "typescript" + ] } ] } From a0b59b794dd3cf0c83f76e128fb3cb2951c03011 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 30 Oct 2022 15:40:50 +0000 Subject: [PATCH 611/641] Generate README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d497199..8d8de17 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ You can see in which language an app is written. Currently there are following l - [Beekeeper Studio](https://github.com/beekeeper-studio/beekeeper-studio) - SQL editor and manager with support for SQLite, MySQL, MariaDB, Postgres, CockroachDB, SQL Server, and Amazon Redshift. ![javascript_icon] - [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] +- [DbGate](https://github.com/dbgate/dbgate) - Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application. ![javascript_icon] ![typescript_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] @@ -316,6 +317,7 @@ You can see in which language an app is written. Currently there are following l - [udemy-downloader-gui](https://github.com/FaisalUmair/udemy-downloader-gui) - desktop application for downloading Udemy Courses. ![javascript_icon] ### Editors +- [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] #### CSV @@ -412,6 +414,7 @@ You can see in which language an app is written. Currently there are following l ### IDE - [Apache Netbeans](https://github.com/apache/netbeans) - Apache NetBeans is an IDE, Tooling Platform and Application Framework suitable for development in Java, JavaScript, PHP, HTML5, CSS, and more. ![java_icon] - [Atom](https://github.com/atom/atom) - The hackable text editor. ![javascript_icon] +- [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] - [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_icon] From 305deaf57207699cce4b77096d5286bf473af29a Mon Sep 17 00:00:00 2001 From: Dawood Wasif <58269425+dawoodwasif@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:10:21 +0100 Subject: [PATCH 612/641] Added a chat resource (#818) --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 0c25f9d..07735be 100644 --- a/applications.json +++ b/applications.json @@ -9635,6 +9635,22 @@ "javascript", "typescript" ] - } + }, + { + "short_description": "Instant messaging application that can connect to XMPP (Jabber), IRC and more.", + "categories": [ + "chat" + ], + "repo_url": "https://github.com/adium/adium", + "title": "Adium", + "icon_url": "https://camo.githubusercontent.com/a71922d7e707859df12b40be9c5b7f84b2c3562b55b1bc145986b119abb8d136/68747470733a2f2f616469756d2e696d2f696d616765732f6c6f676f2e706e67", + "screenshots": [ + "http://adiumx.com/blog/uploads/2009/03/twitter-full.png" + ], + "official_site": "https://adium.im/", + "languages": [ + "c" + ] +} ] } From ab5c85e95dc8367c651c1c06131562b39cb4ed5d Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 30 Oct 2022 16:10:49 +0000 Subject: [PATCH 613/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d8de17..5907a90 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 - [seb-mac](https://github.com/SafeExamBrowser/seb-mac) - Safe Exam Browser for macOS and iOS. ![c_icon] ### Chat +- [Adium](https://github.com/adium/adium) - Instant messaging application that can connect to XMPP (Jabber), IRC and more. ![c_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] From 49d706c85ba2c9f20fda6cda642edb9b70b9850b Mon Sep 17 00:00:00 2001 From: aryav-bharali <108867638+aryav-bharali@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:53:34 -0500 Subject: [PATCH 614/641] Added UTM (#819) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 07735be..0a29163 100644 --- a/applications.json +++ b/applications.json @@ -4333,6 +4333,23 @@ "javascript" ] }, + { + "short_description": "Virtualization for other operating systems.", + "categories": [ + "development" + ], + "repo_url": "https://github.com/utmapp/", + "title": "utmapp", + "icon_url": "", + "screenshots": [ + "https://github.com/utmapp/UTM/raw/main/screenmac.png" + ], + "official_site": "https://mac.getutm.app/", + "languages": [ + "swift", + "objective_c" + ] + }, { "short_description": "Control Spotify without leaving your terminal. :notes: ", "categories": [ From d40afa55c8e1980100e82bbd6ba03cd1cc74baef Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Mon, 31 Oct 2022 08:54:04 +0000 Subject: [PATCH 615/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5907a90..49f6242 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ You can see in which language an app is written. Currently there are following l - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![swift_icon] - [Pasteboard Viewer](https://github.com/sindresorhus/Pasteboard-Viewer) - Inspect the system pasteboards. ![swift_icon] - [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![swift_icon] +- [utmapp](https://github.com/utmapp/) - Virtualization for other operating systems. ![swift_icon] ![objective_c_icon] #### Git - [Cashew](https://github.com/dhennessy/OpenCashew) - Cashew macOS Github Issue Tracker. ![objective_c_icon] ![c_icon] From 2eec97ec3adfa405b961c0b7ce55034ce5330a73 Mon Sep 17 00:00:00 2001 From: Thijmen Dam Date: Tue, 3 Jan 2023 16:20:11 +0100 Subject: [PATCH 616/641] Updated `applications.json` to include BarTranslate. --- applications.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index 0a29163..0f719b0 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,23 @@ { "applications": [ - { + { + "short_description": "A handy menubar translator app using Google Translate.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/ThijmenDam/BarTranslate", + "title": "BarTranslate", + "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", + "screenshots": [ + "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png", + "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" + ], + "official_site": "https://thijmendam.github.io/BarTranslate/", + "languages": [ + "typescript" + ] + }, + { "short_description": "Keka is a full featured file archiver, as easy as it can be.", "categories": [ "utilities" @@ -9493,7 +9510,7 @@ "languages": [ "javascript" ] - }, + }, { "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", "categories": [ @@ -9608,7 +9625,7 @@ "languages": [ "rust" ] - }, + }, { "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", "categories": [ From e5eb1cf8e758dd014db7ccd5f467d998679dd96e Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:21:54 +0100 Subject: [PATCH 617/641] Updated BarTranslate description --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 0f719b0..12341d5 100644 --- a/applications.json +++ b/applications.json @@ -1,7 +1,7 @@ { "applications": [ { - "short_description": "A handy menubar translator app using Google Translate.", + "short_description": "A handy menu bar translator app that supports DeepL and Google Translate.", "categories": [ "menubar" ], From 76daffb4d5aed77e016027628f1452675153c53c Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:23:28 +0100 Subject: [PATCH 618/641] Updated BarTranslate screenshot --- applications.json | 1 - 1 file changed, 1 deletion(-) diff --git a/applications.json b/applications.json index 12341d5..c951058 100644 --- a/applications.json +++ b/applications.json @@ -9,7 +9,6 @@ "title": "BarTranslate", "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", "screenshots": [ - "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png", "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" ], "official_site": "https://thijmendam.github.io/BarTranslate/", From 71d2a0f595bedbd64445b082b694ccd4973500d8 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:30:52 +0100 Subject: [PATCH 619/641] Updated BarTranslate icon --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index c951058..0935126 100644 --- a/applications.json +++ b/applications.json @@ -7,7 +7,7 @@ ], "repo_url": "https://github.com/ThijmenDam/BarTranslate", "title": "BarTranslate", - "icon_url": "https://github.com/ThijmenDam/BarTranslate/raw/master/assets/BarTranslateIcon%402x.png", + "icon_url": "https://raw.githubusercontent.com/ThijmenDam/BarTranslate/master/assets/BarTranslateIcon.png", "screenshots": [ "https://thijmendam.github.io/BarTranslate/assets/images/interface-snapshot.png" ], From 8aa4044f768b60efb2c441309b6fce0bc372e522 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:40:39 +0100 Subject: [PATCH 620/641] Music Bar has been discontinued --- applications.json | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/applications.json b/applications.json index 0a29163..59bfffc 100644 --- a/applications.json +++ b/applications.json @@ -132,25 +132,6 @@ "swift" ] }, - { - "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": [ @@ -9493,7 +9474,7 @@ "languages": [ "javascript" ] - }, + }, { "short_description": "Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.", "categories": [ @@ -9608,7 +9589,7 @@ "languages": [ "rust" ] - }, + }, { "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", "categories": [ From 4f122860b6888845d11dc4c2d72399a698fa54fb Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:41:40 +0100 Subject: [PATCH 621/641] Ferdi repository has been archived --- applications.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/applications.json b/applications.json index 59bfffc..6e8028d 100644 --- a/applications.json +++ b/applications.json @@ -895,21 +895,6 @@ "productivity" ] }, - { - "short_description": "Ferdi is messaging application for services like WhatsApp, Slack, Messenger and many more. It started off as a hard-fork of Franz, but has now surpassed it in features.", - "categories": [ - "chat" - ], - "repo_url": "https://github.com/getferdi/ferdi", - "title": "Ferdi", - "icon_url": "", - "screenshots": [ - ], - "official_site": "", - "languages": [ - "javascript" - ] - }, { "short_description": "Franz is messaging application for services like WhatsApp, Slack, Messenger and many more. ", "categories": [ From 20fa7d123bb2c5caa7dbf8fdf524131203bf3c6e Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:44:05 +0100 Subject: [PATCH 622/641] Screenshot of Iconology was invalid (404 not found). Replaced it with the only image on their repository. --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 6e8028d..b713cd7 100644 --- a/applications.json +++ b/applications.json @@ -3534,7 +3534,7 @@ "title": "Iconology", "icon_url": "", "screenshots": [ - "https://raw.githubusercontent.com/liamrosenfeld/Iconology/master/demo.gif" + "https://github.com/liamrosenfeld/Iconology/raw/main/Iconology/Assets.xcassets/Logo.imageset/logo-long-black.svg" ], "official_site": "https://apps.apple.com/us/app/iconology/id1463452867", "languages": [ From 9b07e9b65a0b7560646e2b14c3766ad08ea23ec9 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:45:50 +0100 Subject: [PATCH 623/641] Removed EtreCheck (no publicly available repository anymore) --- applications.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/applications.json b/applications.json index b713cd7..07c1a8a 100644 --- a/applications.json +++ b/applications.json @@ -5917,20 +5917,6 @@ "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": "Linux/Mac fork of FAR Manager v2", "categories": [ From fea275017376a86633c3ab24821c3b8385e34674 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:47:07 +0100 Subject: [PATCH 624/641] Removed LifeCalendar (no publicly available repository anymore) --- applications.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/applications.json b/applications.json index 07c1a8a..02a2702 100644 --- a/applications.json +++ b/applications.json @@ -6427,20 +6427,6 @@ "swift" ] }, - { - "short_description": "Life Calendar. ", - "categories": [ - "utilities" - ], - "repo_url": "https://github.com/wvdk/Life-Calendar", - "title": "Life-Calendar", - "icon_url": "", - "screenshots": [], - "official_site": "", - "languages": [ - "swift" - ] - }, { "short_description": "Intelligent adaptive brightness for your external displays. ", "categories": [ From 2c9e1000e8e3fbc458b1bb01bd6ee5888c1e6544 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:55:39 +0100 Subject: [PATCH 625/641] Updated screenshot of Beagle IM (previous screenshot 404 not found) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 02a2702..f3bc501 100644 --- a/applications.json +++ b/applications.json @@ -838,7 +838,7 @@ ], "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", + "icon_url": "https://camo.githubusercontent.com/478e09adfdb2790ecc9f164fe60aba74852bb7a388bba8fbd0d7a0142724f496/68747470733a2f2f626561676c652e696d2f696d672f73657276696365732f6461726b4f724c696768742e706e67", "screenshots": [ "https://beagle.im/img/services/darkOrLight.png" ], From be2bc2c4eb35ad889938d3f23a3d280783e1f8e5 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Sun, 12 Mar 2023 23:58:47 +0100 Subject: [PATCH 626/641] Removed Vercel (no public repository anymore) --- applications.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/applications.json b/applications.json index f3bc501..33b199b 100644 --- a/applications.json +++ b/applications.json @@ -2444,22 +2444,6 @@ "swift" ] }, - { - "short_description": "Create deployments right from the tray menu. ", - "categories": [ - "web-development" - ], - "repo_url": "https://github.com/vercel/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": [ From ec370a1aa1ca2632233a9aa410158a7745f46e73 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Mon, 13 Mar 2023 00:02:37 +0100 Subject: [PATCH 627/641] Removed icon for "Layout Designer for UICollectionView" (previous 404 not found) --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 33b199b..0d6b5a4 100644 --- a/applications.json +++ b/applications.json @@ -8410,7 +8410,7 @@ ], "repo_url": "https://github.com/amirdew/CollectionViewPagingLayout", "title": "Layout Designer for UICollectionView", - "icon_url": "https://github.com/amirdew/CollectionViewPagingLayout/blob/master/Samples/PagingLayoutSamples/Assets.xcassets/AppIcon.appiconset/icon_40x40@3x.png?raw=true", + "icon_url": "", "screenshots": [ "https://amir.app/git/layout_designer_preview.gif" ], From 7f9364d5f34d5fa7dd4e1d79d7741938cce8e858 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Mon, 13 Mar 2023 00:09:07 +0100 Subject: [PATCH 628/641] Resolved HTTP 301 and 302 links --- applications.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/applications.json b/applications.json index 0d6b5a4..ccda4e1 100644 --- a/applications.json +++ b/applications.json @@ -689,7 +689,7 @@ "title": "shallow-backup", "icon_url": "", "screenshots": [ - "https://github.com/alichtman/shallow-backup/blob/master/img/shallow-backup-demo.gif" + "https://github.com/alichtman/shallow-backup/blob/main/img/shallow-backup-demo.gif" ], "official_site": "", "languages": [ @@ -3175,7 +3175,7 @@ "categories": [ "graphics" ], - "repo_url": "https://github.com/gragrance/CaptuocrToy", + "repo_url": "https://github.com/sfragrance/CaptuocrToy", "title": "CaptuocrToy", "icon_url": "", "screenshots": [ @@ -3518,7 +3518,7 @@ "title": "Iconology", "icon_url": "", "screenshots": [ - "https://github.com/liamrosenfeld/Iconology/raw/main/Iconology/Assets.xcassets/Logo.imageset/logo-long-black.svg" + "https://raw.githubusercontent.com/liamrosenfeld/Iconology/main/Iconology/Assets.xcassets/Logo.imageset/logo-long-black.svg" ], "official_site": "https://apps.apple.com/us/app/iconology/id1463452867", "languages": [ @@ -4292,7 +4292,7 @@ "title": "utmapp", "icon_url": "", "screenshots": [ - "https://github.com/utmapp/UTM/raw/main/screenmac.png" + "https://raw.githubusercontent.com/utmapp/UTM/main/screenmac.png" ], "official_site": "https://mac.getutm.app/", "languages": [ @@ -4740,7 +4740,7 @@ "categories": [ "other" ], - "repo_url": "https://github.com/goktugyil/QorumLogs", + "repo_url": "https://github.com/Esqarrouth/QorumLogs", "title": "QorumLogs", "icon_url": "", "screenshots": [], @@ -4969,7 +4969,7 @@ "categories": [ "podcast" ], - "repo_url": "https://github.com/phranck/podlive-macos", + "repo_url": "https://github.com/Podlive/podlive-macos", "title": "Podlive for macOS", "icon_url": "", "screenshots": [ @@ -5001,7 +5001,7 @@ "categories": [ "productivity" ], - "repo_url": "https://github.com/klaussinani/ao", + "repo_url": "https://github.com/klaudiosinani/ao", "title": "Ao", "icon_url": "", "screenshots": [], @@ -5016,7 +5016,7 @@ "categories": [ "productivity" ], - "repo_url": "https://github.com/KELiON/cerebro", + "repo_url": "https://github.com/cerebroapp/cerebro", "title": "Cerebro", "icon_url": "", "screenshots": [], @@ -5493,7 +5493,7 @@ "categories": [ "screensaver" ], - "repo_url": "https://github.com/docterd/MusaicFM", + "repo_url": "https://github.com/obrhoff/MusaicFM", "title": "MusaicFM", "icon_url": "", "screenshots": [ @@ -6079,7 +6079,7 @@ "categories": [ "system" ], - "repo_url": "https://github.com/DeromirNeves/VerticalBar", + "repo_url": "https://github.com/DeromirNeves/DockSeparator", "title": "VerticalBar", "icon_url": "", "screenshots": [ @@ -6660,7 +6660,7 @@ "categories": [ "utilities" ], - "repo_url": "https://github.com/blockstack/blockstack-browser", + "repo_url": "https://github.com/stacks-network/blockstack-browser", "title": "The Blockstack Browser", "icon_url": "", "screenshots": [], @@ -6706,7 +6706,7 @@ "title": "Balena Etcher", "icon_url": "", "screenshots": [], - "official_site": "https://www.balena.io/etcher/", + "official_site": "https://www.balena.io/etcher", "languages": [ "typescript" ] @@ -7583,7 +7583,7 @@ "categories": [ "touch-bar" ], - "repo_url": "https://github.com/lessmess-dev/touch-emoji", + "repo_url": "https://github.com/ilyalesik/touch-emoji", "title": "Touch Emoji", "icon_url": "", "screenshots": [ @@ -7673,7 +7673,7 @@ "categories": [ "touch-bar" ], - "repo_url": "https://github.com/pigigaldi/Pock", + "repo_url": "https://github.com/pock/pock", "title": "Pock", "icon_url": "https://camo.githubusercontent.com/bfb3abeb24e585e9121ce6440167ac2c9f06aeca/68747470733a2f2f706f636b2e6465762f6173736574732f696d672f6272616e642f7765622d69636f6e2d626c61636b2e706e67", "screenshots": [ @@ -9213,7 +9213,7 @@ "categories": [ "graphics" ], - "repo_url": "https://git.blender.org/gitweb/gitweb.cgi/blender.git", + "repo_url": "https://projects.blender.org/", "title": "Blender", "icon_url": "https://download.blender.org/branding/blender_logo_socket.png", "screenshots": [ @@ -9298,9 +9298,9 @@ "title": "FreeCAD", "icon_url": "", "screenshots": [ - "https://www.freecadweb.org/images/feature-03.jpg" + "https://www.freecad.org/images/feature-03.jpg" ], - "official_site": "https://www.freecadweb.org/", + "official_site": "https://www.freecad.org/", "languages": [ "c++", "python" @@ -9506,7 +9506,7 @@ ], "repo_url": "https://gitlab.com/wireshark/wireshark/-/tree/master", "title": "Wireshark", - "icon_url": "https://gitlab.com/wireshark/wireshark/-/blob/master/docbook/wsdg_graphics/ws-logo.png", + "icon_url": "https://gitlab.com/wireshark/wireshark/-/tree/master", "screenshots": [], "official_site": "https://www.wireshark.org/", "languages": [ @@ -9584,7 +9584,7 @@ "title": "Adium", "icon_url": "https://camo.githubusercontent.com/a71922d7e707859df12b40be9c5b7f84b2c3562b55b1bc145986b119abb8d136/68747470733a2f2f616469756d2e696d2f696d616765732f6c6f676f2e706e67", "screenshots": [ - "http://adiumx.com/blog/uploads/2009/03/twitter-full.png" + "https://adiumx.com/blog/uploads/2009/03/twitter-full.png" ], "official_site": "https://adium.im/", "languages": [ From 647ff049e2c139a5820d17e68a9059629287d3e0 Mon Sep 17 00:00:00 2001 From: thijmendam Date: Mon, 13 Mar 2023 00:13:59 +0100 Subject: [PATCH 629/641] Resolved HTTP 301 and 302 links --- applications.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/applications.json b/applications.json index ccda4e1..96cd07b 100644 --- a/applications.json +++ b/applications.json @@ -5088,7 +5088,7 @@ "categories": [ "productivity" ], - "repo_url": "https://github.com/federico-terzi/espanso", + "repo_url": "https://github.com/espanso/espanso", "title": "espanso", "screenshots": [ "https://raw.githubusercontent.com/federico-terzi/espanso/master/images/example.gif" @@ -8017,7 +8017,7 @@ ], "repo_url": "https://github.com/spotter-application/spotter", "title": "Spotter", - "icon_url": "https://github.com/spotter-application/spotter/blob/master/preview/icon.png", + "icon_url": "https://github.com/spotter-application/spotter/blob/main/preview/icon.png", "screenshots": [], "official_site": "", "languages": [ @@ -8151,11 +8151,11 @@ "extensions", "utilities" ], - "repo_url": "https://github.com/DaFuqtor/MiddleClick-Catalina", + "repo_url": "https://github.com/artginzburg/MiddleClick-Ventura", "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" + "https://github.com/artginzburg/MiddleClick-Ventura/blob/master/demo.png" ], "official_site": "", "languages": [ @@ -8163,8 +8163,8 @@ ] }, { - "repo_url": "https://github.com/jet8a/pomodoro-cycle-app", - "official_site": "https://github.com/jet8a/pomodoro-cycle-app/releases", + "repo_url": "https://github.com/ziulev/pomodoro-cycle-app", + "official_site": "https://github.com/ziulev/pomodoro-cycle-app/releases", "title": "Pomodoro Cycle", "icon_url": "https://raw.githubusercontent.com/jet8a/pomodoro-cycle-app/master/src/favicon.png", "screenshots": [ @@ -8364,7 +8364,7 @@ "title": "Gitify", "icon_url": "https://raw.githubusercontent.com/manosim/gitify/master/assets/images/app-icon.ico", "screenshots": [ - "https://github.com/manosim/gitify/blob/master/assets/images/press.png" + "https://github.com/manosim/gitify/blob/main/assets/images/press.png" ], "official_site": "https://www.gitify.io/", "languages": [ @@ -8470,12 +8470,12 @@ ] }, { - "repo_url": "https://github.com/bhj/karaoke-forever", + "repo_url": "https://github.com/bhj/KaraokeEternal", "official_site": "https://www.karaoke-eternal.com/", "title": "Karaoke Forever", - "icon_url": "https://github.com/bhj/karaoke-forever/blob/master/assets/app.png?raw=true", + "icon_url": "https://github.com/bhj/KaraokeEternal/blob/master/assets/app.png?raw=true", "screenshots": [ - "https://github.com/bhj/karaoke-forever/blob/master/docs/assets/images/README.jpg?raw=true" + "https://github.com/bhj/KaraokeEternal/blob/master/docs/assets/images/README.jpg?raw=true" ], "short_description": "Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations.", "languages": [ @@ -9506,7 +9506,7 @@ ], "repo_url": "https://gitlab.com/wireshark/wireshark/-/tree/master", "title": "Wireshark", - "icon_url": "https://gitlab.com/wireshark/wireshark/-/tree/master", + "icon_url": "", "screenshots": [], "official_site": "https://www.wireshark.org/", "languages": [ From eca52fe1fae080ab9a249bf938a03697ae3f41e8 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 12 Mar 2023 23:17:49 +0000 Subject: [PATCH 630/641] Generate README --- README.md | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 49f6242..50d017f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ You can see in which language an app is written. Currently there are following l - [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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] +- [Karaoke Forever](https://github.com/bhj/KaraokeEternal) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![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] - [LosslessCut](https://github.com/mifi/lossless-cut) - The swiss army knife of lossless video/audio editing without re-encoding. ![javascript_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] @@ -112,7 +112,6 @@ You can see in which language an app is written. Currently there are following l - [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_icon] - [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. ![swift_icon] ![objective_c_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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] @@ -161,7 +160,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [Element](https://github.com/vector-im/element-web) - Element is a collaboration app (currently Electron) for the [Matrix](https://matrix.org/) protocol. ![javascript_icon] -- [Ferdi](https://github.com/getferdi/ferdi) - Ferdi is messaging application for services like WhatsApp, Slack, Messenger and many more. It started off as a hard-fork of Franz, but has now surpassed it in features. ![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] @@ -258,7 +256,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] -- [Now Desktop](https://github.com/vercel/now-desktop) - Create deployments right from the tray menu. ![javascript_icon] - [SimpleLocalize CLI](https://github.com/simplelocalize/simplelocalize-cli) - Open source tool for managing i18n keys in software projects. ![swift_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/trulyronak/itunesconnect) - macOS app to let you access iTunesConnect. ![swift_icon] @@ -359,7 +356,7 @@ You can see in which language an app is written. Currently there are following l - [AdGuard for Safari](https://github.com/adguardteam/adguardforsafari) - The most advanced ad blocking extension for Safari ![javascript_icon] - [BetterPiP](https://github.com/Capevace/BetterPiP) - Use native picture-in-picture with browsers such as Google Chrome for HTML5 videos. ![swift_icon] - [Is It Private?](https://github.com/ffittschen/IsItPrivate) - A Safari Extension providing a toolbar icon that changes its visual appearance if Private Browsing is enabled. ![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] +- [Middleclick](https://github.com/artginzburg/MiddleClick-Ventura) - 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] @@ -398,8 +395,8 @@ You can see in which language an app is written. Currently there are following l ### Graphics - [Aseprite](https://github.com/aseprite/aseprite) - Animated sprite editor & pixel art tool (Windows, macOS, Linux). ![cpp_icon] ![c_icon] -- [Blender](https://git.blender.org/gitweb/gitweb.cgi/blender.git) - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. ![c_icon] ![cpp_icon] ![python_icon] -- [CaptuocrToy](https://github.com/gragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon] +- [Blender](https://projects.blender.org/) - Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. ![c_icon] ![cpp_icon] ![python_icon] +- [CaptuocrToy](https://github.com/sfragrance/CaptuocrToy) - Tool to capture screenshot and recognize text by online ocr apis. ![swift_icon] - [ColorSet](https://github.com/DigiDNA/ColorSet) - ColorSet is a macOS utility and framework allowing developers to manage custom interface colors with ease. ![swift_icon] ![c_sharp_icon] ![objective_c_icon] - [FreeCAD](https://github.com/FreeCAD/FreeCAD) - FreeCAD is an open-source 3D parametric modeler ![c++_icon] ![python_icon] - [Gaphor](https://github.com/gaphor/gaphor) - Gaphor is the simple modeling tool for UML and SysML. ![python_icon] @@ -486,7 +483,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi. ![Swift_icon] -- [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] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or Menu Bar. ![swift_icon] @@ -511,10 +507,9 @@ 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] -- [Karaoke Forever](https://github.com/bhj/karaoke-forever) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] +- [Karaoke Forever](https://github.com/bhj/KaraokeEternal) - Host awesome karaoke parties where everyone can queue songs from their phone's browser. Plays MP3+G and MP4 with WebGL visualizations. ![javascript_icon] - [Lilypond UI](https://github.com/doches/lilypond-ui) - Create beautiful musical scores with LilyPond. ![javascript_icon] - [MPV](https://github.com/mpv-player/mpv) - Lightweight, highly configurable media player. ![c_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] - [NoiseBuddy](https://github.com/insidegui/NoiseBuddy) - Control the listening mode on your AirPods Pro in the Touch Bar or 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] - [Plug](https://github.com/wulkano/Plug) - Discover and listen to music from Hype Machine. ![swift_icon] @@ -563,7 +558,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] +- [QorumLogs](https://github.com/Esqarrouth/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] - [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] @@ -587,14 +582,14 @@ You can see in which language an app is written. Currently there are following l - [Cumulonimbus](https://github.com/z-------------/CPod) - Simple, beautiful podcast app. ![javascript_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] +- [Podlive for macOS](https://github.com/Podlive/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] - [Winds](https://github.com/GetStream/Winds) - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io ![javascript_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] +- [Ao](https://github.com/klaudiosinani/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] +- [Cerebro](https://github.com/cerebroapp/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] - [Condution](https://github.com/Shabang-Systems/Condution) - Create tasks, manage due dates, and filter with powerful perspectives. ![javascript_icon] @@ -611,11 +606,11 @@ You can see in which language an app is written. Currently there are following l - [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] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [Middleclick](https://github.com/artginzburg/MiddleClick-Ventura) - 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] -- [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - Pomodoro Cycle for macOS ![typescript_icon] +- [Pomodoro Cycle](https://github.com/ziulev/pomodoro-cycle-app) - Pomodoro Cycle for macOS ![typescript_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] @@ -638,7 +633,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] +- [espanso](https://github.com/espanso/espanso) - Cross-platform Text Expander, a powerful replacement for Alfred Snippets ![rust_icon] - [far2l](https://github.com/elfmz/far2l) - Linux/Mac fork of FAR Manager v2 ![c_icon] ![cpp_icon] - [linked](https://github.com/lostdesign/linked) - 🧾 Your daily journal app, diary or anything else to unclutter your mind. Let linked help you get focused by writing down what is in your mind on a daily basis. ![javascript_icon] ![vue_icon] ![css_icon] - [macOrganizer](https://github.com/shubhambatra3019/macOrganizer) - macOS app for organizing files or removing unnecessary files. ![swift_icon] @@ -655,7 +650,7 @@ You can see in which language an app is written. Currently there are following l - [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] - [MinimalClock](https://github.com/mattiarossini/MinimalClock) - Simple and elegant screensaver that displays the time. ![swift_icon] -- [MusaicFM](https://github.com/docterd/MusaicFM) - iTunes Screensaver Clone for Spotify and Last.fm ![objective_c_icon] +- [MusaicFM](https://github.com/obrhoff/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] @@ -703,7 +698,6 @@ You can see in which language an app is written. Currently there are following l - [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] - [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] @@ -717,7 +711,7 @@ You can see in which language an app is written. Currently there are following l - [Spotter](https://github.com/spotter-application/spotter) - Productivity tool, the main function is to search and launch external application actions and applications themselves, so you can stay focused on your current task. Kind of spotlight or alfred alternative. ![typescript_icon] ![swift_icon] - [Stats](https://github.com/exelban/stats) - macOS system monitor in your menu bar ![swift_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] +- [VerticalBar](https://github.com/DeromirNeves/DockSeparator) - macOS application to add a vertical bar to Dock. ![swift_icon] - [Wireshark](https://gitlab.com/wireshark/wireshark/-/tree/master) - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![c_icon] ![c++_icon] - [eul](https://github.com/gao-sun/eul) - macOS status monitoring app written in SwiftUI. ![swift_icon] - [macOS GateKeeper Helper](https://github.com/wynioux/macOS-GateKeeper-Helper) - Simple macOS GateKeeper script. It helps you to control your GateKeeper. ![shell_icon] @@ -741,10 +735,10 @@ 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] +- [Pock](https://github.com/pock/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/lessmess-dev/touch-emoji) - Emoji picker for MacBook Pro Touch Bar. ![swift_icon] +- [Touch Emoji](https://github.com/ilyalesik/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] @@ -775,18 +769,16 @@ You can see in which language an app is written. Currently there are following l - [Keka](https://github.com/aonez/Keka) - Keka is a full featured file archiver, as easy as it can be. ![swift_icon] - [Kyapchar](https://github.com/vishaltelangre/Kyapchar) - Simple screen and microphone audio recorder for macOS. ![swift_icon] - [Layout Designer for UICollectionView](https://github.com/amirdew/CollectionViewPagingLayout) - A simple but powerful tool that helps you make complex layouts for UICollectionView. ![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] ![typescript_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] - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![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] +- [Middleclick](https://github.com/artginzburg/MiddleClick-Ventura) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse ![c_icon] - [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys. ![swift_icon] ![objective_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] - [NVM](https://github.com/nvm-sh/nvm) - Node Version Manager. ![shell_icon] - [Nmap](https://github.com/nmap/nmap) - Nmap - the Network Mapper. ![cpp_icon] - [Nmap](https://github.com/wireshark/wireshark) - Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. ![cpp_icon] @@ -810,7 +802,7 @@ You can see in which language an app is written. Currently there are following l - [Stringz](https://github.com/mohakapt/Stringz) - A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications. ![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] - [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 Blockstack Browser](https://github.com/stacks-network/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] - [ThenGenerator](https://github.com/87kangsw/ThenGenerator) - Xcode Source Editor Extension for 'Then' ![swift_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] From bbfd6a272b965ee06a298cdad517021df3f83c79 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Sun, 12 Mar 2023 23:20:51 +0000 Subject: [PATCH 631/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50d017f..1f7e856 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,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] - [Akku](https://github.com/jariz/Akku) - The missing macOS bluetooth headset battery indicator app. ![swift_icon] ![python_icon] ![ruby_icon] - [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![objective_c_icon] +- [BarTranslate](https://github.com/ThijmenDam/BarTranslate) - A handy menu bar translator app that supports DeepL and Google Translate. ![typescript_icon] - [CloudyTabs](https://github.com/josh-/CloudyTabs) - Simple menu bar macOS application for displaying lists of your iCloud Tabs and Reading List. ![objective_c_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] From 0e86fde653371f433985aa5d4c6b5c73c87fca23 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:28:40 +0200 Subject: [PATCH 632/641] Add MiniSim app (#878) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 4baa51d..3811cef 100644 --- a/applications.json +++ b/applications.json @@ -9591,6 +9591,22 @@ "typescript" ] }, + { + "short_description": "MacOS menu bar app for launching iOS  and Android 🤖 emulators.", + "categories": [ + "menubar" + ], + "repo_url": "https://github.com/okwasniewski/MiniSim", + "title": "MiniSim", + "icon_url": "https://github.com/okwasniewski/MiniSim/blob/main/MiniSim/Assets.xcassets/AppIcon.appiconset/256.png", + "screenshots": [ + "https://user-images.githubusercontent.com/52801365/223483262-aa3bad72-2948-4893-87a0-578e5d3d8e89.png" + ], + "official_site": "https://www.minisim.app/", + "languages": [ + "swift" + ] + }, { "short_description": "Instant messaging application that can connect to XMPP (Jabber), IRC and more.", "categories": [ From fd23a530a6f743eb7ee544bc11e865a2649b1cec Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 2 Nov 2023 21:29:18 +0000 Subject: [PATCH 633/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f7e856..39ca2ea 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ You can see in which language an app is written. Currently there are following l - [MeetingBar](https://github.com/leits/MeetingBar) - Menu bar app for your calendar meetings ![swift_icon] - [MenuMeters](https://github.com/yujitach/MenuMeters) - CPU, memory, disk, and network monitoring tools for macOS. ![objective_c_icon] - [Menubar Brightness](https://github.com/lucasbento/menubar-brightness) - macOS app to change the screen brightness on the menubar. ![javascript_icon] +- [MiniSim](https://github.com/okwasniewski/MiniSim) - MacOS menu bar app for launching iOS  and Android 🤖 emulators. ![swift_icon] - [Monitor Bar](https://github.com/tidiemme/monitorbar) - Monitor Bar app supports three modes, compact, normal, extra. It monitors battery, Disk, Memory, CPU, Network bandwidth, Wi-Fi. ![Swift_icon] - [Night Shift Control](https://github.com/isaiasmatewos/night-shift-control) - Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps. ![swift_icon] - [Nocturnal](https://github.com/joshjon/nocturnal) - Menu bar app featuring darker than dark dimming, Night Shift fine tuning, and the ability to turn off TouchBar on MacBook Pro. ![swift_icon] From 6e756f2b918c26d86c5cc31482ac17d2eb599018 Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:30:28 +0200 Subject: [PATCH 634/641] Add Chime app (#879) --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 3811cef..f59b9b1 100644 --- a/applications.json +++ b/applications.json @@ -9566,6 +9566,22 @@ "javascript" ] }, + { + "short_description": "An editor for macOS", + "categories": [ + "editors" + ], + "repo_url": "https://github.com/ChimeHQ/Chime", + "title": "Chime", + "icon_url": "", + "screenshots": [ + "https://www.chimehq.com/assets/images/laptop-frame-large.png" + ], + "official_site": "https://www.chimehq.com/", + "languages": [ + "swift" + ] + }, { "short_description": "Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application.", "categories": [ From b73a85590d75054474c434642c2d7d789a0b8aed Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 2 Nov 2023 21:30:11 +0000 Subject: [PATCH 635/641] Generate README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39ca2ea..dc62d9f 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ You can see in which language an app is written. Currently there are following l ### Editors - [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] +- [Chime](https://github.com/ChimeHQ/Chime) - An editor for macOS ![swift_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] #### CSV From ec89dbdbcce4126f530bfb3388b8085f8226fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 2 Nov 2023 18:33:14 -0300 Subject: [PATCH 636/641] Added ImHex to Editors section (#875) Co-authored-by: Serhii Londar --- applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index f59b9b1..fec665b 100644 --- a/applications.json +++ b/applications.json @@ -9607,6 +9607,23 @@ "typescript" ] }, + { + "short_description": "A Hex Editor for Reverse Engineers.", + "categories": [ + "Editors". + "IDE" + ], + "repo_url": "https://github.com/WerWolv/ImHex/", + "title": "ImHex", + "icon_url": "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/dist/windows/icon.ico", + "screenshots": [ + "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/projects/splash_screen.svg" + ], + "official_site": "https://imhex.werwolv.net/", + "languages": [ + "c++" + ] + }, { "short_description": "MacOS menu bar app for launching iOS  and Android 🤖 emulators.", "categories": [ @@ -9621,6 +9638,7 @@ "official_site": "https://www.minisim.app/", "languages": [ "swift" + ] }, { @@ -9638,6 +9656,6 @@ "languages": [ "c" ] -} + } ] } From 86edeed642a3b2705b1e09f095a4bc4a4b6a767b Mon Sep 17 00:00:00 2001 From: Kirill Pahnev Date: Thu, 2 Nov 2023 23:33:39 +0200 Subject: [PATCH 637/641] Add MarkEdit app (#880) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index fec665b..a9f8c9f 100644 --- a/applications.json +++ b/applications.json @@ -2766,6 +2766,25 @@ "javascript" ] }, + { + "short_description": "MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown.", + "categories": [ + "markdown" + ], + "repo_url": "https://github.com/MarkEdit-app/MarkEdit", + "title": "MarkEdit", + "icon_url": "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/47/0b/09/470b096f-fa45-b056-7f71-9cdde6b5c392/AppIcon-85-220-4-2x.png/460x0w.png", + "screenshots": [ + "https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/01.png", + "https://github.com/MarkEdit-app/MarkEdit/raw/main/Screenshots/02.png", + "https://github.com/MarkEdit-app/MarkEdit/blob/main/Screenshots/03.png" + ], + "official_site": "https://markedit.app/", + "languages": [ + "swift", + "typescript" + ] + }, { "short_description": "Text editor for exact sciences with built-in KaTeX/AsciiMath support. ", "categories": [ From 8840139be279678c2f17b12932a36fa366f0dfda Mon Sep 17 00:00:00 2001 From: Jordon Replogle Date: Thu, 2 Nov 2023 14:35:28 -0700 Subject: [PATCH 638/641] Added gPodder (#882) * Added gPodder * Added gPodder icon image url --------- Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index a9f8c9f..399eab6 100644 --- a/applications.json +++ b/applications.json @@ -9674,6 +9674,22 @@ "official_site": "https://adium.im/", "languages": [ "c" + ] + }, + { + "short_description": "gPodder is a simple, open source podcast client.", + "categories": [ + "podcast" + ], + "repo_url": "https://github.com/gpodder/gpodder", + "title": "gPodder", + "icon_url": "https://raw.githubusercontent.com/gpodder/gpodder/master/share/icons/hicolor/64x64/apps/gpodder.png", + "screenshots": [ + "https://gpodder.github.io/assets/screenshot-2022-03-24-crop.png" + ], + "official_site": "https://gpodder.github.io/", + "languages": [ + "python" ] } ] From 0d138660d51392e494b46c0c08c46075f8ddd444 Mon Sep 17 00:00:00 2001 From: Jordon Replogle Date: Thu, 2 Nov 2023 14:36:07 -0700 Subject: [PATCH 639/641] Geany gPodder (#883) --- applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/applications.json b/applications.json index 399eab6..f924341 100644 --- a/applications.json +++ b/applications.json @@ -3434,6 +3434,25 @@ "swift" ] }, + { + "short_description": "Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow.", + "categories": [ + "ide", + "editors", + "text" + ], + "repo_url": "https://github.com/geany/geany", + "title": "Geany", + "icon_url": "https://raw.githubusercontent.com/geany/geany/master/icons/48x48/geany.png", + "screenshots": [ + "https://www.geany.org/media/uploads/screenshots/geany_dark_2019-05-20.png" + ], + "official_site": "https://www.geany.org/", + "languages": [ + "c", + "c++" + ] + }, { "short_description": "ubiquitous text editor", "categories": [ From a0f8514fca66d3ec05b12a3c59ca2350469d51f7 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 3 Nov 2023 01:46:49 +0200 Subject: [PATCH 640/641] Fix issue with application.json --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index f924341..e96e82f 100644 --- a/applications.json +++ b/applications.json @@ -9648,7 +9648,7 @@ { "short_description": "A Hex Editor for Reverse Engineers.", "categories": [ - "Editors". + "Editors", "IDE" ], "repo_url": "https://github.com/WerWolv/ImHex/", From ca5d5315322fb18b1bfbc3ba7146e76f9dd52a04 Mon Sep 17 00:00:00 2001 From: serhii-londar Date: Thu, 2 Nov 2023 23:46:41 +0000 Subject: [PATCH 641/641] Generate README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc62d9f..c908fde 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ You can see in which language an app is written. Currently there are following l - [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [Chime](https://github.com/ChimeHQ/Chime) - An editor for macOS ![swift_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] +- [Geany](https://github.com/geany/geany) - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. ![c_icon] ![c++_icon] #### CSV - [TableTool](https://github.com/jakob/TableTool) - simple CSV editor for the macOS. ![objective_c_icon] @@ -331,6 +332,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] - [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] +- [MarkEdit](https://github.com/MarkEdit-app/MarkEdit) - MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown. ![swift_icon] ![typescript_icon] - [Notenik](https://github.com/hbowie/notenik-swift) - Note-taking app with many organizational options. ![swift_icon] - [Obsidian plugins & themes](https://github.com/obsidianmd/obsidian-releases) - Community plugins list, theme list, and releases of Obsidian. ![javascript_icon] - [Pine](https://github.com/lukakerr/Pine) - A modern MacOS markdown editor. ![swift_icon] @@ -344,6 +346,7 @@ You can see in which language an app is written. Currently there are following l #### Text - [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [CotEditor](https://github.com/coteditor/CotEditor) - Lightweight Plain-Text Editor for macOS. ![swift_icon] +- [Geany](https://github.com/geany/geany) - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. ![c_icon] ![c++_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] - [SubEthaEdit](https://github.com/subethaedit/SubEthaEdit) - General purpose plain text editor for macOS. Widely known for its live collaboration feature. ![objective_c_icon] @@ -417,6 +420,7 @@ You can see in which language an app is written. Currently there are following l - [AuroraEditor](https://github.com/AuroraEditor/AuroraEditor) - Lightweight Code Editor (IDE) for macOS. ![swift_icon] - [Brackets](https://github.com/brackets-cont/brackets) - Modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript. ![javascript_icon] - [CodeEdit](https://github.com/CodeEditApp/CodeEdit) - CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever. ![swift_icon] +- [Geany](https://github.com/geany/geany) - Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow. ![c_icon] ![c++_icon] - [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) - IntelliJ IDEA is an integrated development environment written in Java for developing computer software ![java_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] ![typescript_icon] @@ -587,6 +591,7 @@ You can see in which language an app is written. Currently there are following l - [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/Podlive/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] - [Winds](https://github.com/GetStream/Winds) - A Beautiful Open Source RSS & Podcast App Powered by Getstream.io ![javascript_icon] +- [gPodder](https://github.com/gpodder/gpodder) - gPodder is a simple, open source podcast client. ![python_icon] - [mkchromecast](https://github.com/muammar/mkchromecast) - Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices. ![python_icon] ### Productivity