Skip to content

Instantly share code, notes, and snippets.

@LukasCBossert
Created April 29, 2020 14:56
Show Gist options
  • Save LukasCBossert/59f19470d4af1b284c722903a5686ac6 to your computer and use it in GitHub Desktop.
Save LukasCBossert/59f19470d4af1b284c722903a5686ac6 to your computer and use it in GitHub Desktop.
This is a way to download a list with package names of one author from CTAN
curl https://www.ctan.org/xml/2.0/author/knuth\?ref\=true | grep "<package key=" | perl -0777 -pe 's/<package key="(.+?)" \/>/$1/g' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment