This commit is contained in:
Serhii Londar 2019-12-20 14:07:22 +02:00
commit 38bcf12a70
2 changed files with 59 additions and 0 deletions

View file

@ -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]

View file

@ -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": [
@ -3159,6 +3178,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": [
@ -7479,6 +7516,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"
]
}
]
}