blob: 1e14d637ada0989715c392ed67c48bded26df7e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# App definition
# [apt-pkg-name]
# name = "App Name" #required
# info = "This is a Template App" #required
# url = "https://app.example.org" #required
# tags = ["internet", #optional [array]; catagories
# "communication"]
[firefox-esr]
name = "Firefox"
info = "Free and Open Source Browser"
url = "https://mozilla.org/firefox"
[chromium]
name = "Chromium"
info = "Free and Open Source Browser"
url = "https://chromium.org"
[qbittorrent]
name = "qBittorrent"
info = "Free and Open-Source Bittorrent Client"
url = "https://qbittorrent.org/"
[libreoffice]
name = "LibreOffice"
info = "Free and Open-Source Office Suite"
url = "https://libreoffice.org"
[code]
name = "Visual Studio Code"
info = "Free and Open-Source Text Editor"
url = "https://qbittorrent.org/"
[turbowarp]
name = "TurboWarp"
info = "Native Alternative of Scratch3"
url = "https://turbowarp.org/"
[parole]
name = "Parole Media Player"
info = "Simple Media Player"
url = "https://docs.xfce.org/apps/parole/introduction"
[mousepad]
name = "Mousepad"
info = "Lightweight Text Editor"
url = "https://xfce.org"
[lollypop]
name = "Lollypop"
info = "Modern Music Player"
url = "https://xfce.org"
[kolourpaint]
name = "KolourPaint"
info = "Free Paint Program"
url = "https://kolourpaint.org"
[arduino]
name = "Arduino IDE"
info = "Open-Source Arduino Software"
url = "https://arduino.cc"
[gimp]
name = "GIMP"
info = "Cross-Platform Image Editor"
url = "https://gimp.org"
[inkscape]
name = "Inkscape"
info = "Vector Graphics Editor"
url = "https://inkscape.org"
[codeblocks]
name = "Codeblocks"
info = "Free C/C++ and Fortran IDE"
url = "https://codeblocks.org"
[geany]
name = "Geany"
info = "Lightweight IDE"
url = "https://geany.org"
|