What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
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
You're viewing a single thread.
All Comments
38 comments
- 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.
11 0 ReplyYour list looks like what I'd write anyway, so just commenting; ^ That.
3 0 Reply
38 comments
Scroll to top