# Scripts written with the help of ChatGPT - [`pdfcompress`](./bin/pdfcompress) A utility that uses convert to render each page of a PDF to a JPEG image with adjustable quality and then merges them back into a single document. With the verbose option this will also print processing information and the estimated remaining time. - [`hash2addr`](./bin/hash2addr) Outputs a randomly generated IP address and port number based on the MD5 hash of the input string. ## Install ```zsh $ ln -svf $(pwd)/bin/* ~/.local/bin/ ```