Skip to content

Commit eec909d

Browse files
committed
Sync files from source repository
1 parent 769d171 commit eec909d

29 files changed

Lines changed: 3180 additions & 3305 deletions

am-utils.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,34 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19+
<a class="cat-pill cat-pill--all" href="am-utils.html">am-utils</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
21+
<a class="cat-pill" href="android.html">android</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
23+
<a class="cat-pill" href="appimages.html">AppImages</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
25+
<a class="cat-pill" href="audio.html">audio</a>
1926
<span class="cat-sep" aria-hidden="true">•</span>
2027
<a class="cat-pill" href="comic.html">comic</a>
2128
<span class="cat-sep" aria-hidden="true">•</span>
29+
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
31+
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2233
<a class="cat-pill" href="disk.html">disk</a>
2334
<span class="cat-sep" aria-hidden="true">•</span>
2435
<a class="cat-pill" href="education.html">education</a>
2536
<span class="cat-sep" aria-hidden="true">•</span>
2637
<a class="cat-pill" href="file-manager.html">file-manager</a>
2738
<span class="cat-sep" aria-hidden="true">•</span>
39+
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
2841
<a class="cat-pill" href="game.html">game</a>
2942
<span class="cat-sep" aria-hidden="true">•</span>
43+
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
45+
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3047
<a class="cat-pill" href="internet.html">internet</a>
3148
<span class="cat-sep" aria-hidden="true">•</span>
3249
<a class="cat-pill" href="kde.html">kde</a>
@@ -41,28 +58,11 @@
4158
<span class="cat-sep" aria-hidden="true">•</span>
4259
<a class="cat-pill" href="steam.html">steam</a>
4360
<span class="cat-sep" aria-hidden="true">•</span>
61+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4463
<a class="cat-pill" href="video.html">video</a>
4564
<span class="cat-sep" aria-hidden="true">•</span>
4665
<a class="cat-pill" href="web-app.html">web-app</a>
47-
<a class="cat-pill cat-pill--all" href="am-utils.html">am-utils</a>
48-
<span class="cat-sep" aria-hidden="true">•</span>
49-
<a class="cat-pill" href="android.html">android</a>
50-
<span class="cat-sep" aria-hidden="true">•</span>
51-
<a class="cat-pill" href="appimages.html">AppImages</a>
52-
<span class="cat-sep" aria-hidden="true">•</span>
53-
<a class="cat-pill" href="audio.html">audio</a>
54-
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="command-line.html">command-line</a>
56-
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="communication.html">communication</a>
58-
<span class="cat-sep" aria-hidden="true">•</span>
59-
<a class="cat-pill" href="finance.html">finance</a>
60-
<span class="cat-sep" aria-hidden="true">•</span>
61-
<a class="cat-pill" href="gnome.html">gnome</a>
62-
<span class="cat-sep" aria-hidden="true">•</span>
63-
<a class="cat-pill" href="graphic.html">graphic</a>
64-
<span class="cat-sep" aria-hidden="true">•</span>
65-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
6666
<span class="cat-sep" aria-hidden="true">•</span>
6767
<a class="cat-pill" href="web-browser.html">web-browser</a>
6868
<span class="cat-sep" aria-hidden="true">•</span>

am2pla-site

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARGS=$(sort -u ./args)
2424
METAPACKAGES="kdegames kdeutils node platform-tools"
2525
APPS_NUMBER=$(grep -v "\"kdegames\"\|\"kdeutils\"\|\"node\"\|\"platform-tools\"" "$arch"-apps | grep -e "$" -c)
2626
ITEMS_NUMBER=$(grep "\"kdegames\"\|\"kdeutils\"\|\"node\"\|\"platform-tools\"" "$arch"-apps | grep -e "$" -c)
27-
CATEGORIES="am-utils android audio \
27+
CATEGORIES="am-utils android appimages audio \
2828
comic command-line communication \
2929
disk \
3030
education \
@@ -96,8 +96,7 @@ function _categories_buttons() {
9696
{
9797
printf '\n#### *Categories*\n\n'
9898
printf '<div class="cat-grid">\n'
99-
CATEGORIES_ALL=$(echo "$CATEGORIES appimages" | tr ' ' '\n' | sort | xargs)
100-
for c in $CATEGORIES_ALL; do
99+
for c in $CATEGORIES; do
101100
if [ "$c" = "am-utils" ]; then
102101
if [ "$category_page" = am-utils ]; then
103102
printf ' <a class="cat-pill cat-pill--all" href="%s.html">%s</a>\n' "$c" "$c"
@@ -731,8 +730,6 @@ for category in $CATEGORIES; do
731730
grep -i "$category\|webapp\|web app" ./"$arch"-apps >> "$arch-$category"
732731
elif [ "$category" = web-browser ]; then
733732
grep -i "$category\|web browser\|browser web\|browser.*web\|browser.*chrome\|brave.*browser\|chrome.*browser\|chromium.*browser\|chromium fork\|firefox.*web browser\|firefox fork\|librewolf\|vivaldi" ./"$arch"-apps >> "$arch-$category"
734-
else
735-
grep -i "$category" ./"$arch"-apps >> "$arch-$category"
736733
fi
737734
echo -e "$(sort -u ./"$arch-$category" | awk -v FS="(◆ | : )" '{print $2}')" > args
738735
ARGS=$(sort -u ./args)

android.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,34 @@
1616
#### *Categories*
1717

1818
<div class="cat-grid">
19+
<a class="cat-pill" href="am-utils.html">am-utils</a>
20+
<span class="cat-sep" aria-hidden="true">•</span>
21+
<a class="cat-pill cat-pill--all" href="android.html">android</a>
22+
<span class="cat-sep" aria-hidden="true">•</span>
23+
<a class="cat-pill" href="appimages.html">AppImages</a>
24+
<span class="cat-sep" aria-hidden="true">•</span>
25+
<a class="cat-pill" href="audio.html">audio</a>
1926
<span class="cat-sep" aria-hidden="true">•</span>
2027
<a class="cat-pill" href="comic.html">comic</a>
2128
<span class="cat-sep" aria-hidden="true">•</span>
29+
<a class="cat-pill" href="command-line.html">command-line</a>
30+
<span class="cat-sep" aria-hidden="true">•</span>
31+
<a class="cat-pill" href="communication.html">communication</a>
32+
<span class="cat-sep" aria-hidden="true">•</span>
2233
<a class="cat-pill" href="disk.html">disk</a>
2334
<span class="cat-sep" aria-hidden="true">•</span>
2435
<a class="cat-pill" href="education.html">education</a>
2536
<span class="cat-sep" aria-hidden="true">•</span>
2637
<a class="cat-pill" href="file-manager.html">file-manager</a>
2738
<span class="cat-sep" aria-hidden="true">•</span>
39+
<a class="cat-pill" href="finance.html">finance</a>
40+
<span class="cat-sep" aria-hidden="true">•</span>
2841
<a class="cat-pill" href="game.html">game</a>
2942
<span class="cat-sep" aria-hidden="true">•</span>
43+
<a class="cat-pill" href="gnome.html">gnome</a>
44+
<span class="cat-sep" aria-hidden="true">•</span>
45+
<a class="cat-pill" href="graphic.html">graphic</a>
46+
<span class="cat-sep" aria-hidden="true">•</span>
3047
<a class="cat-pill" href="internet.html">internet</a>
3148
<span class="cat-sep" aria-hidden="true">•</span>
3249
<a class="cat-pill" href="kde.html">kde</a>
@@ -41,28 +58,11 @@
4158
<span class="cat-sep" aria-hidden="true">•</span>
4259
<a class="cat-pill" href="steam.html">steam</a>
4360
<span class="cat-sep" aria-hidden="true">•</span>
61+
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
62+
<span class="cat-sep" aria-hidden="true">•</span>
4463
<a class="cat-pill" href="video.html">video</a>
4564
<span class="cat-sep" aria-hidden="true">•</span>
4665
<a class="cat-pill" href="web-app.html">web-app</a>
47-
<a class="cat-pill" href="am-utils.html">am-utils</a>
48-
<span class="cat-sep" aria-hidden="true">•</span>
49-
<a class="cat-pill cat-pill--all" href="android.html">android</a>
50-
<span class="cat-sep" aria-hidden="true">•</span>
51-
<a class="cat-pill" href="appimages.html">AppImages</a>
52-
<span class="cat-sep" aria-hidden="true">•</span>
53-
<a class="cat-pill" href="audio.html">audio</a>
54-
<span class="cat-sep" aria-hidden="true">•</span>
55-
<a class="cat-pill" href="command-line.html">command-line</a>
56-
<span class="cat-sep" aria-hidden="true">•</span>
57-
<a class="cat-pill" href="communication.html">communication</a>
58-
<span class="cat-sep" aria-hidden="true">•</span>
59-
<a class="cat-pill" href="finance.html">finance</a>
60-
<span class="cat-sep" aria-hidden="true">•</span>
61-
<a class="cat-pill" href="gnome.html">gnome</a>
62-
<span class="cat-sep" aria-hidden="true">•</span>
63-
<a class="cat-pill" href="graphic.html">graphic</a>
64-
<span class="cat-sep" aria-hidden="true">•</span>
65-
<a class="cat-pill" href="system-monitor.html">system-monitor</a>
6666
<span class="cat-sep" aria-hidden="true">•</span>
6767
<a class="cat-pill" href="web-browser.html">web-browser</a>
6868
<span class="cat-sep" aria-hidden="true">•</span>

0 commit comments

Comments
 (0)