From fd75fc6faf0454f3689bf8d689adf7b1740d43f0 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Sun, 15 Apr 2018 19:09:23 +0200 Subject: [PATCH 1/9] developement -> development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2418122..b732015 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ You can see which in which language an app is written. Curently there are follow - [FilterShop](https://github.com/KrisYu/FilterShop) - macOS App to explore CoreImage Filters. ![SwiftIcon] - [TransporterPad](https://github.com/iseebi/TransporterPad) - iOS/Android app deployment tool for macOS. ![SwiftIcon] - [iSimulator](https://github.com/shaojiankui/iSimulator) - iSimulator,iOS Simulator Sandbox,like simpholders,a macOS app to find simulator's sandbox and go. ![ObjectiveCIcon] -- [Assets](https://github.com/athiercelin/Assets) - Assets is a macOS app that manages assets for your developement projects (Xcode, web, etc). ![SwiftIcon] +- [Assets](https://github.com/athiercelin/Assets) - Assets is a macOS app that manages assets for your development projects (Xcode, web, etc). ![SwiftIcon] - [ProfilesManager](https://github.com/shaojiankui/ProfilesManager) - Apple iOS/macOS Provisioning Profiles management,.provisionprofile, .mobileprovision files manager tool for mac. ![ObjectiveCIcon] - [AppStoreReviewTimes](https://github.com/arbel03/AppStoreReviewTimes) - iOS open source project for the great site that gives you indication about the average iOS / macOS app stores review times. ![SwiftIcon] - [iSimulator](https://github.com/wigl/iSimulator) - iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. ![ObjectiveCIcon] From ef2b61a9d81d175cb35d7129b6c7676c791da4a9 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Apr 2018 14:49:53 -0600 Subject: [PATCH 2/9] Tweak wording in Open Terminal description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2418122..f496266 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ You can see which in which language an app is written. Curently there are follow - [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![ObjectiveCIcon] - [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![RustIcon] -- [OpenTerminal](https://github.com/es-kumagai/OpenTerminal) - App for macOS that to open a new Finder window and change the current directory to the folder this app launched. ![SwiftIcon] +- [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. ![SwiftIcon] - [Console](https://github.com/macmade/Console) - macOs console application. ![SwiftIcon] - [Hyper](https://github.com/zeit/hyper) - A terminal built on web technologies. ![JavascriptIcon] ![CSSIcon] From 98cc519643f81ab0498e796edc96d5baae852bb9 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Apr 2018 14:53:18 -0600 Subject: [PATCH 3/9] Correct macOs to macOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f496266..179b81c 100644 --- a/README.md +++ b/README.md @@ -414,12 +414,12 @@ You can see which in which language an app is written. Curently there are follow - [iTerm 2](https://github.com/gnachman/iTerm2) - Terminal emulator for macOS that does amazing things. ![ObjectiveCIcon] - [Alacritty](https://github.com/jwilm/alacritty) - Cross-platform, GPU-accelerated terminal emulator. ![RustIcon] - [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. ![SwiftIcon] -- [Console](https://github.com/macmade/Console) - macOs console application. ![SwiftIcon] +- [Console](https://github.com/macmade/Console) - macOS console application. ![SwiftIcon] - [Hyper](https://github.com/zeit/hyper) - A terminal built on web technologies. ![JavascriptIcon] ![CSSIcon] ### Utilities -- [AnyBar](https://github.com/tonsky/AnyBar) - macOs menubar status indicator. ![ObjectiveCIcon] +- [AnyBar](https://github.com/tonsky/AnyBar) - macOS menubar status indicator. ![ObjectiveCIcon] - [BeardedSpice](https://github.com/beardedspice/beardedspice) - Control web based media players with the media keys found on Mac keyboards. ![ObjectiveCIcon] - [DisableMonitor](https://github.com/Eun/DisableMonitor) - Easily disable or enable a monitor on your Mac. ![ObjectiveCIcon] - [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. ![ObjectiveCIcon] From f79b83cd4203f9fd0fb55249e1cc413d65224010 Mon Sep 17 00:00:00 2001 From: Gilo Dancel Date: Mon, 16 Apr 2018 11:29:21 +0800 Subject: [PATCH 4/9] Add chunkwm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f124005..6a7d5dd 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,7 @@ You can see which in which language an app is written. Curently there are follow - [Slate](https://github.com/jigish/slate) - Window management application (replacement for Divvy/SizeUp/ShiftIt). - [AppGrid](https://github.com/sdegutis/AppGrid) - Grid-based keyboard window manager for macOS. ![ObjectiveCIcon] - [ShiftIt](https://github.com/fikovnik/ShiftIt) - Managing windows size and position. ![ObjectiveCIcon] +- [chunkwm](https://github.com/koekeishiya/chunkwm) - Tiling window manager for macOS that uses a plugin architecture, successor to kwm. ![CppIcon] [CIcon]: ./icons/c-16.png [CppIcon]: ./icons/cpp-16.png From 7a3373850df89283262d7719d456ed0dc08f1f79 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Sun, 15 Apr 2018 14:54:22 +0200 Subject: [PATCH 5/9] Add DisplayMenu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f124005..9ad3dde 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ You can see which in which language an app is written. Curently there are follow - [stronghold](https://github.com/alichtman/stronghold) - Easily configure macOS security settings from the terminal. ![PythonIcon] - [SensibleSideButtons](https://github.com/archagon/sensible-side-buttons) - A small menu bar utility that lets you use your third-party mouse's side buttons for navigation across a variety of apps. ![CIcon] ![ObjectiveCIcon] - [Airpass](https://github.com/alvesjtiago/airpass) - Status bar Mac app to overcome time constrained WiFi networks. ![JavascriptIcon] +- [DisplayMenu](https://github.com/Kwpolska/DisplayMenu) - A simple (bare-bones) macOS menubar extra to apply display presets. ![SwiftIcon] ### VPN & Proxy From e6176b71c3769f03ee1da64330b801d5f556ed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20Sa=CC=81nta?= Date: Mon, 16 Apr 2018 09:46:12 +0200 Subject: [PATCH 6/9] Add PhotoMiner app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f124005..6817907 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ You can see which in which language an app is written. Curently there are follow - [Screenbar](https://github.com/crilleengvall/Screenbar) - macOS menubar app for automating screenshots. ![SwiftIcon] - [Katana](https://github.com/bluegill/katana) - Katana is a simple, open source screenshot utility for macOS that lives in your menubar. ![JavascriptIcon] ![CSSIcon] - [APNGb](https://github.com/shgodoroja/APNGb) - macOS app which assembles and disassembles animated png files. ![SwiftIcon] +- [PhotoMiner](https://github.com/gergelysanta/photominer) - macOS app for finding and lost forgotten photos on your disks. ![SwiftIcon] ### Keyboard From 0c606ee3bde8a7ab3576d29d0846fd9de6bb6690 Mon Sep 17 00:00:00 2001 From: Yekta Leblebici Date: Mon, 16 Apr 2018 11:09:11 +0300 Subject: [PATCH 7/9] adding Kitty to Terminals --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f124005..55f0f86 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ You can see which in which language an app is written. Curently there are follow - [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. ![SwiftIcon] - [Console](https://github.com/macmade/Console) - macOS console application. ![SwiftIcon] - [Hyper](https://github.com/zeit/hyper) - A terminal built on web technologies. ![JavascriptIcon] ![CSSIcon] +- [Kitty](https://github.com/kovidgoyal/kitty) - A cross-platform, fast, feature full, GPU based terminal emulator. ![CIcon] ![PythonIcon] ### Utilities From c1990689321b0332d31f7270ca3fbbb2c1193672 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Mon, 16 Apr 2018 11:45:36 +0300 Subject: [PATCH 8/9] Add merge attribute for readme.md --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2096e62..3b23f47 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ Dangerfile linguist-documentation +README.md merge=union From 37802491717817effd2dd87b42d8de172f67696d Mon Sep 17 00:00:00 2001 From: alichtman Date: Mon, 16 Apr 2018 07:26:08 -0500 Subject: [PATCH 9/9] Fix sharing files link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a425c..31a00c5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can see which in which language an app is written. Curently there are follow - [Podcast](#podcast) - [Productivity](#productivity) - [Screensaver](#screensaver) -- [Sharing Files](#sharing--files) +- [Sharing Files](#sharing-files) - [Social Networking](#social-networking) - [Streaming](#streaming) - [Terminal](#terminal)