Here is my list:
- pdf -
pdftk - images -
imagemagickutilities - audio/video -
ffmpeg - documents -
libreoffice --headlessmode, alsopandoc - download files -
wgetandcurl, alsoytdlpfor youtube, reddit - cloud storage -
rclone
Here is my list:
pdftkimagemagickutilitiesffmpeglibreoffice --headless mode, also pandocwget and curl, also ytdlp for youtube, redditrclone
38 Comments
chaorace@lemmy.sdf.org · 21 pts · 3y
Here is my list:
emacsmafbar@lemmy.world · 7 pts · 3y
Ah, so you use the EMACS operating system as well?
runeko@lemmy.fmhy.ml · 12 pts · 3y
Rsync for moving files and backing up.
JubilantJaguar@lemmy.world · 6 pts · 3y
The ultimate it-just-works CLI tool.
Although I have never understood why it's called
rsync, because you need to add--recursiveto make it actually sync a file tree, which is what it does best.Backslash@feddit.de · 8 pts · 3y
I think
rsyncis short for remote syncJubilantJaguar@lemmy.world · 2 pts · 3y
Amazing!
azimir@lemmy.ml · 11 pts · 3y
I'm sure there's more but I don't memorize them, they kind of get remembered when I need them.
Penguincoder@beehaw.org · 3 pts · 3y
Your list looks like what I'd write anyway, so just commenting; ^ That.
madeindjs@lemmy.ml · 10 pts · 3y
syncthing to sync my files on all my devices
20gramsWrench@lemmy.dbzer0.com · 7 pts · 3y
find -execis essential to process multiple files7zhandles wildcards inside afind -execso you can save 200 lines of sh compliancempvplays online media since it uses yt-dlpJubilantJaguar@lemmy.world · 6 pts · 3y
xournalfor fake form-filling on PDFs - ugly and unintuitive but gets the job doneimg2pdf- does what it says on the tinrangerfor 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 manualnon_feistel@lemmy.world · 6 pts · 3y
If you use Firefox, it added pdf editing in since 106. I like it compared to xournal. https://www.mozilla.org/en-US/firefox/106.0/releasenotes
learnbyexample@programming.dev · 5 pts · 3y
https://github.com/WyattBlue/auto-editor - automatically editing video and audio by analyzing a variety of methods, most notably audio loudness
https://github.com/shssoichiro/oxipng, https://pngquant.org/ and https://github.com/RazrFalcon/svgcleaner for optimizing images
SexualPolytope@lemmy.sdf.org · 4 pts · 3y
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-consolefor merging PDFs as it has nice options for manipulating TOC during the merge.Another nice utility is
ffpbwhich is basically a wrapper aroundffmpegthat gives it a nice progress bar.bartlbee@lemmy.sdf.org · 4 pts · 3y
I'd add:
joey@lemm.ee · 4 pts · 3y
Aria2c is the best downloader for large files. It also supports torrents.
exu@feditown.com · 4 pts · 3y
You can also use ghostscript (
gs) or the image magickconvertwith PDF.I use
rsyncquite often andsshas well.bbbhltz@beehaw.org · 4 pts · 3y
Very similar to you. I do use
grammafor spellchecking. My most used app overall is probablypandoc. I use it to make all my docs and presentations for work.gbrlsnchs@lemmy.one · 1 pts · 3y
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.
sapient_cogbag@infosec.pub · 4 pts · 3y
I use:
qpdffor mucking around with pdfs, reordering, selecting pages, combining them, etc.ffmpegfor video and audio sicing and transcoding. Usually encompassing a command in a script because I forget the precise params every time ;pnvimfor anything like Markdown (which can be converted to other things like LaTeX or pdf or html, sometimes in multiple stages)imagemagickfor simple image conversion stuff.wgetfor downloads ^.^youtube-dloryt-dlpfor grabbing youtube stuff.carnha@lemm.ee · 3 pts · 3y
pdfcrop(commonly included with LaTeX) for cropping margins - it cuts the pdf down to its contents then adds a margin of your choosing, extremely useful for forcing academic papers to have consistent margins,pdfcrop --margins 72 *pdf here*will create a document with a ~1in margin all around (it uses bp as its units)vipsfor resizing/converting images - it's a bit faster and lighter than imagemagick in my experience, although the main reason I use it instead of imagemagick is just because I like playing around with stuff I haven't used before :) It has an officially supported python binding tootheshatterstone54@feddit.uk · 3 pts · 3y
For me, it's pretty much just app management via my package manager, some file management, and the big ones are using
neovimas a text editor andcmusas my primary music player (I also useemmsinemacssometimes)tom42@beehaw.org · 2 pts · 3y
For audio files
soxandbeetsare my live saver.MigratingtoLemmy@lemmy.world · 2 pts · 3y
Does anyone know of an application which can eliminate excessive glare in a picture?
SomeBoyo@feddit.de · 2 pts · 3y
I download files with axel
antihero@social.fossware.space · 1 pts · 3y
Thanks! i'll try it out
codr9@lemm.ee · 2 pts · 3y
Using
lf, a file manager like ranger. Written in Go.https://github.com/gokcehan/lf
Furycd001@fosstodon.org · 2 pts · 3y
@antihero I use ffmpeg to extract frames from images. Yt-dlp to download youtube videos. Rmlint, to remove duplicates. Gallery-dl to sometimes download from sites like instagram or twitter & finally mpd / ncmpcpp to listen to music....
pudgymongrel@lemmy.world · 1 pts · 3y
SexualPolytope@lemmy.sdf.org · 4 pts · 3y
IIRC,
convertis just an alias toimagemagick.20gramsWrench@lemmy.dbzer0.com · 2 pts · 3y
you recalled correctly.
pudgymongrel@lemmy.world · 2 pts · 3y
TIL. Thank you kind strangers.