Appfetch - a database of official installation sources of apps

Due to fragmentation you have to use tools that query all package managers, and you don't know if they're official.

This script tries to solve it by having a database of official software from its source.

https://github.com/Tsu-gu/appfetch

GitHub - Tsu-gu/appfetch: Fetch any app made for Linux from its official source without having to think about it

Fetch any app made for Linux from its official source without having to think about it - Tsu-gu/appfetch

GitHub

Example of an entry that's not an official flatpak/snap:

yt-dlp:
custom: wget LINK/yt-dlp && chmod +x yt-dlp
uninstall: rm -rf $HOME/Applications/yt-dlp
aliases: [ytdlp, yt]
comment: Youtube video downloading tool

When you type appfetch yt-dlp it executes the "custom" command.