Some scripts made by conversing with ChatGPT with only some minor manual adjustments
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antonio De Lucreziis aecb6c0890 updated the readme 1 year ago
bin another fix 1 year ago
.gitignore moved scripts and updated readme 1 year ago
README.md updated the readme 1 year ago

README.md

Scripts written with the help of ChatGPT

This repo contains some scripts made using the help of ChatGPT. The idea is that the basic structure of the script was generated by ChatGPT and then I made some minor modifications to the code he gave.

  • 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.

  • pdfcompress2

    Variant of the previous command that uses poppler utils and gs instead of convert that is old and buggy (this was acually manually modified)

  • hash2addr

    Outputs a randomly generated IP address and port number based on the MD5 hash of the input string.

Install

$ ln -svf $(pwd)/bin/* ~/.local/bin/