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
[–] 7 points 3 years ago*

find -exec is essential to process multiple files

7z handles wildcards inside a find -exec so you can save 200 lines of sh compliance

mpv plays online media since it uses yt-dlp

  • source