Skip to content

Commit 6e0c41c

Browse files
committed
Sync files from source repository
1 parent 5096a9a commit 6e0c41c

7 files changed

Lines changed: 31 additions & 18 deletions

File tree

appimages.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Home](index.md) |
44
| --- |
55

6-
#### Here are listed the **2605** unique Appimages managed by [AM](https://github.com/ivan-hc/AM) and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture.
6+
#### Here are listed the **2606** unique Appimages managed by [AM](https://github.com/ivan-hc/AM) and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture.
77

88
*Use your browser's built-in search tool to easily navigate to this page or use the tags below.*
99

@@ -2242,7 +2242,8 @@
22422242
| <img loading="lazy" src="icons/syncmyl2p.png" width="48" height="48"> | [***syncmyl2p***](apps/syncmyl2p.md) | *L2P synchronisation tool.*..[ *read more* ](apps/syncmyl2p.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncmyl2p) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncmyl2p) |
22432243
| <img loading="lazy" src="icons/syncplay.png" width="48" height="48"> | [***syncplay***](apps/syncplay.md) | *Synchronize video playback over network.*..[ *read more* ](apps/syncplay.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncplay) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncplay) |
22442244
| <img loading="lazy" src="icons/syncthing.png" width="48" height="48"> | [***syncthing***](apps/syncthing.md) | *Open Source Continuous File Synchronization.*..[ *read more* ](apps/syncthing.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthing) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthing) |
2245-
| <img loading="lazy" src="icons/syncthing-tray.png" width="48" height="48"> | [***syncthing-tray***](apps/syncthing-tray.md) | *Tray application for Syncthing.*..[ *read more* ](apps/syncthing-tray.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthing-tray) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthing-tray) |
2245+
| <img loading="lazy" src="icons/syncthingctl.png" width="48" height="48"> | [***syncthingctl***](apps/syncthingctl.md) | *Tray control application and Dolphin/Plasma integration for Syncthing.*..[ *read more* ](apps/syncthingctl.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthingctl) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthingctl) |
2246+
| <img loading="lazy" src="icons/syncthingtray.png" width="48" height="48"> | [***syncthingtray***](apps/syncthingtray.md) | *Tray application and Dolphin/Plasma integration for Syncthing.*..[ *read more* ](apps/syncthingtray.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthingtray) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthingtray) |
22462247
| <img loading="lazy" src="icons/synfig.png" width="48" height="48"> | [***synfig***](apps/synfig.md) | *Unofficial. Synfig Studio animation software.*..[ *read more* ](apps/synfig.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synfig) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synfig) |
22472248
| <img loading="lazy" src="icons/synthein.png" width="48" height="48"> | [***synthein***](apps/synthein.md) | *A space ship building and combat game.*..[ *read more* ](apps/synthein.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synthein) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synthein) |
22482249
| <img loading="lazy" src="icons/synthv1.png" width="48" height="48"> | [***synthv1***](apps/synthv1.md) | *An old school polyphonic synthesizer.*..[ *read more* ](apps/synthv1.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synthv1) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synthv1) |

apps.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13100,9 +13100,14 @@
1310013100
"icon": "https://portable-linux-apps.github.io/icons/syncthing.png"
1310113101
},
1310213102
{
13103-
"packageName": "syncthing-tray",
13104-
"description": "Tray application for Syncthing...",
13105-
"icon": "https://portable-linux-apps.github.io/icons/syncthing-tray.png"
13103+
"packageName": "syncthingctl",
13104+
"description": "Tray control application and Dolphin/Plasma integration for Syncthing...",
13105+
"icon": "https://portable-linux-apps.github.io/icons/syncthingctl.png"
13106+
},
13107+
{
13108+
"packageName": "syncthingtray",
13109+
"description": "Tray application and Dolphin/Plasma integration for Syncthing...",
13110+
"icon": "https://portable-linux-apps.github.io/icons/syncthingtray.png"
1310613111
},
1310713112
{
1310813113
"packageName": "synfig",

apps.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| [Home](index.md) |
44
| --- |
55

6-
#### Here are listed all **3009** unique applications, AppImage packages and command line utilities managed by [AM](https://github.com/ivan-hc/AM) and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture, plus **78** more entries and items to help you install apps more easily.
6+
#### Here are listed all **3010** unique applications, AppImage packages and command line utilities managed by [AM](https://github.com/ivan-hc/AM) and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture, plus **78** more entries and items to help you install apps more easily.
77

88
*Use your browser's built-in search tool to easily navigate to this page or use the tags below.*
99

@@ -2647,8 +2647,9 @@
26472647
| <img loading="lazy" src="icons/symphonium.png" width="48" height="48"> | [***symphonium***](apps/symphonium.md) | *A tool to help when learning to play the piano.*..[ *read more* ](apps/symphonium.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/symphonium) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/symphonium) |
26482648
| <img loading="lazy" src="icons/syncmyl2p.png" width="48" height="48"> | [***syncmyl2p***](apps/syncmyl2p.md) | *L2P synchronisation tool.*..[ *read more* ](apps/syncmyl2p.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncmyl2p) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncmyl2p) |
26492649
| <img loading="lazy" src="icons/syncplay.png" width="48" height="48"> | [***syncplay***](apps/syncplay.md) | *Synchronize video playback over network.*..[ *read more* ](apps/syncplay.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncplay) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncplay) |
2650-
| <img loading="lazy" src="icons/syncthing-tray.png" width="48" height="48"> | [***syncthing-tray***](apps/syncthing-tray.md) | *Tray application for Syncthing.*..[ *read more* ](apps/syncthing-tray.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthing-tray) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthing-tray) |
26512650
| <img loading="lazy" src="icons/syncthing.png" width="48" height="48"> | [***syncthing***](apps/syncthing.md) | *Open Source Continuous File Synchronization.*..[ *read more* ](apps/syncthing.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthing) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthing) |
2651+
| <img loading="lazy" src="icons/syncthingctl.png" width="48" height="48"> | [***syncthingctl***](apps/syncthingctl.md) | *Tray control application and Dolphin/Plasma integration for Syncthing.*..[ *read more* ](apps/syncthingctl.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthingctl) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthingctl) |
2652+
| <img loading="lazy" src="icons/syncthingtray.png" width="48" height="48"> | [***syncthingtray***](apps/syncthingtray.md) | *Tray application and Dolphin/Plasma integration for Syncthing.*..[ *read more* ](apps/syncthingtray.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/syncthingtray) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/syncthingtray) |
26522653
| <img loading="lazy" src="icons/synfig.png" width="48" height="48"> | [***synfig***](apps/synfig.md) | *Unofficial. Synfig Studio animation software.*..[ *read more* ](apps/synfig.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synfig) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synfig) |
26532654
| <img loading="lazy" src="icons/synthein.png" width="48" height="48"> | [***synthein***](apps/synthein.md) | *A space ship building and combat game.*..[ *read more* ](apps/synthein.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synthein) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synthein) |
26542655
| <img loading="lazy" src="icons/synthv1.png" width="48" height="48"> | [***synthv1***](apps/synthv1.md) | *An old school polyphonic synthesizer.*..[ *read more* ](apps/synthv1.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/synthv1) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/synthv1) |

apps/syncthing-tray.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/syncthingctl.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SYNCTHINGCTL
2+
3+
Tray control application and Dolphin/Plasma integration for Syncthing.
4+
5+
SITE/SOURCE: https://github.com/Martchus/syncthingtray
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

apps/syncthingtray.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SYNCTHINGTRAY
2+
3+
Tray application and Dolphin/Plasma integration for Syncthing.
4+
5+
SITE/SOURCE: https://github.com/Martchus/syncthingtray
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
--------
1010

11-
#### *This site lists **3009** unique apps (**2605** Appimage packages and **404** standalone/portable programs), plus **78** items.*
11+
#### *This site lists **3010** unique apps (**2606** Appimage packages and **404** standalone/portable programs), plus **78** items.*
1212

1313
*From here you can download them, install them, update them (for real), get more information about the sources and their developers... and if you want, you can contribute yourself by adding the missing information, because this site is **open source**!*
1414

0 commit comments

Comments
 (0)