mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
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
This commit is contained in:
parent
b1bc93c999
commit
7e00db45c3
1 changed files with 14 additions and 0 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue