Here is my list:

  • pdf - pdftk
  • images - imagemagickutilities
  • audio/video - ffmpeg
  • documents - libreoffice --headless mode, also pandoc
  • download files - wget and curl, also ydlp for youtube, reddit
  • cloud storage - rclone
  • @chaorace
    link
    English
    221 year ago

    Here is my list:

    • emacs - emacs
  • @azimir@lemmy.ml
    link
    fedilink
    English
    12
    edit-2
    1 year ago
    • Resizing images: mogrify (part of the imagemagick suite)
    • ffmpeg
    • pdftk is king for rotating/cropping/appending pdfs
    • LaTeX everything
    • make/shell - to script/automate image and document editing
    • pandoc is reasonably good for many things
    • latex2rtf - to get plain text for word counts out of LaTeX source
    • wc - word count, line count
    • ispell -t - does spell check in the terminal. The -t is so that it’ll mostly ignore LaTeX commands in the source

    I’m sure there’s more but I don’t memorize them, they kind of get remembered when I need them.

    • PenguinCoder
      link
      fedilink
      English
      41 year ago

      Your list looks like what I’d write anyway, so just commenting; ^ That.

  • @20gramsWrench@lemmy.dbzer0.com
    link
    fedilink
    English
    7
    edit-2
    1 year 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

  • @JubilantJaguar@lemmy.world
    link
    fedilink
    English
    51 year ago
    • xournal for fake form-filling on PDFs - ugly and unintuitive but gets the job done
    • img2pdf - does what it says on the tin
    • ranger for managing files and launching stuff - not the coolest kid on the block but this is the single most impressive terminal app I have used in recent years, the key bindings and commands and defaults are so crazily intuitive that I hardly ever even need to consult the manual
  • sapient [they/them]
    link
    fedilink
    English
    41 year ago

    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 ;p
    • nvim 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 or yt-dlp for grabbing youtube stuff.
  • bbbhltz
    link
    fedilink
    English
    41 year ago

    Very similar to you. I do use gramma for spellchecking. My most used app overall is probably pandoc. I use it to make all my docs and presentations for work.

    • ガブリエル
      link
      fedilink
      English
      11 year ago

      Do you create slides with it? Which input format do you use for that? I usually use LaTeX for slides but would be interested in an alternative.

  • @bartlbee
    link
    English
    41 year ago

    I’d add:

    • ghostscript - with some basic perl scripts, works great for pdf flattening/compressing, merging, splitting, adding bookmarks etc.
    • poppler - pdfseparate, sometimes pdfunite
    • zathura - pdf viewing
    • feh - images
    • sshfs - prefer it to rclone
    • cheat
    • emacs - org-mode, latex, dired/wdired, capture, eshell, vterm, tramp
    • mc/midnight commander
  • exu
    link
    fedilink
    English
    41 year ago

    You can also use ghostscript (gs) or the image magick convert with PDF.

    I use rsync quite often and ssh as well.

  • @joey@lemm.ee
    link
    fedilink
    English
    41 year ago

    Aria2c is the best downloader for large files. It also supports torrents.

  • @theshatterstone54@feddit.uk
    link
    fedilink
    English
    31 year ago

    For me, it’s pretty much just app management via my package manager, some file management, and the big ones are using neovim as a text editor and cmus as my primary music player (I also use emms in emacs sometimes)

  • ѕєχυαℓ ρσℓутσρє
    link
    English
    3
    edit-2
    1 year 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.

  • tom42
    link
    fedilink
    English
    31 year ago

    For audio files sox and beets are my live saver.