cd rl_loop
python
import shipname
print('\n'.join(["google-chrome https://www.google.com/search?q=british+ship+%s &" % n for n in shipname.NAMES]))
copy and paste the first set to a new terminal
(This should open a google search tab for each one
function photo { echo "$2" > $1.meta; curl "$3" > $1.jpg; }
mkdir -p photos; cd photos
photo <NAME> <wikipedia image page> <wikipedia image url>
i.e.
photo warspite "https://en.wikipedia.org/wiki/HMS_Warspite_(1666)#/media/File:HMS_Edinburgh-IMG_7758.jpg" "https://upload.wikimedia.org/wikipedia/commons/8/89/HMS_Edinburgh-IMG_7758.jpg"
Many of the name represent multiple ships (WWI, WWII, older ships, ...) feel free to choose any one of them (I like models from museums but choose as you please.
I'm working alphabetically backwards. If someone (cough Andrew cough) wanted to work forwards that would be nice.
copy and paste the first set to a new terminal
(This should open a google search tab for each one
i.e.
Many of the name represent multiple ships (WWI, WWII, older ships, ...) feel free to choose any one of them (I like models from museums but choose as you please.
I'm working alphabetically backwards. If someone (cough Andrew cough) wanted to work forwards that would be nice.