Skip to content

Commit f942e24

Browse files
committed
Sync files from source repository
1 parent 09d0ca6 commit f942e24

7 files changed

Lines changed: 22 additions & 5 deletions

File tree

appimages.md

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

6-
#### Here are listed the **2750** 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 **2751** 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

99
<div id="app-search-box" style="margin: 1em 0;">
@@ -1870,6 +1870,7 @@
18701870
| <img loading="lazy" src="icons/pingviewer.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pingviewer***](apps/pingviewer.md) | *Ping viewer interface.*..[ *read more* ](apps/pingviewer.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pingviewer) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pingviewer) |
18711871
| <img loading="lazy" src="icons/pinokio.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinokio***](apps/pinokio.md) | *AI Browser.*..[ *read more* ](apps/pinokio.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinokio) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinokio) |
18721872
| <img loading="lazy" src="icons/pinta.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta***](apps/pinta.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0.*..[ *read more* ](apps/pinta.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta) |
1873+
| <img loading="lazy" src="icons/pinta-gtk3.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta-gtk3***](apps/pinta-gtk3.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0 (GTK3 Version).*..[ *read more* ](apps/pinta-gtk3.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta-gtk3) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta-gtk3) |
18731874
| <img loading="lazy" src="icons/pixelhopper.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelhopper***](apps/pixelhopper.md) | *Animated GIF player for Linux (X11).*..[ *read more* ](apps/pixelhopper.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelhopper) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelhopper) |
18741875
| <img loading="lazy" src="icons/pixelpulse2.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelpulse2***](apps/pixelpulse2.md) | *Pixelpulse2 is a user interface for analog systems exploration.*..[ *read more* ](apps/pixelpulse2.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelpulse2) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelpulse2) |
18751876
| <img loading="lazy" src="icons/pixsrt.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixsrt***](apps/pixsrt.md) | *Pixel sorter.*..[ *read more* ](apps/pixsrt.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixsrt) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixsrt) |

apps.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13307,6 +13307,12 @@
1330713307
"icon": "https://portable-linux-apps.github.io/icons/pinta-dev.png",
1330813308
"arch": ["x86_64"]
1330913309
},
13310+
{
13311+
"packageName": "pinta-gtk3",
13312+
"description": "Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0 (GTK3 Version)...",
13313+
"icon": "https://portable-linux-apps.github.io/icons/pinta-gtk3.png",
13314+
"arch": ["x86_64"]
13315+
},
1331013316
{
1331113317
"packageName": "pipes-rs",
1331213318
"description": "An over-engineered rewrite of pipes.sh in Rust. CLI...",
@@ -13813,7 +13819,7 @@
1381313819
},
1381413820
{
1381513821
"packageName": "prism",
13816-
"description": "A beginner-friendly live media trigger and overlay tool built with Qt 6, FFmpeg, and OpenGL. Perfect for school events, small concerts, and sports—combining the simplicity of instant clip triggering with the power of live visual control. ..",
13822+
"description": "A beginner-friendly live media trigger and overlay tool built with Qt 6, FFmpeg, and OpenGL. Perfect for school events, small concerts, and sports—combining the simplicity of instant clip triggering with the power of live visual control...",
1381713823
"icon": "https://portable-linux-apps.github.io/icons/prism.png",
1381813824
"arch": ["x86_64"]
1381913825
},

apps.md

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

6-
#### Here are listed all **3329** 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 **75** more entries and items to help you install apps more easily.
6+
#### Here are listed all **3330** 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 **75** more entries and items to help you install apps more easily.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">
@@ -2320,6 +2320,7 @@
23202320
| <img loading="lazy" src="icons/pinky.png" width="48" height="48"><span class="arch-data" data-arch="x86_64 aarch64" hidden></span> | [***pinky***](apps/pinky.md) | *Lightweight finger. This is part of "am-utils" suite.*..[ *read more* ](apps/pinky.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinky) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinky) |
23212321
| <img loading="lazy" src="icons/pinokio.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinokio***](apps/pinokio.md) | *AI Browser.*..[ *read more* ](apps/pinokio.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinokio) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinokio) |
23222322
| <img loading="lazy" src="icons/pinta-dev.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta-dev***](apps/pinta-dev.md) | *Simple GTK Paint Program (developer edition).*..[ *read more* ](apps/pinta-dev.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta-dev) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta-dev) |
2323+
| <img loading="lazy" src="icons/pinta-gtk3.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta-gtk3***](apps/pinta-gtk3.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0 (GTK3 Version).*..[ *read more* ](apps/pinta-gtk3.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta-gtk3) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta-gtk3) |
23232324
| <img loading="lazy" src="icons/pinta.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta***](apps/pinta.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0.*..[ *read more* ](apps/pinta.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta) |
23242325
| <img loading="lazy" src="icons/pipes-rs.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pipes-rs***](apps/pipes-rs.md) | *An over-engineered rewrite of pipes.sh in Rust. CLI.*..[ *read more* ](apps/pipes-rs.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pipes-rs) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pipes-rs) |
23252326
| <img loading="lazy" src="icons/pixelhopper.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelhopper***](apps/pixelhopper.md) | *Animated GIF player for Linux (X11).*..[ *read more* ](apps/pixelhopper.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelhopper) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelhopper) |

apps/pinta-gtk3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# PINTA-GTK3
2+
3+
Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0 (GTK3 Version).
4+
5+
SITE: https://github.com/pkgforge-dev/Pinta-GTK3-AppImage
6+
7+
| [Applications](https://portable-linux-apps.github.io/apps.html) | [Home](https://portable-linux-apps.github.io)
8+
| --- | --- |

graphic.md

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

6-
#### Here are listed **93** programs for this category.
6+
#### Here are listed **94** programs for this category.
77

88

99
<div id="app-search-box" style="margin: 1em 0;">
@@ -169,6 +169,7 @@
169169
| <img loading="lazy" src="icons/photoquick.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***photoquick***](apps/photoquick.md) | *Light-weight image viewer, resize, collage, filters....*..[ *read more* ](apps/photoquick.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/photoquick) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/photoquick) |
170170
| <img loading="lazy" src="icons/pinta.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta***](apps/pinta.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0.*..[ *read more* ](apps/pinta.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta) |
171171
| <img loading="lazy" src="icons/pinta-dev.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta-dev***](apps/pinta-dev.md) | *Simple GTK Paint Program (developer edition).*..[ *read more* ](apps/pinta-dev.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta-dev) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta-dev) |
172+
| <img loading="lazy" src="icons/pinta-gtk3.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pinta-gtk3***](apps/pinta-gtk3.md) | *Unofficial, Simple GTK Paint Program clone of Paint.Net 3.0 (GTK3 Version).*..[ *read more* ](apps/pinta-gtk3.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pinta-gtk3) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pinta-gtk3) |
172173
| <img loading="lazy" src="icons/pixelhopper.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelhopper***](apps/pixelhopper.md) | *Animated GIF player for Linux (X11).*..[ *read more* ](apps/pixelhopper.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelhopper) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelhopper) |
173174
| <img loading="lazy" src="icons/pixelorama.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelorama***](apps/pixelorama.md) | *A powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art.*..[ *read more* ](apps/pixelorama.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelorama) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelorama) |
174175
| <img loading="lazy" src="icons/pixelpulse2.png" width="48" height="48"><span class="arch-data" data-arch="x86_64" hidden></span> | [***pixelpulse2***](apps/pixelpulse2.md) | *Pixelpulse2 is a user interface for analog systems exploration.*..[ *read more* ](apps/pixelpulse2.md)*!* | [*blob*](https://github.com/ivan-hc/AM/blob/main/programs/x86_64/pixelpulse2) **/** [*raw*](https://raw.githubusercontent.com/ivan-hc/AM/main/programs/x86_64/pixelpulse2) |

icons/pinta-gtk3.png

4.17 KB
Loading

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 **3329** unique apps (**2750** Appimage packages and **579** standalone/portable programs), plus **75** items.*
11+
#### *This site lists **3330** unique apps (**2751** Appimage packages and **579** standalone/portable programs), plus **75** 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)