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
[–] 13 points 3 years ago (1 child)

Rsync for moving files and backing up.

  • source
  • hideshow 2 child comments
  • [–] 7 points 3 years ago (1 child)

    The ultimate it-just-works CLI tool.

    Although I have never understood why it's called rsync, because you need to add --recursive to make it actually sync a file tree, which is what it does best.

  • source
  • parent
  • hideshow 2 child comments