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.
View all comments
38
comments
Rsync for moving files and backing up.
13 0 ReplyThe 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.7 0 ReplyI think
rsync
is short for remote sync8 0 ReplyAmazing!
3 0 Reply
You've viewed 38 comments.
Scroll to top