20 productivity tools for the Linux terminal

Try some of these open source tools. Get more done.
245 readers like this.
Computer screen with files or windows open

Opensource.com

Many of us, admittedly, only use computers because they're fun. But some people use computers to get stuff done, and their theory is computers are supposed to make things faster, better, and more organized. In practice, though, computers don't necessarily improve our lives without a little manual reconfiguration to match our individual work styles.

Kevin Sonney likes to design systems, not just for networks but for improving his own workday, and this year he covered 18 different productivity tools in a series of 20 articles. This article gets all of Kevin's favorite tools in one place and provides a quick summary of what each one can do for you.

File sync

Important files deserve to be managed carefully.

  • Syncthing is a way for you to keep files on different devices in sync with one another. A device can be a Linux, Windows, or Mac computer, a server, an Android tablet or phone, and so on, and the files can be any file you want to keep updated across many machines. Syncthing is lightweight and peer-to-peer, so you don't need to pay for a service, you don't need a third-party server, and it's fast.
  • Synchronization is one thing, but sometimes you also need help dealing with the files you have. Say you want an application to behave differently depending on whether it's being used as a graphical application or as a console application. You could change the config file between, say, .foo-gui and .foo-term by changing which its symlink points to. Doing that manually is entirely possible, but it could be scripted, or you could just use GNU Stow instead.

Email management

We all depend on email and inboxes, but few of us seem to be comfortable with how we manage it. If you're inclined to working in the terminal, why not stay in the terminal for email? It's one thing to check and send email from a terminal, but it's even more exciting to organize your email that way. If you're a typist by trade and scripter by nature, check out some of these tools.

  • I use OfflineIMAP every day to sync work email to my laptop for viewing in Mutt. It's a specific tool that does exactly one thing: it ensures that a local copy of your email inbox mirrors your remote inbox. It's relatively easy to set up and schedule with cron, and then you can forget it exists. Easy and worth every minute you spend fighting with IMAP.
  • Notmuch indexes, tags, and searches mail messages. If you have a problem with your inbox, it takes not much effort to remedy it.
  • Vim can check and send email and manage your calendar.
  • Emacs, of course, also does email and calendaring.

Calendars and contacts

Every Linux system I've ever used comes with the cal command installed. This is a handy little calendar for the terminal, and it's a great quick reference. However, it's hardly what you'd call a calendaring application. The iCalendar specification (no relation to Apple's old desktop calendar) provides rich shared calendaring functionality, and while .ics appointments and events are plain text, the workflow for managing them in the terminal is basically non-existent. Or at least, it was non-existent until khal and vdirsyncer.

  • Khal is a console-based calendar that reads and writes .ics files.
  • Vdirsyncer is a terminal command that synchronizes online calendars (and contacts) to your local drive. Khal works locally and vdirsyncer works remotely, so your calendars online stay in sync with the calendar you're managing on your hard drive.
  • Contact management can be hard, but it gets easier if you use Khard, a terminal command that reads and writes files in the vCard format. This, in turn, can be synchronized to a remote server using vdirsyncer (which you may already be using for your khal calendar). This makes calendaring and contacts easy, and it's easier than ever to run your own personal information management (PIM) server.

To-do lists

  • There are many ways to organize your day, but one of the easiest is todo.txt, a simple, portable, understandable system that doesn't break down even if a device doesn't have todo.txt installed on it. The reason todo.txt works is because it's just a Bash shell script, which will run on nearly any computing device you can find. The process is simple: you download the script, install it to your home directory, and start scheduling tasks with a simple command. If you're on a computer that doesn't have the todo.sh command installed, your to-do list is still useful as a plain-text file, which you can update manually as needed.
  • Jrnl is a digital notebook to keep track of your daily agenda and activities. This is the program you've been looking for if you compulsively jot notes on scraps of paper on your desk or echo idle thoughts into random text files.

Keep in touch

Communication is key, and yet now more than ever, there seems to be a chat platform problem. There aren't just several clients, there are several isolated networks. How do you manage them all? Here are two ideas.

  • If you've got lots of contacts spread across too many chat networks, you ought to try BitlBee, the singular chat client that lets you infiltrate all the others.
  • Rainbow Stream is a Twitter client that can be awfully useful to keep you away from the distractions of an open web browser while still keeping you in touch with your adoring public.

Keep informed

Web browsers are nice, but they can sometimes be overkill. You want to stay informed, but you don't want to give yourself entirely over to the internet. Because the internet is built upon open specifications and a lot of open source technology, you don't have to do everything through just one interface. There are clients for all kinds of tasks, and they give you access to the information you need, using the interface you prefer.

  • Tuir is a terminal client to Reddit.
  • Newsboat is an RSS feed reader.
  • Wego brings you a weather report.
  • Vim can help you check in with Reddit and Twitter.
  • Emacs can keep you connected with clients for Reddit, Twitter, chat, and much more.

Keep that terminal open

If you're spending time in a terminal, what's the point in ever closing a terminal? Do away with the temptation of exit or Ctrl+D and keep your console open.

  • Tmux lets you split your terminal, "layer" one terminal window on top of another, and even walk away from one computer and continue the same terminal session from another computer.
  • DESQview takes a different approach: it's essentially a window manager for your terminal.

Keep going

The tools in this article are but a subset of amazing productivity tools for your Linux terminal. This list must end, but your personal list can grow. Find the tools you love, learn them, and use them to your greatest advantage. Of course, a good tool doesn't always have to increase your productivity: sometimes your favorite command is the one that makes you happiest. Your job is to find the commands you love and to do amazing things with them.

Have fun!

What to read next
Tags
Avatar
I like my privacy.

6 Comments

I would add rclone to this list. It can do everything from sync to dedupe with a cloud supported layer as well.

thank you. I discontinued Windows and use Linux (KNOPPIX) SINCE 30 YEARS. I am interested in all about Linux, especially what runs on old computers.
greetings.
Anton Wessel.

For ToDo and planning I use Emacs Org Mode. Great tool for planning and keeping track of my time for time reporting.

I have trouble seeing the text in a picture. The whole point behind using a terminal is that it isn't a GUI. So instead of using a picture, figure out how to capture what you see on an ASCII (or UTF-8) terminal as ASCII (or UTF-8).

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.