Created
April 29, 2020 14:56
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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