Here is my list:
- pdf - pdftk
- images - imagemagickutilities
- audio/video - ffmpeg
- documents - libreoffice --headlessmode, alsopandoc
- download files - wgetandcurl, alsoydlpfor youtube, reddit
- cloud storage - rclone
Here is my list:
pdftkimagemagickutilitiesffmpeglibreoffice --headless mode, also pandocwget and curl, also ydlp for youtube, redditrclone
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-consolefor merging PDFs as it has nice options for manipulating TOC during the merge.Another nice utility is
ffpbwhich is basically a wrapper aroundffmpegthat gives it a nice progress bar.Vimwith vimtex and code snippets got me through years of academic work. Such a great way to work with LaTeX.