mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
Adding Flying Carpet to utilities (#461)
This commit is contained in:
parent
4e767e1e9c
commit
6e22a83ee5
1 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"applications": [
|
||||
{
|
||||
"short_description": "cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"repo_url": "https://github.com/spieglt/flyingcarpet",
|
||||
"title": "Flying Carpet",
|
||||
"icon_url": "https://raw.githubusercontent.com/spieglt/FlyingCarpet/master/icons/Windows/fc.ico",
|
||||
"screenshots": [
|
||||
"https://github.com/spieglt/FlyingCarpet/blob/master/pictures/macDemo.png"
|
||||
],
|
||||
"official_site": "https://adequate.systems/",
|
||||
"languages": [
|
||||
"go"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "manage bluetooth connections with your keyboard.",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue