mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add text editor Tincta (#680)
Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
0dc4bb607b
commit
52efcec336
1 changed files with 16 additions and 0 deletions
|
@ -8717,6 +8717,22 @@
|
||||||
"languages": [
|
"languages": [
|
||||||
"swift"
|
"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.",
|
"short_description": "Redis management with SwiftUI.",
|
||||||
|
|
Loading…
Reference in a new issue