Diskonaut: A Terminal Disk Space Navigator for Linux

User Avatar
πŸ‘€ admin
πŸ”΄ Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
πŸ“… Created: 17 Apr 2021 at 03:36
πŸ‘€ Viewed: 20 times
βœ‰οΈ Send Email

Diskonaut is a simple terminal disk space navigator created using Rust and supports Linux, macOS and Windows. The usage of the app is very easy, specify an absolute path in your file system, or run it in any directory you want. It will scan the directory and convert it to memory, allowing you to explore its contents. It also allows you to check space usage even during the scanning process.

When the scan is complete, you can navigate the subdirectories of interest and get a visual representation of a tree map of what consumes your disk space. diskonaut allows you to delete files and directories and as a result tracks the amount of space you have freed up in the process. It also supports keyboard shortcuts to facilitate navigation.

You can check the author website in GitHub from here.

How to install Diskonaut?


# Fedora / CentOS

sudo dnf install diskonaut

# Arch Linux

yay diskonaut

# FreeBSD

pkg install diskonaut

# Ubuntu / Debian

#

# Sadly, there is no binary release of Diskonaut for Ubuntu or Debian.

#

sudo apt install curl

sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

source $HOME/.cargo/env

sudo cargo install diskonaut

# Open Suse

sudo zypper install curl

How to use Diskonaut?


# Scan home directory

diskonaut /home/

# Scan root directory

sudo diskonaut /

# Scan a specific directory

diskonaut /specific/directory

Image

Quick install video in FreeBSD

https://youtu.be/zsMENH55ZBU

We hope you enjoyed thisΒ article. if that is so please rate this page with the stars bellow and subscribe to ourΒ YouTube channel.

If you want to comment: Login or Register