mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
added borgbase, vorta for backups (#674)
* added borgbase, vorta for backups * Update applications.json Co-authored-by: mcha <omitted@email.com> Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
4cccf062c5
commit
c22b1c1815
1 changed files with 32 additions and 0 deletions
|
@ -1,5 +1,37 @@
|
||||||
{
|
{
|
||||||
"applications": [
|
"applications": [
|
||||||
|
{
|
||||||
|
"short_description": "Simple and Secure Offsite Backups",
|
||||||
|
"categories": [
|
||||||
|
"backup"
|
||||||
|
],
|
||||||
|
"repo_url": "https://github.com/borgbase",
|
||||||
|
"title": "BorgBase/Vorta",
|
||||||
|
"icon_url": "",
|
||||||
|
"screenshots": [],
|
||||||
|
"official_site": "https://www.borgbase.com/",
|
||||||
|
"languages": [
|
||||||
|
"python"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"short_description": "Windows alt-tab on macOS.",
|
||||||
|
"categories": [
|
||||||
|
"window-management",
|
||||||
|
"menubar",
|
||||||
|
"productivity"
|
||||||
|
],
|
||||||
|
"repo_url": "https://github.com/lwouis/alt-tab-macos",
|
||||||
|
"title": "AltTab",
|
||||||
|
"icon_url": "",
|
||||||
|
"screenshots": [
|
||||||
|
"https://github.com/lwouis/alt-tab-macos/raw/master/docs/public/demo/frontpage.jpg"
|
||||||
|
],
|
||||||
|
"official_site": "https://alt-tab-macos.netlify.app/",
|
||||||
|
"languages": [
|
||||||
|
"swift"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"short_description": "CLI app that controls macOS built-in calendar app from terminal.",
|
"short_description": "CLI app that controls macOS built-in calendar app from terminal.",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
Loading…
Reference in a new issue