Files
diskonaut/README.md

42 lines
1.7 KiB
Markdown
Raw Normal View History

2020-06-17 11:04:05 +02:00
# diskonaut
2020-06-17 12:21:25 +02:00
![demo](demo.gif)
2020-06-17 14:23:40 +02:00
## How does it work?
2020-06-17 14:24:42 +02:00
Given a path on your hard-drive (which could also be the root path, eg. `/`). `diskonaut` scans it and maps it to memory so that you could explore its contents (even while still scanning!).
2020-06-17 14:23:40 +02:00
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
`cargo install diskonaut`
### Fedora/CentOS
Available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/diskonaut/):
```
sudo dnf copr enable atim/diskonaut -y
2020-06-17 21:51:22 +03:00
sudo dnf install diskonaut
```
2020-06-17 14:23:40 +02:00
## Supported platforms
Right now `diskonaut` supports linux and macos. If you're on a different operating system and would like to help port it, that would be amazing!
## 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.
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
## License
MIT