linux

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

GalacticTaterTot, in Why do you use the terminal?

I wanted to see what all this talk about vim was and now I’ve been stuck for 3 years.

harsh3466,

:wq

;)

andrew,
@andrew@lemmy.stuart.fun avatar

<span style="color:#323232;">➜  ~  ;)                                                                                                                      zsh: parse error near `)'
</span>
chitak166, in Why do you use the terminal?

Because whatever I’m trying to do doesn’t have a GUI option yet.

seasick, in How can I migrate my existing /home/ directory to another drive?

Unsure what exactly you want to do, but this might be of help help.ubuntu.com/community/Partitioning/…/Moving

Rustmilian, (edited ) in How can I migrate my existing /home/ directory to another drive?
@Rustmilian@lemmy.world avatar

In what way? Like a home partition?
Home should just be a folder you can copy over in most cases.
If it’s a separate partition, most distros can just install to the other partitions without overwriting the home partition.

eleitl,

SELinux rights can be a problem.

popekingjoe, in Why do you use the terminal?
@popekingjoe@lemmy.world avatar

Because it just works. No bullshit. No bloat. Just fast and efficient.

TheEntity, in Why do you use the terminal?

Even back in the day when I still used Windows (and GUI almost exclusively) I browsed my filesystems like I'd use a terminal with tab-completion. I'd press the first few letters of the file/directory I was looking for and press enter, rinse and repeat. I knew my file organization by heart anyway. It's only natural for me to drop the GUIs for such use cases.

magic_lobster_party, in Why do you use the terminal?

The terminal is a power tool. I can do stuff with it that’s slow or inconvenient with graphical tools.

I really like the piping capabilities of the Linux terminal. Incredibly useful for text processing.

juh, in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

I tried several editors but always come back to emacs. When I used LaTeX because of AucTeX, then I discovered org-mode and now I do my writing with org-mode and ConTeXt.

throwawayish,

I tried several editors but always come back to emacs.

Have you used Helix and/or (Neo)Vim? If so, would you be so kind to share your experiences?

BudgieMania, in Why do you use the terminal?

because every additional layer of abstraction disrupts communication with the Machine Spirit even further

Crul,
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

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

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

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.

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

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

It just works

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