Here is my list:

  • pdf - pdftk
  • images - imagemagickutilities
  • audio/video - ffmpeg
  • documents - libreoffice --headless mode, also pandoc
  • download files - wget and curl, also ytdlp for youtube, reddit
  • cloud storage - rclone
you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago* (last edited 3 years ago)

I use most of these that you listed, except that I don't use office apps at all, and do all my documents using LaTeX in neovim.

Also, I have small helper scrips for pdf manipulation for tasks that I do regularly, like making my handwritten notes ready for printing at my office since I don't like the algo my office printer uses to convert them to B&W. I also use sejda-console for merging PDFs as it has nice options for manipulating TOC during the merge.

Another nice utility is ffpb which is basically a wrapper around ffmpeg that gives it a nice progress bar.

  • source