Here is my list:
- pdf -
pdftk
- images -
imagemagick
utilities - audio/video -
ffmpeg
- documents -
libreoffice --headless
mode, alsopandoc
- download files -
wget
andcurl
, alsoydlp
for youtube, reddit - cloud storage -
rclone
azimir ( @azimir@lemmy.ml ) English8•2 years 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 ( @Penguincoder@beehaw.org ) English3•2 years agoYour list looks like what I’d write anyway, so just commenting; ^ That.
chaorace ( @chaorace@lemmy.sdf.org ) English7•2 years agoHere is my list:
- emacs -
emacs
- emacs -
runeko ( @runeko@lemmy.fmhy.ml ) English5•2 years agoRsync for moving files and backing up.
tom42 ( @tom42@beehaw.org ) English4•2 years agoFor audio files
sox
andbeets
are my live saver. sapient [they/them] ( @sapient_cogbag@infosec.pub ) English3•2 years agoI 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 ;pnvim
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
oryt-dlp
for grabbing youtube stuff.
20gramsWrench ( @20gramsWrench@lemmy.dbzer0.com ) English2•2 years agofind -exec
is essential to process multiple files7z
handles wildcards inside afind -exec
so you can save 200 lines of sh compliancempv
plays online media since it uses yt-dlp Furycd001 ( @Furycd001@fosstodon.org ) 2•2 years ago@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…
exu ( @exu@feditown.com ) English2•2 years agoYou can also use ghostscript (
gs
) or the image magickconvert
with PDF.I use
rsync
quite often andssh
as well. learnbyexample ( @learnbyexample@programming.dev ) English2•2 years agohttps://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
bartlbee ( @bartlbee@lemmy.sdf.org ) English2•2 years agoI’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
theshatterstone54 ( @theshatterstone54@feddit.uk ) English2•2 years agoFor 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 andcmus
as my primary music player (I also useemms
inemacs
sometimes) madeindjs ( @madeindjs@lemmy.ml ) English2•2 years agosyncthing to sync my files on all my devices
bbbhltz ( @bbbhltz@beehaw.org ) English2•2 years agoVery similar to you. I do use
gramma
for spellchecking. My most used app overall is probablypandoc
. I use it to make all my docs and presentations for work. ѕєχυαℓ ρσℓутσρє ( @SexualPolytope@lemmy.sdf.org ) English1•2 years agoI 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 aroundffmpeg
that gives it a nice progress bar. codr9 ( @codr9@lemm.ee ) English1•2 years agoUsing
lf
, a file manager like ranger. Written in Go.