In this article, we will share a few command-line programs that you can use in a Linux terminal. By the end of this article, you will learn about some free, open-source, and exciting, text-based tools to help you do more with boredom on the command line.
Table of Contents
You can use your default package manager to install these command-line programs in your Linux system.
$ sudo apt install program-name [On <strong>Debian, Ubuntu and Mint</strong>] $ sudo yum install program-name [On <strong>RHEL/CentOS/Fedora</strong> and <strong>Rocky/AlmaLinux</strong>] $ sudo emerge -a program-name [On <strong>Gentoo Linux</strong>] $ sudo apk add program-name [On <strong>Alpine Linux</strong>] $ sudo pacman -S program-name [On <strong>Arch Linux</strong>] $ sudo zypper install program-name [On <strong>OpenSUSE</strong>]
1. Wikit – Show Wikipedia Summaries
Wikit is a command line utility to search Wikipedia in Linux. It basically displays Wikipedia summaries from the command line.
Once you have it installed, simply provide the search term as an argument (for example wikit linux).
$ wikit linux
2. Googler – Google from the Linux Terminal
Googler is a full-featured Python-based command line tool for accessing Google (Web & News) and Google Site Search within the Linux terminal. It is fast and clean with custom colors and no ads, stray URLs, or clutter included. It supports navigation of search result pages from omniprompt.
In addition, it supports fetching the number of results in a go, users can start at the nth result, and support the limiting of search by attributes such as duration, country/domain specific search (default: .com), and language preference.
3. Browsh – Text-based Linux Browser
Browsh is a small, modern text-based browser that plays videos and renders anything that a modern browser can, in TTY terminal environments.
It supports HTML5, CSS3, JS, video as well as WebGL. It is a bandwidth-saver, designed to run on a remote server and accessed via SSH/Mosh or the in-browser HTML service so as to notably reduce bandwidth.
It is practically useful when you don’t have a good Internet connection.
4. Lolcat – Show Rainbow of Colors
Lolcat is a command-line program to output a rainbow of colors in the Linux terminal. It concatenates the output of a command in a similar way as the cat command and adds rainbow coloring to the final output.
To use lolcat, simply pipe the output of any command to lolcat.
5. Boxes – Draw ASCII Art Boxes
Boxes is a configurable program and text filter which can draw ASCII art boxes around its input text in a Linux terminal. It comes with a number of pre-configured box designs in an example config file. It comes with several command-line options and supports regular expression substitutions on an input text.
You can use it to: draws ASCII art boxes and shapes, generate regional comments in source code, and more.
6. Figlet and Toilet – Create ASCII Text Banners
FIGlet is a useful command-line utility for creating ASCII text banners or large letters out of the ordinary text. Toilet is a sub-command under figlet for creating colorful large characters from ordinary text.
7. Trash-cli – Trashcan for Terminal
Trash-cli is a program that trashes files recording the original path, deletion date, and permissions. It is an interface to the freedesktop.org trashcan.
8. No More Secrets – Show Data Decryption Screen
No More Secrets is a text-based program that recreates the famous data decryption effect seen in the 1992 movie Sneakers. It provides a command-line utility called nms, that you can use in a similar way as lolcat – simply pipe the out of another command to nms, and see the magic.
9. Chafa – Terminal Graphics
Chafa is another cool, fast, and highly configurable terminal program that provides terminal graphics for the 21st century.
It works with most modern and classic terminals and terminal emulators. It converts all types of images (including animated GIFs), into ANSI/Unicode character output that can be displayed in a terminal.
Chafa supports alpha transparency and multiple color modes (including Truecolor, 256-color, 16-color, and simple FG/BG.) and color spaces, combining selectable ranges of Unicode characters to produce the desired output.
It is suitable for terminal graphics, ANSI art composition as well as even black and white print.
10. CMatrix – “The Matrix” Screensaver
CMatrix is a simple command-line utility that shows a scrolling ‘Matrix-like?screen in a Linux terminal.
It displays random text flying in and out in a terminal, in a similar way as seen in the popular Sci-fi movie “The Matrix“. It can scroll lines all at the same rate or asynchronously and at a user-defined speed. One downside of Cmatrix is that it is very CPU intensive.
Here you have seen a few cool command-line tools, but there is plenty more to explore. If you want to know more about such cool or funny Linux command-line tools, you can check out our guides here:
That’s all! Do you spend a lot of time on the command line? What are some of the cool command-line tools or utilities you use on the terminal? Let us know via the feedback form below.
The above is the detailed content of 10 Best Command Line Tools for Linux Terminal. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

Gogo is a remarkable tool to bookmark directories inside your Linux shell. It helps you create shortcuts for long and complex paths in Linux. This way, you no longer need to type or memorize lengthy paths on Linux.For example, if there's a directory

PPA is an important tool for Ubuntu users to expand their software sources. 1. When searching for PPA, you should visit Launchpad.net, confirm the official PPA in the project official website or document, and read the description and user comments to ensure its security and maintenance status; 2. Add PPA to use the terminal command sudoadd-apt-repositoryppa:/, and then run sudoaptupdate to update the package list; 3. Manage PPAs to view the added list through the grep command, use the --remove parameter to remove or manually delete the .list file to avoid problems caused by incompatibility or stopping updates; 4. Use PPA to weigh the necessity and prioritize the situations that the official does not provide or require a new version of the software.

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

How to quickly generate test files of a specified size? It can be achieved using command line tools or graphical software. On Windows, you can use fsutilfilecreatenew file name size to generate a file with a specified byte; macOS/Linux can use ddif=/dev/zeroof=filebs=1Mcount=100 to generate real data files, or use truncate-s100M files to quickly create sparse files. If you are not familiar with the command line, you can choose FSUtilGUI, DummyFileGenerator and other tool software. Notes include: pay attention to file system limitations (such as FAT32 file size upper limit), avoid overwriting existing files, and some programs may

Node Version Manager (NVM) is a simple bash script that helps manage multiple Node.js versions on your Linux system. It enables you to install various Node.js versions, view available versions for installation, and check already installed versions.NV

The key to installing dual systems in Linux and Windows is partitioning and boot settings. 1. Preparation includes backing up data and compressing existing partitions to make space; 2. Use Ventoy or Rufus to make Linux boot USB disk, recommend Ubuntu; 3. Select "Coexist with other systems" or manually partition during installation (/at least 20GB, /home remaining space, swap optional); 4. Check the installation of third-party drivers to avoid hardware problems; 5. If you do not enter the Grub boot menu after installation, you can use boot-repair to repair the boot or adjust the BIOS startup sequence. As long as the steps are clear and the operation is done properly, the whole process is not complicated.
