https://github.com/Canop/whalespotter
Find those big fat files and folders
https://github.com/Canop/whalespotter
Last synced: over 1 year ago
JSON representation
Find those big fat files and folders
- Host: GitHub
- URL: https://github.com/Canop/whalespotter
- Owner: Canop
- License: mit
- Created: 2019-07-31T15:53:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T19:31:32.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:35:48.140Z (over 1 year ago)
- Language: Rust
- Size: 121 KB
- Stars: 56
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT][s2]][l2] [![Latest Version][s1]][l1] [![Chat on Miaou][s3]][l3]
[s1]: https://img.shields.io/crates/v/whalespotter.svg
[l1]: https://crates.io/crates/whalespotter
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[l2]: LICENSE
[s3]: https://miaou.dystroy.org/static/shields/room.svg
[l3]: https://miaou.dystroy.org/3?broot
a convenient application to fast locate fat files and folders (linux & mac)

## Installation
The simplest solution is to execute
cargo install --locked whalespotter
## Usage
Pass the desired path:
whalespotter ~
* Hit *ctrl-q* to quit
* *↑* and *↓* to select and *enter* to open",
* *enter* to open the selected directory (in whalespotter) or file (with `xdg-open`)
* *esc* to either unselect, or go to parent, or quit
* *pageUp* and *pageDown* to scroll
* *F5* to refresh
Note: reported sizes take blocks into account, so they may be smaller than the nominal size for the rare sparse files.
Whalespotter is dedicated to one use case: spotting big directories and files.
If your goal is to clean your disk, you might be interested in the more recent set of tools I developped.
They're described in [this blog post](https://dystroy.org/blog/reclaim-space-on-disk/).