Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imsnif/diskonaut
Terminal disk space navigator ðŸ”
https://github.com/imsnif/diskonaut
cli disk-space navigator terminal visualization
Last synced: 4 days ago
JSON representation
Terminal disk space navigator ðŸ”
- Host: GitHub
- URL: https://github.com/imsnif/diskonaut
- Owner: imsnif
- License: mit
- Created: 2020-02-22T20:24:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T20:44:17.000Z (10 months ago)
- Last Synced: 2024-10-29T15:34:32.535Z (3 months ago)
- Topics: cli, disk-space, navigator, terminal, visualization
- Language: Rust
- Homepage:
- Size: 4.48 MB
- Stars: 2,445
- Watchers: 15
- Forks: 66
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rust-tools - diskonaut
- fucking-Awesome-Linux-Software - ![Open-Source Software - A disk space visualizer and navigator for the terminal. (Applications / Utilities)
- my-awesome-github-stars - imsnif/diskonaut - Terminal disk space navigator 🔠(Rust)
- awesome-rust - diskonaut
- awesome-rust-cn - diskonaut
- Awesome-Linux-Software - ![Open-Source Software - A disk space visualizer and navigator for the terminal. (Applications / Utilities)
- awesome-rust - diskonaut - Terminal visual disk space navigator (Applications / System tools)
- awesome-ratatui - diskonaut - Terminal-based disk space navigator. (💻 Apps / 🚀 Productivity and Utilities)
- awesome-rainmana - imsnif/diskonaut - Terminal disk space navigator 🔠(Rust)
- awesome-starred - imsnif/diskonaut - Terminal disk space navigator 🔠(cli)
- fucking-awesome-rust - diskonaut - Terminal visual disk space navigator (Applications / System tools)
- fucking-awesome-rust - diskonaut - Terminal visual disk space navigator (Applications / System tools)
README
# diskonaut
![demo](demo.gif)## How does it work?
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 and `diskonaut` will track how much space you've freed up in this session.
## Installation
### Download a prebuilt binary
If you're using linux, you can check out the "releases" of this repository to download the latest prebuilt binary.### With cargo (linux / macOS / windows)
```
cargo install diskonaut
```### Fedora/CentOS
```
sudo dnf install diskonaut
```
For older Fedora releases and CentOS available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/diskonaut/):
```
sudo dnf copr enable atim/diskonaut -y
sudo dnf install diskonaut
```### Arch Linux
Available in the [AUR](https://aur.archlinux.org/packages/diskonaut):
```
yay diskonaut
```### Gentoo
Available through the following overlay as `sys-fs/diskonaut`:
https://github.com/telans/EBUILDS
### Nix / NixOS
Available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix):
```
$ nix-env --install diskonaut
$ # (Or using the attribute name, which is also diskonaut.)
```### FreeBSD
Available in [freshports](https://www.freshports.org/sysutils/diskonaut/):
```
pkg install diskonaut
```### macOS
Available in [Homebrew](https://formulae.brew.sh/formula/diskonaut)
```
brew install diskonaut
```
Also available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix): see Nix section for more details.## Supported platforms
Right now `diskonaut` supports linux, macos and windows.## Usage
Either start `diskonaut` in the folder you want to scan, or provide it with the folder you'd like to scan as an argument:
```
$ diskonaut /home/aram
```## Contributing
Contributions of any kind are very much welcome. If you think `diskonaut` 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: [email protected]
## License
MIT