Here is my list:
- pdf -
pdftk
- images -
imagemagick
utilities - audio/video -
ffmpeg
- documents -
libreoffice --headless
mode, alsopandoc
- download files -
wget
andcurl
, alsoytdlp
for youtube, reddit - cloud storage -
rclone
Here is my list:
pdftk
imagemagick
utilitiesffmpeg
libreoffice --headless
mode, also pandoc
wget
and curl
, also ytdlp
for youtube, redditrclone
I use:
qpdf
for mucking around with pdfs, reordering, selecting pages, combining them, etc.ffmpeg
for video and audio sicing and transcoding. Usually encompassing a command in a script because I forget the precise params every time ;pnvim
for anything like Markdown (which can be converted to other things like LaTeX or pdf or html, sometimes in multiple stages)imagemagick
for simple image conversion stuff.wget
for downloads ^.^youtube-dl
oryt-dlp
for grabbing youtube stuff.