(no title)
eponeponepon | 7 years ago
They're each for very separate use cases - tasks that are easier done in a terminal belong in a terminal and those that are easier in a windowed idiom belong there.
eponeponepon | 7 years ago
They're each for very separate use cases - tasks that are easier done in a terminal belong in a terminal and those that are easier in a windowed idiom belong there.
microtonal|7 years ago
Even for editing, I sometimes prefer GUIs. E.g. X11/Cocoa emacs can render LaTeX equations inline in AUCTeX or org-mode. This is sometimes very convenient for quickly verifying whether equations are correct during writing. Similarly, with org-mode, you can show R or gnuplot graphs inline.
On the other hand, when you are automating a build, doing some custom data extraction, configuring a server, etc. nothing beats the command-line.
A skilled person knows what to use when.