blog
~ ~ ~ ~ ~ ~ ~ ~ ~

October 11, 2020

Some of the best terminal applications that I use every single day.

Using GNU/Linux distributions exclusively since about 2012 or so, I have become more dependent on some terminal applications than I have on some of their graphical counterparts. Not only do I use a lot of terminal applications written by others, I also use a good deal of my own terminal applications that I have made myself on almost a daily basis.

Why terminal apps?

Terminal apps are applications that run on the command line. They don't have a graphical user interface and can only be interacted with through the terminal. What makes them so much better (sometimes) than their graphical cousins is the fact that they are lightweight and generally meant to serve a single purpose.

I use terminal applications because they are quick and simple. When I need to do a quick task, I can run a simple command instead of traversing through menus in a GUI environment. Depending on the task I am trying to get done, this is often the best and quickest way to go about getting something done on my machine.

Here are a few of the terminal applications I use the most:

As you can see, there are some great free software out there for your terminal, and several of these tools such as nano and man will come built in with your Linux system. Learning how some of these work can not only make your workflow a lot more streamlined, but can make tasks like shell scripting a lot easier.

Here are some terminal applications I have written.

I have written a few of my own terminal applications and scripts that I use myself on an everyday basis. Here are a few of them:

You can see how to download and use each of these projects on your own machine by checking out my software page.

Using terminal apps for yourself.

If you use a GNU/Linux distribution and you don't use terminal applications and scripts regularly, you have no clue what you're missing out on! These terminal apps and scripts make my life and workflow a lot easier on my Linux machine, and with some research on how you can use these scripts to their fullest potential, you'll see just what all the hype is about when it comes to using these pieces of software.