Skip to content

Commit ce0cbe2

Browse files
committed
Sync files from source repository
1 parent 3009774 commit ce0cbe2

5 files changed

Lines changed: 6 additions & 21 deletions

File tree

appimages.md

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

6-
#### Here are listed the **2549** 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 **2548** 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

@@ -1784,8 +1784,7 @@
17841784
| <img loading="lazy" src="icons/qdiskinfo.png" width="48" height="48"> | [***qdiskinfo***](apps/qdiskinfo.md) | *QDiskInfo is a frontend for smartctl. It provides a user experience similar to CrystalDiskInfo.*..[ *read more* ](apps/qdiskinfo.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qdiskinfo) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qdiskinfo) |
17851785
| <img loading="lazy" src="icons/qdriverstation.png" width="48" height="48"> | [***qdriverstation***](apps/qdriverstation.md) | *Cross-platform clone of the FRC Driver Station.*..[ *read more* ](apps/qdriverstation.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qdriverstation) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qdriverstation) |
17861786
| <img loading="lazy" src="icons/qelectrotech.png" width="48" height="48"> | [***qelectrotech***](apps/qelectrotech.md) | *Edit electrical diagrams.*..[ *read more* ](apps/qelectrotech.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qelectrotech) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qelectrotech) |
1787-
| <img loading="lazy" src="icons/qemu.png" width="48" height="48"> | [***qemu***](apps/qemu.md) | *Unofficial, a generic and open source machine & userspace emulator and virtualizer.*..[ *read more* ](apps/qemu.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu) |
1788-
| <img loading="lazy" src="icons/qemu-appimage.png" width="48" height="48"> | [***qemu-appimage***](apps/qemu-appimage.md) | *Unofficial. Prove of the concept to run a virtual machine from Appimage.*..[ *read more* ](apps/qemu-appimage.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu-appimage) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu-appimage) |
1787+
| <img loading="lazy" src="icons/qemu.png" width="48" height="48"> | [***qemu***](apps/qemu.md) | *Unofficial, a generic and open source machine & userspace emulator and virtualizer, to run a virtual machines.*..[ *read more* ](apps/qemu.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu) |
17891788
| <img loading="lazy" src="icons/qemu-ppc.png" width="48" height="48"> | [***qemu-ppc***](apps/qemu-ppc.md) | *Run PowerPC operating systems on 64-bit Intel Linux hosts.*..[ *read more* ](apps/qemu-ppc.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu-ppc) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu-ppc) |
17901789
| <img loading="lazy" src="icons/qflipper.png" width="48" height="48"> | [***qflipper***](apps/qflipper.md) | *Flipper Zero multitool for pentesters and geeks in a toy-like body.*..[ *read more* ](apps/qflipper.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qflipper) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qflipper) |
17911790
| <img loading="lazy" src="icons/qfsm.png" width="48" height="48"> | [***qfsm***](apps/qfsm.md) | *Qt Finite State Machine Designer.*..[ *read more* ](apps/qfsm.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qfsm) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qfsm) |

apps.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10621,14 +10621,9 @@
1062110621
},
1062210622
{
1062310623
"packageName": "qemu",
10624-
"description": "Unofficial, a generic and open source machine & userspace emulator and virtualizer...",
10624+
"description": "Unofficial, a generic and open source machine & userspace emulator and virtualizer, to run a virtual machines...",
1062510625
"icon": "https://portable-linux-apps.github.io/icons/qemu.png"
1062610626
},
10627-
{
10628-
"packageName": "qemu-appimage",
10629-
"description": "Unofficial. Prove of the concept to run a virtual machine from Appimage...",
10630-
"icon": "https://portable-linux-apps.github.io/icons/qemu-appimage.png"
10631-
},
1063210627
{
1063310628
"packageName": "qemu-ppc",
1063410629
"description": "Run PowerPC operating systems on 64-bit Intel Linux hosts...",

apps.md

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

6-
#### Here are listed all **2964** 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 **2963** 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

@@ -2152,9 +2152,8 @@
21522152
| <img loading="lazy" src="icons/qdiskinfo.png" width="48" height="48"> | [***qdiskinfo***](apps/qdiskinfo.md) | *QDiskInfo is a frontend for smartctl. It provides a user experience similar to CrystalDiskInfo.*..[ *read more* ](apps/qdiskinfo.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qdiskinfo) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qdiskinfo) |
21532153
| <img loading="lazy" src="icons/qdriverstation.png" width="48" height="48"> | [***qdriverstation***](apps/qdriverstation.md) | *Cross-platform clone of the FRC Driver Station.*..[ *read more* ](apps/qdriverstation.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qdriverstation) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qdriverstation) |
21542154
| <img loading="lazy" src="icons/qelectrotech.png" width="48" height="48"> | [***qelectrotech***](apps/qelectrotech.md) | *Edit electrical diagrams.*..[ *read more* ](apps/qelectrotech.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qelectrotech) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qelectrotech) |
2155-
| <img loading="lazy" src="icons/qemu-appimage.png" width="48" height="48"> | [***qemu-appimage***](apps/qemu-appimage.md) | *Unofficial. Prove of the concept to run a virtual machine from Appimage.*..[ *read more* ](apps/qemu-appimage.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu-appimage) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu-appimage) |
21562155
| <img loading="lazy" src="icons/qemu-ppc.png" width="48" height="48"> | [***qemu-ppc***](apps/qemu-ppc.md) | *Run PowerPC operating systems on 64-bit Intel Linux hosts.*..[ *read more* ](apps/qemu-ppc.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu-ppc) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu-ppc) |
2157-
| <img loading="lazy" src="icons/qemu.png" width="48" height="48"> | [***qemu***](apps/qemu.md) | *Unofficial, a generic and open source machine & userspace emulator and virtualizer.*..[ *read more* ](apps/qemu.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu) |
2156+
| <img loading="lazy" src="icons/qemu.png" width="48" height="48"> | [***qemu***](apps/qemu.md) | *Unofficial, a generic and open source machine & userspace emulator and virtualizer, to run a virtual machines.*..[ *read more* ](apps/qemu.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qemu) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qemu) |
21582157
| <img loading="lazy" src="icons/qflipper.png" width="48" height="48"> | [***qflipper***](apps/qflipper.md) | *Flipper Zero multitool for pentesters and geeks in a toy-like body.*..[ *read more* ](apps/qflipper.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qflipper) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qflipper) |
21592158
| <img loading="lazy" src="icons/qfsm.png" width="48" height="48"> | [***qfsm***](apps/qfsm.md) | *Qt Finite State Machine Designer.*..[ *read more* ](apps/qfsm.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qfsm) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qfsm) |
21602159
| <img loading="lazy" src="icons/qgroundcontrol.png" width="48" height="48"> | [***qgroundcontrol***](apps/qgroundcontrol.md) | *Ground control for unmanned vehicles.*..[ *read more* ](apps/qgroundcontrol.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/qgroundcontrol) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/qgroundcontrol) |

apps/qemu-appimage.md

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

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 **2964** unique apps (**2549** Appimage packages and **415** standalone/portable programs), plus **78** items.*
11+
#### *This site lists **2963** unique apps (**2548** Appimage packages and **415** 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)