Close Menu
    Facebook X (Twitter) Instagram
    Wifi PortalWifi Portal
    • Blogging
    • SEO & Digital Marketing
    • WiFi / Internet & Networking
    • Cybersecurity
    • Tech Tools & Mobile / Apps
    • Privacy & Online Earning
    Facebook X (Twitter) Instagram
    Wifi PortalWifi Portal
    Home»Tech Tools & Mobile / Apps»These 4 TUI apps will convince you to actually use your Linux terminal
    Tech Tools & Mobile / Apps

    These 4 TUI apps will convince you to actually use your Linux terminal

    adminBy adminFebruary 25, 2026No Comments6 Mins Read
    Facebook Twitter LinkedIn Telegram Pinterest Tumblr Reddit WhatsApp Email
    These 4 TUI apps will convince you to actually use your Linux terminal
    Share
    Facebook Twitter LinkedIn Pinterest Email

    It’s easy to get intimidated by the Linux terminal’s numerous commands. cp, mkdir, lsblk, piping—are they really worth memorizing? Not necessarily; you can actually make use of the terminal without memorizing complex commands thanks to TUIs.

    A TUI, short for terminal user interface, is a program that you run in the terminal and that gives you something like a very primitive graphic window to complete tasks in. They’re usually more visually engaging, which is why, in videos made by Linux influencers, they’ll usually have a TUI of some sort running in on their monitor in the background. These are some neat ones I’ve come across and think are worth giving a try, even if you aren’t a command line pro.

    bandwhich

    Monitor all your network utilization in one screen

    A terminal screen is open, and it displays the bandwhich utility. On the screen are the details for a number of active, cumulative connections.

    Are you curious about what kind of network connections are being made on your Linux system? You can watch a live feed of connection activity with the Bandwhich tool.

    Bandwhich watches all of the processes running on your system. When a process makes a network call, bandwhich displays that process in its TUI interface along with useful info like the process ID, the data rate, the network adapter, and the connection destination. It’s able to use DNS lookups to resolve hostnames, making it easy to understand those destinations.

    If you want to install Bandwhich, you’ll need to either download it from Snapcraft with this command:

    sudo snap install bandwhich

    Or, folks on Arch Linux can find it in their repositories:

    sudo pacman -S bandwhich

    Everyone else will have to visit the bandwhich release page and download the latest binary.

    However you install it, you’ll need to run bandwhich with sudo in order to give it the permissions it needs to monitor activity across your system:

    sudo bandwhich

    Optionally, you can run it with the -t flag for “total utilization,” which will keep all packet records in a list rather than only showing the most recent.

    Caligula

    Write images to USB with a visual speed graph

    Using Caligula to burn an ISO file to a drive.

    If you’re like me, you’re constantly downloading ISOs and IMG files to burn them to USB sticks for testing various Linux distros and setting up new self-hosted services. The task of writing to USB drives is repetitive, though, and sometimes feels like something easily done in the terminal.

    Of course, you can do that in the terminal by using That’s why I like Caligula. It’s a simple, lightweight TUI meant just for burning images to disks. Let’s say you just downloaded Ubuntu. You can run this command in the directory with that ISO file:

    caligula burn ubuntu-desktop.iso

    The Caligula interface will open up, prompting you verify the file’s checksum and to choose a target disk for writing. Once it gets started, you get a nice-looking graph tracking the write speed of the burn process on your USB drive.

    Person's hand putting a USB drive in a laptop port.

    I Turned a USB Drive Into a Linux App Swiss Army Knife

    AppImages and a thumb drive are a matched made in heaven.

    To get Caligula, you can install it on Arch Linux systems with this command:

    sudo pacman -S caligula

    If you already have Rust utilities installed, you can run this command to get it from Crates.io:

    cargo install caligula

    Everyone else can check out the Caligula installation guide.

    kew

    Listen to your music collection in the terminal

    Kew playing a Sleep Party People song in a Linux terminal.

    Do you have a digital music collection on your Linux computer you like to listen to while you work? There’s a TUI for you: kew.

    The kew app, on launch, will ask you to confirm that your music is stored in the typical spot: your home directory’s ~/Music directory. Assuming you don’t have music elsewhere, you can just press Enter, and kew will show you your whole library. Navigate it with the arrow keys and press Enter on any song or album to start playing it.

    When you’re listening, you can use your function keys to switch between a visualizer mode with album art for the current track, a playlist showing what’s currently queued, or keep browsing your library.

    What I really like about kew though is its intuitive launch command. Rather than just typing kew in the command line, you can specify what you’re launching kew to listen to. For example, you can run this command:

    kew smiths

    And kew will guess that you probably want to listen to The Smiths and will play the first song by them in your library. You can even say kew shuffle smiths to shuffle their music.

    To install kew, you can find it in several repositories.

    sudo apt install kew #Debian and Ubuntu
    yay -S kew #Arch User Repository
    sudo zypper install kew #openSUSE Tumbleweed

    nnn

    Fly through your file system

    nnn file manager showing several subdirectories inside a Music directory.

    If you know anything about Linux commands, you’re probably familiar with cd and ls for navigating the filesystem. It can be slow and painstaking, though, repeatedly running those commands to see which files and directories exist and where.

    That’s where nnn comes in. Also called n³, it’s an ultra-fast file browser for the Linux terminal that lets you use your arrow keys to navigate your file system rather than clunky, difficult-to-remember commands.

    Just type nnn in the terminal wherever you are, and you’ll get a list of files and folders. Tap the Right arrow key to go into a directory or to open a file, and press the Left arrow key to go back. At the bottom of the TUI, nnn tells you any pertinent info about the file or directory, like modification dates and permissions.

    Tux, the Linux mascot, appears inside a retro computer window, surrounded by vintage joysticks and a black chess piece.

    3 games you can play in the Linux terminal

    Ever wanted to play an RPG without leaving the command line?

    You can find nnn in most Linux repositories:

    sudo apt install nnn #Debian and Ubuntu
    sudo dnf install nnn #Fedora
    sudo pacman -S nnn #Arch Linux
    sudo zypper install nnn #openSUSE

    The Linux terminal doesn’t have to be scary, and in fact it can look really cool and feel intuitive with TUIs like these. There are even TUIs that exist just to make you look like a hacker or like you’re busy when you’re actually doing nothing.

    apps convince Linux terminal TUI
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Telegram Email
    Previous ArticleMedical Device Maker UFP Technologies Hit by Cyberattack
    Next Article How Agencies Use Semrush for AI Visibility
    admin
    • Website

    Related Posts

    Amazon Prime Members Can Get Two of These E-Books Free in March 2026

    March 3, 2026

    3 great Paramount+ movies you’ll want to watch this week (March 2

    March 3, 2026

    6 massive sci-fi and fantasy shows you need to watch in March

    March 3, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Search Blog
    About
    About

    At WifiPortal.tech, we share simple, easy-to-follow guides on cybersecurity, online privacy, and digital opportunities. Our goal is to help everyday users browse safely, protect personal data, and explore smart ways to earn online. Whether you’re new to the digital world or looking to strengthen your online knowledge, our content is here to keep you informed and secure.

    Trending Blogs

    How Microsoft, partners are tackling ‘huge, huge task’ of making security software safer

    March 3, 2026

    Building a competitive PPC defense

    March 3, 2026

    Amazon Prime Members Can Get Two of These E-Books Free in March 2026

    March 3, 2026

    CyberStrikeAI tool adopted by hackers for AI-powered attacks

    March 3, 2026
    Categories
    • Blogging (32)
    • Cybersecurity (570)
    • Privacy & Online Earning (79)
    • SEO & Digital Marketing (356)
    • Tech Tools & Mobile / Apps (706)
    • WiFi / Internet & Networking (103)

    Subscribe to Updates

    Stay updated with the latest tips on cybersecurity, online privacy, and digital opportunities straight to your inbox.

    WifiPortal.tech is a blogging platform focused on cybersecurity, online privacy, and digital opportunities. We share easy-to-follow guides, tips, and resources to help you stay safe online and explore new ways of working in the digital world.

    Our Picks

    How Microsoft, partners are tackling ‘huge, huge task’ of making security software safer

    March 3, 2026

    Building a competitive PPC defense

    March 3, 2026

    Amazon Prime Members Can Get Two of These E-Books Free in March 2026

    March 3, 2026
    Most Popular
    • How Microsoft, partners are tackling ‘huge, huge task’ of making security software safer
    • Building a competitive PPC defense
    • Amazon Prime Members Can Get Two of These E-Books Free in March 2026
    • CyberStrikeAI tool adopted by hackers for AI-powered attacks
    • 16 Best Checking Accounts of March 2026
    • 3 great Paramount+ movies you’ll want to watch this week (March 2
    • Nvidia partners with optics technology vendors Lumentum and Coherent to enhance AI infrastructure
    • Madison Square Garden Data Breach Confirmed Months After Hacker Attack
    © 2026 WifiPortal.tech. Designed by WifiPortal.tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
    • Disclaimer

    Type above and press Enter to search. Press Esc to cancel.