Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments

He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands

  • exu@feditown.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 months ago

    The Thunar bulk renamer is relatively good, but recently I wanted to name images based on the capture date. Probably very tedious without the right GUI tool, while it’s just one line using exiftool in the terminal. (I don’t know it off the top of my head)

    Similarly, I just extracted the audio only from a video using ffmpeg in like 10s.
    ffmpeg -i video.mkv -c:a copy out.mka