mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add dnote (#512)
* Add a new entry Dnote * Ensure that descriptions end with full-stop
This commit is contained in:
parent
ece97cbed4
commit
54855bcad6
1 changed files with 24 additions and 7 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue