tool to search for linux distribution magnet links
install with homebrew (arm macs only):
brew install aslak01/stuff/pgSearch directly from the command line:
pg ubuntu
pg "debian 12"
pg arch linuxLaunch the interactive TUI by running pg without arguments:
pgpg --helpdownload latest release source zip or clone repo
test:
deno run --allow-read --allow-net --allow-env --allow-run index.tscompile a binary:
deno compile --allow-read --allow-net --allow-env --allow-run index.ts