linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

lemmyvore, in Why do you use the terminal?

Tell him you can “talk” directly to the computer that way.

azimir,

One of the other commenter made the analogy of being in a restaurant. With a mouse you can only point and grunt at things to communicate when you want. A terminal let’s you speak out your order and any other requests you might have.

squid_slime, (edited ) in Why do you use the terminal?
@squid_slime@lemmy.world avatar

Can get much more done rather than navigating desktop and gui’s… Also I’m a sucker for tui’s,

Ranger,

Rtorrent-ps,

Nvtop,

Gotop,

Gomuks,

Even greetd tui implementation,

And much more.

bizdelnick, in Why do you use the terminal?

CLI is conservative, GUI tends to change with each release. I have no time to search where is the menu item I need now or where is the menu itself.

Rikj000, in Why do you use the terminal?
@Rikj000@discuss.tchncs.de avatar

Terminal still has use-cases imo:

  • Some programs only offer CLI, no GUI,
    to use them, the terminal is the only way.
  • Sometimes it’s faster to use CLI instead of GUI, especially when you can use your command history to re-execute.
  • Testing single lines of scripts while writing them.
Sterben, in Why do you use the terminal?
@Sterben@lemmy.ml avatar

I usually use that to install updates.

stoy, in Why do you use the terminal?

I am on Windows as my workstation, but my servers run Linux, why should I install X/Wayland and VNC to manage my servers when even the later versions of Windows comes with an ssh client?

When I run linux with a gui, I mainly use the terminal as I sm more used to that rather than relearning a GUI.

Lmaydev,

Yeah I use WSL a huge amount of my work.

Azure for instance is much easier to work with in the console than the website.

Then there’s grep!

BestBouclettes, (edited ) in Why do you use the terminal?

For me it’s because it’s much quicker and reliable for most use cases. Also the commands are roughly the same across many many of my systems (AIX, macos, and Linux distros)

Barbarian, in Why do you use the terminal?
@Barbarian@sh.itjust.works avatar
bouh, in Why do you use the terminal?

The terminal is like a direct access to do things on the computer. A GUI is a program someone made to do a task the way he envisioned it to be done. If this task is not exactly what you need, you’re out of luck.

RmDebArc_5, in Why do you use the terminal?
@RmDebArc_5@lemmy.ml avatar

It just works

pelya, (edited ) in Why do you use the terminal?

To get shit done in general.

If I need to rename a file, yeah, I can do that by right-clicking it in the file explorer, and selecting ‘rename’ from the menu. Two files? Painful but doable. Three files? Oh hell no, I’m switching to my always-open-in-background terminal window, and write a quick c=1; for f in *.jpeg; do mv “$f” $c.jpeg; c=expr $c + 1 ; done and it takes twice less time than clicking things through with mouse.

And yes, I wrote that shell command off the top of my head on the first try and without edits.

tetris11,
@tetris11@lemmy.ml avatar

Just so you know, in emacs you can do mass rename of multiple files using dired-mode. Never use a for loop again.

luthis,

I just discovered that I know emacs commands because I use them in the bash terminal all the time.

Hey look, it’s us:

odysee.com/…/interview-with-an-emacs-enthusiast-i…

pelya,

It’s emacspiracy to subtly teach unsuspecting Ubuntu users the despicable ways of Emacs Lisp.

It all starts with learning 100 common terminal keybindings. And un-learning Ctrl-C.

tetris11,
@tetris11@lemmy.ml avatar

Libreadline

pelya,

I’m sorry, I’m too old to learn emacs over my perfect knowledge of Midnight Commander.

The point of this topic was to tell why we are using terminal, and emacs is kind of terminal on steroids, there are like 1000 key bindings and the mouse is totally optional, you are proving the point even further.

tetris11,
@tetris11@lemmy.ml avatar

dired mode is very similar to mc

Snarwin,

There's also vidir from moreutils, which lets you bulk-rename files in your $EDITOR of choice.

callyral,
@callyral@pawb.social avatar

I usually just press F2 to rename things in a GUI

richieadler,

Doesn’t work in Finder.

exu,

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

fraydabson, (edited ) in Why do you use the terminal?

Everyone’s different idk. I myself love command line. I have enjoyed Linux for a long time but it didn’t really become my daily driver until recently. I find it very rare that I use the GUI for more than gaming and watching stuff. Everything else is command line. I’ve had friends refuse to try Linux due to the “requirement” of needing to do stuff in command line. When I showed them some newer distros that appeal to users who don’t really feel comfortable with command lines.

tetris11, in Live (Animated) wallpapers programs for linux
@tetris11@lemmy.ml avatar

Are there any programs that can animate a cat to chase my mouse across the desktop? Or a guy who runs up window borders and tries to wrangle the mouse?

MyNameIsRichard,
@MyNameIsRichard@lemmy.ml avatar

Are there any programs that can animate a cat to chase my mouse across the desktop?

oneko

Kory,
@Kory@lemmy.ml avatar
Neil,
@Neil@lemmy.ml avatar

I tried oneko for a day and wow… not my thing. Constant distraction and I didn’t get much done that day, lol. Not recommended for the work computer at least.

MyNameIsRichard,
@MyNameIsRichard@lemmy.ml avatar

I agree with everything you say but it’s there for those who are interested.

wildbus8979,

Bonzi Buddy

Trent, in Why do you use the terminal?

Command line is a lot more powerful for a lot of cases. Most CLI programs are written with the idea that the caller might be another program, so they tend to be easy to chain with pipes and redirection. So you have tons of simple tools that you can combine however you need.

umbrella,
@umbrella@lemmy.ml avatar

this and its sometimes faster than sifting though a gui

ThankYouVeryMuch, in Why do you use the terminal?
@ThankYouVeryMuch@kbin.social avatar

For me the difference between a cli and a gui is like asking someone to do something speaking in a language they can understand and doing it just by pointing at things and doing gestures. It's enough for ordering at a restaurant, but for more complex tasks it gets ridiculous, even at a restaurant you'll get better results if you can ask for some information and understand what the server says

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #