Have you ever thought it’d be spiffy, if you could: Prepare a list of terminology translations using Microsoft Excel, saved as a UTF-8 CSV file, … then apply those translations to a document, instantaneously? Well… I came up with this little shell tool named ‘swapTerms_withDict‘ that does just that. Here’s the code: #!/usr/bin/env python3 # … Read more