- Notifications
You must be signed in to change notification settings - Fork70
Terminal disk space navigator 🔭
License
imsnif/diskonaut
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Given a path on your hard-drive (which could also be the root path, eg./
).diskonaut
scans it and indexes its metadata to memory so that you could explore its contents (even while still scanning!).
Once completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders anddiskonaut
will track how much space you've freed up in this session.
If you're using linux, you can check out the "releases" of this repository to download the latest prebuilt binary.
cargo install diskonaut
sudo dnf install diskonaut
For older Fedora releases and CentOS available inCOPR:
sudo dnf copr enable atim/diskonaut -ysudo dnf install diskonaut
Available in theAUR:
yay diskonaut
Available through the following overlay assys-fs/diskonaut
:
https://github.com/telans/EBUILDS
Available innixpkgs:
$ nix-env --install diskonaut$ # (Or using the attribute name, which is also diskonaut.)
Available infreshports:
pkg install diskonaut
Available inHomebrew
brew install diskonaut
Also available innixpkgs: see Nix section for more details.
Right nowdiskonaut
supports linux, macos and windows.
Either startdiskonaut
in the folder you want to scan, or provide it with the folder you'd like to scan as an argument:
$ diskonaut /home/aram
Contributions of any kind are very much welcome. If you thinkdiskonaut
is cool and you'd like to hack at it, feel free to look through the issues. Take a look especially at ones marked "help wanted" or "good first issue".Also, if you found a bug or have an idea for a new feature, please feel free to open an issue to discuss it.
For more detailed information, please see the CONTRIBUTING.md file at the root of this repository.
If at any point you feel stuck, are unsure how to begin or what to work on, please do not hesitate to reach out to me personally:aram@poor.dev
MIT
About
Terminal disk space navigator 🔭