TranslateProject/sources/talk/20160606 Who needs a GUI - How to live in a Linux terminal.md
cinlen 85f2b50b25 [translating]Who needs a GUI? How to live in a Linux terminal (#4219)
* [translated]Growing a carrer alongside Linux

* [translated]Growing a career alongside Linux

* [translating]Who needs a GUI - How to live in a Linux terminal
2016-07-25 09:33:50 -05:00

7.8 KiB
Raw Blame History

chenxinlong translating Who needs a GUI? How to live in a Linux terminal

The best Linux shell apps for handling common functions

Ever consider the idea of living entirely in a Linux terminal? No graphical desktop. No modern GUI software. Just text—and nothing but text—inside a Linux shell. It may not be easy, but its absolutely doable. I recently tried living completely in a Linux shell for 30 days. What follows are my favorite shell applications for handling some of the most common bits of computer functionality (web browsing, word processing, etc.). With a few obvious holes. Because being text-only is hard.

Emailing within a Linux terminal

For emailing in a terminal, we are spoiled for choice. Many people recommend mutt and notmuch. Both of those are powerful and excellent, but I prefer alpine. Why? Not only does it work well, but its also much more of a familiar interface if you are used to GUI email software like Thunderbird.

Web browsing within a Linux terminal

I have one word for you: w3m. Well, I suppose thats not even really a word. But w3m is definitely my terminal web browser of choice. It tenders things fairly well and is powerful enough to even let you post to sites such as Google Plus (albeit, not in a terribly fun way). Lynx may be the de facto text-based web browser, but w3m is my favorite.

Text editing within a Linux terminal

For editing simple text files, I have one application that I straight-up love. No, not emacs. Also, definitely not vim. For editing of a text file or jotting down some notes, I like nano. Yes, nano. Its simple, easy to learn and pleasant to use. Are there pieces of software with more features? Sure. But nano is just delightful.

Word processing within a Linux terminal

In a shell—with nothing but text—there really isnt a huge difference between a “text editor” and a “word processor.” But being as I do a lot of writing, having a piece of software built specifically for long-form writing is a definite must. My favorite is wordgrinder. It has just enough tools to make me happy, a nice menu-driven interface (with hot-keys), and it supports multiple file types, including OpenDocument, HTML and a bunch of other ones.

Music playing within a Linux terminal

When it comes to playing music (mp3, Ogg, etc.) from a shell, one piece of software is king: cmus. It supports every conceivable file format. Its super easy to use and incredibly fast and light on system resource usage. So clean. So streamlined. This is what a good music player should be like.

Instant messaging within a Linux terminal

When I realized how will I could instant message from the terminal, my head exploded. You know Pidgin, the multi-protocol IM client? Well, it has a version for the terminal, called “finch,” that allows you to connect to multiple networks and chat with multiple people at once. The interface is even similar to Pidgin. Just amazing. Use Google Hangouts? Try hangups. It has a nice tabbed interface and works amazingly well. Seriously. Other than needing perhaps some emoji and inline pictures, instant messaging from the shell is a great experience.

Tweeting within a Linux terminal

No joke. Twitter, in your terminal, thanks to rainbowstream. I hit a few bugs here and there, but overall, it works rather well. Not as well as the website itself—and not as well as the official mobile clients—but, come on, this is Twitter in a shell. Even if it has one or two rough edges, this is pretty stinkin cool.

Reddit-ing within a Linux terminal

Spending time on Reddit from the comforts of the command line feels right somehow. And with rtv, its a rather pleasant experience. Reading. Commenting. Voting. It all works. The experience isnt actually all that different than the website itself.

Process managing within a Linux terminal

Use htop. Its like top—only better and prettier. Sometimes I just leave htop up and running all the time. Just because. In that regard, its like a music visualizer—only for RAM and CPU usage.

File managing within a Linux terminal

Just because youre in a text-based shell doesnt mean you dont enjoy the finer things in life. Like having a nice file browser and manager. In that regard, Midnight Commander is a pretty doggone great one.

Terminal managing within a Linux terminal

If you spend much time in the shell, youre going to need a terminal multiplexer. Basically its a piece of software that lets you split up your terminal session into a customizable grid, allowing you to use and see multiple terminal applications at the same time. Its a tiled window manager for your shell. My favorite is tmux. But GNU Screen is also quite nice. It might take a few minutes to learn how to use it, but once you do, youll be glad you did.

Presentation-ing within a Linux terminal

LibreOffice, Google Slides or, gasp, PowerPoint. I spend a lot of time in presentation software. The fact that one exists for the shell pleases me greatly. Its called, appropriately, “text presentation program.” There are no images (obviously), just a simple program for displaying slides put together in a simple markup language. It may not let you embed pictures of cats, but youll earn some serious nerd-cred for doing an entire presentation from the terminal.


via: http://www.networkworld.com/article/3091139/linux/who-needs-a-gui-how-to-live-in-a-linux-terminal.html#slide1

作者:Bryan Lunduke 译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出